Home
last modified time | relevance | path

Searched refs:noreserve (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c622 int noreserve = 0; in gcore_pr_nextprot() local
624 noreserve = GSOP_NORESERVE(gs); in gcore_pr_nextprot()
625 dprintf("addr: %p noreserve: %d\n", addr, noreserve); in gcore_pr_nextprot()
627 if (noreserve) { in gcore_pr_nextprot()
642 if (noreserve && GSOP_INCORE(gs, addr, eaddr) != addr) { in gcore_pr_nextprot()
/titanic_50/usr/src/cmd/zfs/
H A Dzfs_main.c771 boolean_t noreserve = B_FALSE; in zfs_do_create() local
820 noreserve = B_TRUE; in zfs_do_create()
833 if ((bflag || noreserve) && type != ZFS_TYPE_VOLUME) { in zfs_do_create()
853 if (type == ZFS_TYPE_VOLUME && !noreserve) { in zfs_do_create()