Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl370 while(my($argnum, $extend) = each %{$$symbol{mismatch_args}}) {
371 printf $f "%s(%d)\n", $extend, $argnum;
/xnu-10063.141.1/tools/lldbmacros/core/
H A Dstandard.py211 result.extend((
223 result.extend((
H A Dlldbwrap.py1185 __all__.extend((
/xnu-10063.141.1/tools/lldbmacros/
H A Dmacho.py358 mstr.extend(self.get_separator_lines())
H A Dkcdata.py678 self.obj_container_dict[kco.i_name].obj_collection.extend( kco.obj_collection )
1908 frames.extend(entry_frames)
2098 pr_libs.extend(kern_load_info)
2099 pr_libs.extend(dsc_libs)
H A Dxnu.py1344 entries.extend(ring_slice)
/xnu-10063.141.1/tools/trace/
H A Dparse_ipc_trace.py502 visited.extend(follow)
/xnu-10063.141.1/bsd/kern/
H A Duipc_mbuf.c7159 extend:
7321 goto extend;