Searched refs:nbuf (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 770 struct __kern_buflet *kbuf, *nbuf; in pp_metadata_destruct_common() local 829 nbuf = __unsafe_forge_single(struct __kern_buflet *, in pp_metadata_destruct_common() 838 while (nbuf != NULL) { in pp_metadata_destruct_common() 839 ASSERT(nbuf->buf_ctl != NULL); in pp_metadata_destruct_common() 840 if (BUFLET_HAS_LARGE_BUF(nbuf)) { in pp_metadata_destruct_common() 848 if (nbuf->buf_ctl->bc_usecnt > 1) { in pp_metadata_destruct_common() 851 &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common() 855 &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common() 858 if (nbuf->buf_ctl->bc_usecnt > 1) { in pp_metadata_destruct_common() 861 &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common() [all …]
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOHibernateRestoreKernel.c | 926 ksprintn(char *nbuf, uintmax_t num, int base, int *lenp, int upper) in ksprintn() argument 937 p = nbuf; in ksprintn() 944 *lenp = (int)(p - nbuf); in ksprintn() 979 char nbuf[MAXNBUF]; in hibkvprintf() local 1069 for (q = ksprintn(nbuf, num, *p++, NULL, 0); *q;) { in hibkvprintf() 1264 p = ksprintn(nbuf, num, base, &tmp, upper); in hibkvprintf()
|
| /xnu-11215/libkern/c++/ |
| H A D | OSSerializeBinary.cpp | 334 typeof(v##Array) nbuf = kreallocp_type_container(OSObject *, \ 336 if (nbuf) { \ 338 v##Array = nbuf; \
|
| /xnu-11215/bsd/dev/ |
| H A D | unix_startup.c | 89 SYSCTL_INT(_kern, OID_AUTO, nbuf, CTLFLAG_RD | CTLFLAG_LOCKED, &nbuf_headers, 0, "");
|
| /xnu-11215/bsd/net/ |
| H A D | route.c | 3457 uint8_t nbuf[128]; /* long enough for IPv6 */ in rtinit_locked() local 3486 if (netmask != NULL && netmask->sa_len > sizeof(nbuf)) { in rtinit_locked() 3520 rt_maskedcopy(dst, SA(nbuf), netmask); in rtinit_locked() 3521 dst = SA(nbuf); in rtinit_locked()
|