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

/darwin-on-arm/xnu/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.c382 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
604 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
636 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
672 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
768 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
H A Dposix_shm.c395 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
618 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
651 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
1017 MALLOC_ZONE(pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
1141 FREE_ZONE(pnbuf, MAXPATHLEN, M_NAMEI);
H A Dnetboot.c339 MALLOC_ZONE(root_path, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
341 panic("netboot_info_init: M_NAMEI zone exhausted");
420 FREE_ZONE(root_path, MAXPATHLEN, M_NAMEI);
H A Dmach_loader.c1599 MALLOC_ZONE(vpath, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
1605 FREE_ZONE(vpath, MAXPATHLEN, M_NAMEI);
1611 FREE_ZONE(vpath, MAXPATHLEN, M_NAMEI);
/darwin-on-arm/xnu/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.c911 MAXPATHLEN, M_NAMEI);
914 MAXPATHLEN, M_NAMEI);
917 MAXPATHLEN, M_NAMEI);
920 MAXPATHLEN, M_NAMEI);
1014 FREE_ZONE(nd.nd_root.ndm_mntfrom, MAXPATHLEN, M_NAMEI);
1016 FREE_ZONE(nd.nd_root.ndm_path, MAXPATHLEN, M_NAMEI);
1018 FREE_ZONE(nd.nd_private.ndm_mntfrom, MAXPATHLEN, M_NAMEI);
1020 FREE_ZONE(nd.nd_private.ndm_path, MAXPATHLEN, M_NAMEI);
1471 MALLOC_ZONE(mntfrom, char*, MAXPATHLEN, M_NAMEI, M_WAITOK);
1804 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);
2018 MALLOC_ZONE(cnp->cn_pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
2037 FREE_ZONE(cnp->cn_pnbuf, MAXPATHLEN, M_NAMEI);
2122 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.c1086 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
1252 MALLOC_ZONE(path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
1259 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
1319 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
1457 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);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c244 MALLOC_ZONE(cnp->cn_pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
275 MALLOC_ZONE(realpath, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
284 FREE_ZONE(realpath, MAXPATHLEN, M_NAMEI);
291 FREE_ZONE(cnp->cn_pnbuf, cnp->cn_pnlen, M_NAMEI);
383 FREE_ZONE(cnp->cn_pnbuf, cnp->cn_pnlen, M_NAMEI);
1315 MALLOC_ZONE(cp, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
1329 FREE_ZONE(cp, MAXPATHLEN, M_NAMEI);
1341 FREE_ZONE(cp, MAXPATHLEN, M_NAMEI);
1354 FREE_ZONE(tmppn, len, M_NAMEI);
1532 FREE_ZONE(tmp, ndp->ni_cnd.cn_pnlen, M_NAMEI);
[all...]
H A Dvfs_fsevents.c2291 MALLOC_ZONE(path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
2302 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
2415 MALLOC_ZONE(path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
2422 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
H A Dvfs_cache.c375 MALLOC_ZONE(va.va_name, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
415 FREE_ZONE(va.va_name, MAXPATHLEN, M_NAMEI);
H A Dvfs_xattr.c2638 MALLOC_ZONE(path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
2645 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
2652 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);
3788 MALLOC_ZONE(path, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
3898 FREE_ZONE(path, MAXPATHLEN, M_NAMEI);
6366 MALLOC_ZONE(tobuf, char *, MAXPATHLEN, M_NAMEI, M_WAITOK);
6386 FREE_ZONE(tobuf, MAXPATHLEN, M_NAMEI);
/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h105 #define M_NAMEI 12 /* namei path name buffer */ macro
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c4242 MALLOC_ZONE (rsrc_path, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
4256 FREE_ZONE (rsrc_path, MAXPATHLEN, M_NAMEI);
5667 MALLOC_ZONE(cn.cn_pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
5686 FREE_ZONE(cn.cn_pnbuf, cn.cn_pnlen, M_NAMEI);
H A Dhfs_vfsops.c3355 MALLOC_ZONE(cn.cn_pnbuf, caddr_t, MAXPATHLEN, M_NAMEI, M_WAITOK);
3372 FREE_ZONE(cn.cn_pnbuf, cn.cn_pnlen, M_NAMEI);

Completed in 230 milliseconds