Searched defs:noentry (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsetlist.c323 is_in_env(char *class_name, char *paramname, char **paramvalue, int *noentry) argument
334 if (!(*noentry) && *paramvalue == NULL) {
337 (*noentry)++;
341 if (!(*noentry)) {
372 static int noentry; local
376 noentry = 0;
380 &noentry))
403 static int noentry; local
407 noentry = 0;
411 &noentry))
423 static int noentry; local
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c656 int noentry = flags & ~IQUIET; local
732 err = ufs_dircheckforname(tdp, namep, namlen, &slot, &tip, cr, noentry);
736 ASSERT(!noentry);
994 * Check for the existence of a name in a directory (unless noentry
1014 int noentry) /* noentry - just look for space */
1047 if (noentry) {
1197 if (!noentry && tdp->i_size >= ufs_min_dir_cache) {
1345 if (noentry) {
1007 ufs_dircheckforname( struct inode *tdp, char *namep, int namlen, struct ufs_slot *slotp, struct inode **ipp, struct cred *cr, int noentry) argument
H A Dufs_vnops.c2923 int noentry; local
2959 noentry = 0;
2972 noentry = 1;
2989 vap, &xip, cr, (noentry | (retry ? IQUIET : 0)));

Completed in 60 milliseconds