Searched refs:d_type (Results 51 - 75 of 115) sorted by relevance

12345

/freebsd-10-stable/lib/libelf/
H A Dlibelf.h113 Elf_Type d_type; member in struct:_Elf_Data
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dlint1.h316 type_t *d_type; /* after deftyp() pointer to the type used member in struct:dinfo
/freebsd-10-stable/sys/boot/common/
H A Dbootstrap.h44 int d_type; member in struct:devdesc
H A Dufsread.c112 return d->d_type;
/freebsd-10-stable/sys/boot/zfs/
H A Dzfs.c286 d->d_type = ZFS_DIRENT_TYPE(mze.mze_value);
363 d->d_type = ZFS_DIRENT_TYPE(value);
640 dev->d_type = zfs_dev.dv_type;
653 if (dev->d_type != DEVT_ZFS)
/freebsd-10-stable/lib/libc/gen/
H A Dopendir.c257 if (dp->d_type == DT_WHT &&
H A Dfts-compat.c809 if (dp->d_type == DT_WHT)
823 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN)
H A Dfts.c780 if (dp->d_type == DT_WHT)
794 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN)
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c263 entry.d_type = DT_DIR;
277 entry.d_type = DT_DIR;
693 entry.d_type = DT_DIR;
1096 entry.d_type = DT_DIR;
/freebsd-10-stable/contrib/file/src/
H A Dcdf.c283 CDF_UNPACK(d->d_type);
761 if (dir->dir_tab[i].d_type == CDF_DIR_TYPE_ROOT_STORAGE)
837 if (dir->dir_tab[i - 1].d_type == type &&
1395 if (d->d_type < __arraycount(types))
1396 (void)fprintf(stderr, "Type: %s\n", types[d->d_type]);
1398 (void)fprintf(stderr, "Type: %d\n", d->d_type);
1411 switch (d->d_type) {
H A Dcdf.h94 uint8_t d_type; member in struct:__anon108
/freebsd-10-stable/sbin/bsdlabel/
H A Dbsdlabel.c562 if (lp->d_type < DKMAXTYPES)
563 fprintf(f, "type: %s\n", dktypenames[lp->d_type]);
565 fprintf(f, "type: %u\n", lp->d_type);
803 lp->d_type = cpp - dktypenames;
816 lp->d_type = v;
/freebsd-10-stable/lib/libstand/
H A Dcd9660.c540 d->d_type = DT_DIR;
542 d->d_type = DT_REG;
H A Dext2fs.c299 u_int8_t d_type; /* file type */ member in struct:ext2dirent
904 d->d_type = EXTFTODT(ed->d_type);
/freebsd-10-stable/sys/fs/devfs/
H A Ddevfs_rule.c588 else if (de->de_dirent->d_type == DT_LNK ||
589 (de->de_dirent->d_type == DT_DIR && de != dm->dm_rootdir &&
/freebsd-10-stable/sys/boot/efi/loader/
H A Dmain.c364 currdev.d_type = currdev.d_dev->dv_type;
382 currdev.d_type = currdev.d_dev->dv_type;
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c600 ddata->d_type = sdata->d_type;
/freebsd-10-stable/sys/boot/userboot/test/
H A Dtest.c204 *type_return = dp->d_type;
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y142 %type <l_node> d_type
216 | d_type DT_TOK_EOF { return (dt_node_root($1)); }
227 d_type: DT_CTX_DTYPE { $$ = NULL; } label
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSpec.cpp1039 if (dp->d_type == DT_DIR || dp->d_type == DT_UNKNOWN)
1053 switch (dp->d_type)
/freebsd-10-stable/sys/fs/cd9660/
H A Dcd9660_vnops.c495 idp->saveent.d_type = idp->assocent.d_type = idp->current.d_type =
/freebsd-10-stable/sys/fs/pseudofs/
H A Dpseudofs_vnops.c842 pfsent->entry.d_type = DT_DIR;
845 pfsent->entry.d_type = DT_REG;
848 pfsent->entry.d_type = DT_LNK;
/freebsd-10-stable/sys/fs/udf/
H A Dudf_vnops.c832 dir.d_type = DT_DIR;
843 dir.d_type = DT_DIR;
855 dir.d_type = (fid->file_char & UDF_FILE_CHAR_DIR) ?
/freebsd-10-stable/usr.sbin/makefs/
H A Dffs.c993 inode_type(DTTOIF(de->d_type)), i, reclen,
1013 de.d_type = IFTODT(node->type);
1029 ufs_rw32(de.d_ino, needswap), de.d_type, reclen,
/freebsd-10-stable/bin/sh/
H A Dexpand.c1262 if (dp->d_type != DT_UNKNOWN &&
1263 dp->d_type != DT_DIR &&
1264 dp->d_type != DT_LNK)

Completed in 176 milliseconds

12345