Searched refs:nbuf (Results 1 – 5 of 5) sorted by relevance
| /xnu-11417.101.15/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 771 struct __kern_buflet *kbuf, *nbuf; in pp_metadata_destruct_common() local 830 nbuf = __unsafe_forge_single(struct __kern_buflet *, in pp_metadata_destruct_common() 839 while (nbuf != NULL) { in pp_metadata_destruct_common() 840 ASSERT(nbuf->buf_ctl != NULL); in pp_metadata_destruct_common() 841 if (BUFLET_HAS_LARGE_BUF(nbuf)) { in pp_metadata_destruct_common() 849 if (nbuf->buf_ctl->bc_usecnt > 1) { in pp_metadata_destruct_common() 850 *pp_blist_nocache_large = (struct skmem_obj *)(void *)nbuf; in pp_metadata_destruct_common() 852 &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common() 854 *pp_blist_large = (struct skmem_obj *)(void *)nbuf; in pp_metadata_destruct_common() 856 &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common() [all …]
|
| /xnu-11417.101.15/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-11417.101.15/libkern/c++/ |
| H A D | OSSerializeBinary.cpp | 334 typeof(v##Array) nbuf = kreallocp_type_container(OSObject *, \ 336 if (nbuf) { \ 338 v##Array = nbuf; \
|
| /xnu-11417.101.15/bsd/dev/ |
| H A D | unix_startup.c | 89 SYSCTL_INT(_kern, OID_AUTO, nbuf, CTLFLAG_RD | CTLFLAG_LOCKED, &nbuf_headers, 0, "");
|
| /xnu-11417.101.15/bsd/net/ |
| H A D | route.c | 3509 uint8_t nbuf[128]; /* long enough for IPv6 */ in rtinit_locked() local 3538 if (netmask != NULL && netmask->sa_len > sizeof(nbuf)) { in rtinit_locked() 3572 rt_maskedcopy(dst, SA(nbuf), netmask); in rtinit_locked() 3573 dst = SA(nbuf); in rtinit_locked()
|