Searched refs:nbuf (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.141.3/bsd/skywalk/packet/ |
| H A D | pbufpool.c | 733 struct __kern_buflet *kbuf, *nbuf; in pp_metadata_destruct_common() local 787 nbuf = __DECONST(struct __kern_buflet *, kbuf->buf_nbft_addr); in pp_metadata_destruct_common() 795 while (nbuf != NULL) { in pp_metadata_destruct_common() 796 if (BUFLET_FROM_RAW_BFLT_CACHE(nbuf)) { in pp_metadata_destruct_common() 802 void *objaddr = nbuf->buf_objaddr; in pp_metadata_destruct_common() 803 KBUF_DTOR(nbuf, usecnt); in pp_metadata_destruct_common() 807 skmem_cache_free(BUFLET_HAS_LARGE_BUF(nbuf) ? in pp_metadata_destruct_common() 812 *pp_blist_raw = (struct skmem_obj *)(void *)nbuf; in pp_metadata_destruct_common() 813 pp_blist_raw = &((struct skmem_obj *)(void *)nbuf)->mo_next; in pp_metadata_destruct_common() 815 if (BUFLET_HAS_LARGE_BUF(nbuf)) { in pp_metadata_destruct_common() [all …]
|
| /xnu-8796.141.3/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-8796.141.3/libkern/c++/ |
| H A D | OSSerializeBinary.cpp | 334 typeof(v##Array) nbuf = kreallocp_type_container(OSObject *, \ 336 if (nbuf) { \ 338 v##Array = nbuf; \
|
| /xnu-8796.141.3/bsd/dev/ |
| H A D | unix_startup.c | 87 SYSCTL_INT(_kern, OID_AUTO, nbuf, CTLFLAG_RD | CTLFLAG_LOCKED, &nbuf_headers, 0, "");
|
| /xnu-8796.141.3/bsd/net/ |
| H A D | route.c | 3389 uint8_t nbuf[128]; /* long enough for IPv6 */ in rtinit_locked() local 3420 if (netmask != NULL && netmask->sa_len > sizeof(nbuf)) { in rtinit_locked() 3454 rt_maskedcopy(dst, SA(nbuf), netmask); in rtinit_locked() 3455 dst = SA(nbuf); in rtinit_locked()
|