Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svr4pkg/libinst/
H A Dsetlist.c323 is_in_env(char *class_name, char *paramname, char **paramvalue, int *noentry) in is_in_env() argument
334 if (!(*noentry) && *paramvalue == NULL) { in is_in_env()
337 (*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()
[all …]
/titanic_50/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.c2923 int noentry; in ufs_create() local
2959 noentry = 0; in ufs_create()
2972 noentry = 1; in ufs_create()
2989 vap, &xip, cr, (noentry | (retry ? IQUIET : 0))); in ufs_create()