Home
last modified time | relevance | path

Searched refs:extend (Results 1 – 9 of 9) sorted by relevance

/xnu-11417.121.6/bsd/netinet6/ !
H A Desp_output.c604 u_char *extend; in esp_output() local
675 extend = mtod(n, u_char *) + n->m_len; in esp_output()
689 extend = mtod(nn, u_char *); in esp_output()
699 key_randomfill(extend, extendsiz); in esp_output()
702 bzero(extend, extendsiz); in esp_output()
706 extend[i] = (i + 1) & 0xff; in esp_output()
/xnu-11417.121.6/libsyscall/xcodescripts/ !
H A Dcreate-syscalls.pl376 while(my($argnum, $extend) = each %{$$symbol{mismatch_args}}) {
377 printf $f "%s(%d)\n", $extend, $argnum;
/xnu-11417.121.6/tools/lldbmacros/core/ !
H A Dstandard.py213 result.extend((
225 result.extend((
H A Dlldbwrap.py1222 __all__.extend((
/xnu-11417.121.6/tools/lldbmacros/ !
H A Dmacho.py358 mstr.extend(self.get_separator_lines())
H A Dkcdata.py684 self.obj_container_dict[kco.i_name].obj_collection.extend( kco.obj_collection )
2006 frames.extend(entry_frames)
2195 pr_libs.extend(kern_load_info)
2196 pr_libs.extend(dsc_libs)
H A Dxnu.py1408 entries.extend(ring_slice)
/xnu-11417.121.6/tools/trace/ !
H A Dparse_ipc_trace.py502 visited.extend(follow)
/xnu-11417.121.6/bsd/kern/ !
H A Duipc_mbuf.c7192 extend:
7354 goto extend;