Home
last modified time | relevance | path

Searched refs:noentry (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsetlist.c337 (*noentry)++; in is_in_env()
341 if (!(*noentry)) { in is_in_env()
372 static int noentry; in s_verify() local
376 noentry = 0; in s_verify()
380 &noentry)) in s_verify()
403 static int noentry; in d_verify() local
407 noentry = 0; in d_verify()
411 &noentry)) in d_verify()
423 static int noentry; in s_pathtype() local
427 noentry = 0; in s_pathtype()
[all …]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c656 int noentry = flags & ~IQUIET; in ufs_direnter_cm() local
732 err = ufs_dircheckforname(tdp, namep, namlen, &slot, &tip, cr, noentry); in ufs_direnter_cm()
736 ASSERT(!noentry); in ufs_direnter_cm()
1014 int noentry) /* noentry - just look for space */ in ufs_dircheckforname() argument
1047 if (noentry) { in ufs_dircheckforname()
1197 if (!noentry && tdp->i_size >= ufs_min_dir_cache) { in ufs_dircheckforname()
1345 if (noentry) { in ufs_dircheckforname()
H A Dufs_vnops.c2813 int noentry; in ufs_create() local
2849 noentry = 0; in ufs_create()
2862 noentry = 1; in ufs_create()
2879 vap, &xip, cr, (noentry | (retry ? IQUIET : 0))); in ufs_create()