Searched refs:S_IFDIR (Results 126 - 148 of 148) sorted by relevance

123456

/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c768 stp->st_mode = S_IFDIR;
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c765 if ((statbuf.st_mode & S_IFMT) == S_IFDIR) {
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1178 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, S_IFIFO,
/illumos-gate/usr/src/cmd/man/
H A Dman.c439 if (stat(q[0], &sb) != 0 || (sb.st_mode & S_IFDIR) == 0) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c1041 va.va_mode = S_IFDIR | S_ISVTX | 0777;
H A Dzfs_znode.c483 vattr.va_mode = S_IFDIR|0555;
1806 vattr.va_mode = S_IFDIR|0755;
/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.c409 sb->st_mode = f->de.attr & FA_DIR ? S_IFDIR | 0555 : S_IFREG | 0444;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c1196 ((status.st_mode & S_IFMT) == S_IFDIR))
1203 if ((status.st_mode & S_IFMT) == S_IFDIR) {
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_util.c2566 case S_IFDIR:
H A Dndmpd_zfs.c519 st.st_mode = S_IFDIR | 0777;
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1150 if ((stbuf.st_mode & S_IFMT) == S_IFDIR) {
/illumos-gate/usr/src/cmd/ed/
H A Ded.c145 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2675 # define S_ISDIR(foo) ((foo & S_IFMT) == S_IFDIR)
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c1780 return ((statbuf.st_mode & S_IFMT) == S_IFDIR);
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c64 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR)
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c504 case S_IFDIR:
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1206 if (buffer.st_mode & S_IFDIR)
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c614 vap->va_mode |= S_IFDIR;
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1695 if ((r_stbuf.st_mode & S_IFMT) == S_IFDIR) {
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c5254 if ((sb->st_mode & S_IFMT) == S_IFDIR) {
5870 } else if ((stat->st_mode & S_IFMT) == S_IFDIR) {
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2468 if (sb.st_mode & S_IFDIR)
2923 if (sb.st_mode & S_IFDIR)
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c214 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, S_IFIFO,
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c411 return ((s.st_mode & S_IFMT) == S_IFDIR);

Completed in 684 milliseconds

123456