Searched refs:M_NAMEI (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dimageboot.c83 MALLOC_ZONE(root_path, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
85 panic("%s: M_NAMEI zone exhausted", __FUNCTION__);
118 FREE_ZONE(root_path, MAXPATHLEN, M_NAMEI);
213 MALLOC_ZONE(root_path, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
244 FREE_ZONE(root_path, MAXPATHLEN, M_NAMEI);
269 MALLOC_ZONE(root_path, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
310 FREE_ZONE(root_path, MAXPATHLEN, M_NAMEI);
H A Dposix_sem.c390 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
612 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
644 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
680 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
776 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
H A Dposix_shm.c399 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
621 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
654 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
1026 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
1150 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
H A Dnetboot.c336 MALLOC_ZONE(root_path, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
338 panic("netboot_info_init: M_NAMEI zone exhausted");
417 FREE_ZONE(root_path, MAXPATHLEN, M_NAMEI);
H A Dkern_mman.c1168 MALLOC_ZONE(vpath, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
1177 FREE_ZONE(vpath, MAXPATHLEN, M_NAMEI);
1198 FREE_ZONE(vpath, MAXPATHLEN, M_NAMEI);
H A Dmach_loader.c1708 MALLOC_ZONE(vpath, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
1714 FREE_ZONE(vpath, MAXPATHLEN, M_NAMEI);
1724 FREE_ZONE(vpath, MAXPATHLEN, M_NAMEI);
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_boot.c207 MALLOC_ZONE(nd->nd_root.ndm_path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
213 MALLOC_ZONE(nd->nd_root.ndm_mntfrom, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
267 MALLOC_ZONE(nd->nd_private.ndm_path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
273 MALLOC_ZONE(nd->nd_private.ndm_mntfrom, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
286 MALLOC_ZONE(check_path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
299 FREE_ZONE(check_path, MAXPATHLEN, M_NAMEI);
H A Dnfs_vfsops.c920 MAXPATHLEN, M_NAMEI);
923 MAXPATHLEN, M_NAMEI);
926 MAXPATHLEN, M_NAMEI);
929 MAXPATHLEN, M_NAMEI);
1023 FREE_ZONE(nd.nd_root.ndm_mntfrom, MAXPATHLEN, M_NAMEI);
1025 FREE_ZONE(nd.nd_root.ndm_path, MAXPATHLEN, M_NAMEI);
1027 FREE_ZONE(nd.nd_private.ndm_mntfrom, MAXPATHLEN, M_NAMEI);
1029 FREE_ZONE(nd.nd_private.ndm_path, MAXPATHLEN, M_NAMEI);
1482 MALLOC_ZONE(mntfrom, char*, MAXPATHLEN, M_NAMEI, M_WAITOK);
1815 FREE_ZONE(mntfrom, MAXPATHLEN, M_NAMEI);
[all...]
H A Dnfs_subs.c812 MALLOC_ZONE(nfcname, uint8_t *, MAXPATHLEN, M_NAMEI, M_WAITOK);
824 FREE_ZONE(nfcname, MAXPATHLEN, M_NAMEI);
2121 MALLOC_ZONE(cnp->cn_pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
2140 FREE_ZONE(cnp->cn_pnbuf, MAXPATHLEN, M_NAMEI);
2219 FREE_ZONE(tmppn, cnp->cn_pnlen, M_NAMEI);
H A Dnfs_serv.c2851 MALLOC_ZONE(topath, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
2866 MALLOC_ZONE(frompath, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
3103 FREE_ZONE(frompath, MAXPATHLEN, M_NAMEI);
3105 FREE_ZONE(topath, MAXPATHLEN, M_NAMEI);
H A Dnfs_socket.c1199 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
1365 MALLOC_ZONE(path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
1372 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
1432 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
1570 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
H A Dnfs4_subs.c1261 MALLOC_ZONE(id1buf, char*, MAXPATHLEN, M_NAMEI, M_WAITOK);
1461 FREE_ZONE(id1buf, MAXPATHLEN, M_NAMEI);
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_lookup.c253 MALLOC_ZONE(cnp->cn_pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
294 MALLOC_ZONE(realpath, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
303 FREE_ZONE(realpath, MAXPATHLEN, M_NAMEI);
310 FREE_ZONE(cnp->cn_pnbuf, cnp->cn_pnlen, M_NAMEI);
402 FREE_ZONE(cnp->cn_pnbuf, cnp->cn_pnlen, M_NAMEI);
1433 MALLOC_ZONE(cp, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
1447 FREE_ZONE(cp, MAXPATHLEN, M_NAMEI);
1459 FREE_ZONE(cp, MAXPATHLEN, M_NAMEI);
1472 FREE_ZONE(tmppn, len, M_NAMEI);
1635 FREE_ZONE(tmp, ndp->ni_cnd.cn_pnlen, M_NAMEI);
[all...]
H A Dvfs_fsevents.c2364 MALLOC_ZONE(path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
2375 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
2488 MALLOC_ZONE(path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
2495 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
H A Dvfs_cache.c393 MALLOC_ZONE(va.va_name, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
433 FREE_ZONE(va.va_name, MAXPATHLEN, M_NAMEI);
H A Dvfs_xattr.c2661 MALLOC_ZONE(path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
2668 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
2675 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
H A Dvfs_syscalls.c131 MALLOC_ZONE((x), char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
133 FREE_ZONE((x), MAXPATHLEN, M_NAMEI);
4289 MALLOC_ZONE(path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
4420 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
7004 MALLOC_ZONE(tobuf, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
7027 FREE_ZONE(tobuf, MAXPATHLEN, M_NAMEI);
H A Dvfs_attrlist.c2646 MALLOC_ZONE(va_name, char *, MAXPATHLEN, M_NAMEI,
2686 FREE_ZONE(va_name, MAXPATHLEN, M_NAMEI);
H A Dvfs_subr.c2959 MALLOC_ZONE(mntname, void *, MAXPATHLEN, M_NAMEI, M_WAITOK);
2971 FREE_ZONE(mntname, MAXPATHLEN, M_NAMEI);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h105 #define M_NAMEI 12 /* namei path name buffer */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c5196 MALLOC_ZONE (rsrc_path, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
5210 FREE_ZONE (rsrc_path, MAXPATHLEN, M_NAMEI);
6770 MALLOC_ZONE(cn.cn_pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
6783 FREE_ZONE(cn.cn_pnbuf, cn.cn_pnlen, M_NAMEI);
6794 FREE_ZONE(cn.cn_pnbuf, cn.cn_pnlen, M_NAMEI);
H A Dhfs_vfsops.c3389 MALLOC_ZONE(cn.cn_pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
3406 FREE_ZONE(cn.cn_pnbuf, cn.cn_pnlen, M_NAMEI);

Completed in 331 milliseconds