Searched refs:d_type (Results 1 - 25 of 115) sorted by relevance

12345

/freebsd-10-stable/sys/boot/powerpc/ps3/
H A Dps3devdesc.h36 int d_type; member in struct:ps3_devdesc
H A Ddevicename.c175 idev->d_type = dv->dv_type;
196 switch(dev->d_type) {
/freebsd-10-stable/lib/libelf/
H A Dlibelf_xlate.c77 if ((int) src->d_type < 0 || src->d_type >= ELF_T_NUM) {
83 (src->d_type, (size_t) 1, src->d_version)) == 0)
86 msz = _libelf_msize(src->d_type, elfclass, src->d_version);
128 _libelf_malign(src->d_type, elfclass)) {
133 dst->d_type = src->d_type;
142 if (!(_libelf_get_translator(src->d_type, direction, elfclass))
H A Delf_strptr.c78 if (d->d_type != ELF_T_BYTE) {
100 if (d->d_type != ELF_T_BYTE) {
H A Dgelf_symshndx.c66 id->d_type != ELF_T_WORD) {
113 d->d_type != ELF_T_WORD) {
/freebsd-10-stable/sys/boot/common/
H A Ddisk.h84 int d_type; member in struct:disk_devdesc
H A Dls.c114 sprintf(lbuf, " %c %8d %s\n", typestr[d->d_type],
117 sprintf(lbuf, " %c %s\n", typestr[d->d_type], d->d_name);
/freebsd-10-stable/sys/sys/
H A Ddirent.h53 __uint8_t d_type; /* file type, see below */ member in struct:dirent
/freebsd-10-stable/sys/boot/zfs/
H A Dlibzfs.h43 int d_type; member in struct:zfs_devdesc
/freebsd-10-stable/sys/ufs/ufs/
H A Ddir.h80 u_int8_t d_type; /* file type, see below */ member in struct:direct
117 ((oldfmt) ? DIRECTSIZ((dp)->d_type) : DIRECTSIZ((dp)->d_namlen))
/freebsd-10-stable/sys/boot/ofw/libofw/
H A Dlibofw.h33 int d_type; member in struct:ofw_devdesc
H A Ddevicename.c117 idev->d_type = dv->dv_type;
118 if (idev->d_type == DEVT_ZFS) {
/freebsd-10-stable/sys/boot/uboot/lib/
H A Dlibuboot.h33 int d_type; member in struct:uboot_devdesc
H A Ddevicename.c150 idev->d_type = dv->dv_type;
170 switch(dev->d_type) {
/freebsd-10-stable/lib/libc/gen/
H A Dscandir.c90 p->d_type = d->d_type;
H A Ddisklabel.c107 dp->d_type = gettype(cq, dktypenames);
110 getnumdflt(dp->d_type, "dt", 0);
/freebsd-10-stable/sys/boot/userboot/userboot/
H A Dmain.c167 zdev.d_type = zdev.d_dev->dv_type;
176 dev.d_type = dev.d_dev->dv_type;
190 dev.d_type = dev.d_dev->dv_type;
/freebsd-10-stable/sys/fs/devfs/
H A Ddevfs_devs.c182 if (type != 0 && type != de->de_dirent->d_type)
190 if (de->de_dirent->d_type == DT_CHR &&
232 if (de->de_dirent->d_type != DT_DIR)
258 dd->de_dirent->d_type = DT_DIR;
274 de->de_dirent->d_type = DT_DIR;
281 de->de_dirent->d_type = DT_DIR;
325 KASSERT(de->de_dirent->d_type == DT_DIR,
450 else if (de->de_dirent->d_type == DT_DIR)
579 else if (de->de_dirent->d_type == DT_LNK) {
587 KASSERT(dd->de_dirent->d_type
[all...]
/freebsd-10-stable/sys/boot/i386/libi386/
H A Ddevicename.c152 idev->d_type = dv->dv_type;
172 switch(dev->d_type) {
/freebsd-10-stable/sys/boot/ia64/common/
H A Ddevicename.c107 idev->d_type = dv->dv_type;
140 switch(dev->d_type) {
/freebsd-10-stable/sys/boot/efi/loader/
H A Ddevicename.c133 idev->d_type = dv->dv_type;
165 switch(dev->d_type) {
/freebsd-10-stable/sbin/fsck_ffs/
H A Dpass2.c299 if (dirp->d_type != DT_DIR) {
301 dirp->d_type = DT_DIR;
309 proto.d_type = DT_DIR;
340 proto.d_type = DT_DIR;
358 if (dirp->d_type != DT_DIR) {
360 dirp->d_type = DT_DIR;
416 } else if (((dirp->d_ino == WINO && dirp->d_type != DT_WHT) ||
417 (dirp->d_ino != WINO && dirp->d_type == DT_WHT))) {
420 dirp->d_type = DT_WHT;
500 if (dirp->d_type !
[all...]
/freebsd-10-stable/usr.sbin/ctm/mkCTM/
H A Dmkctm.c146 if (de->d_type == DT_DIR) {
307 if (de->d_type == DT_DIR) {
314 } else if (de->d_type == DT_REG) {
347 if (de->d_type == DT_DIR) {
357 } else if (de->d_type == DT_REG) {
416 if (nl[*i]->d_type == DT_UNKNOWN)
417 nl[*i]->d_type = IFTODT(StatFile(buf)->st_mode);
418 if (nl[*i]->d_type == DT_REG || nl[*i]->d_type == DT_DIR)
470 if (nl1[i1]->d_type
[all...]
/freebsd-10-stable/sys/boot/ia64/ski/
H A Dmain.c84 currdev.d_type = currdev.d_dev->dv_type;
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dtrail.c334 if (dp->d_type == DT_UNKNOWN)
335 dp->d_type = trail_type(trail->tr_dirfp, dp->d_name);
337 if (dp->d_type != DT_REG) {
512 if (dp->d_type == DT_UNKNOWN)
513 dp->d_type = trail_type(dirfp, dp->d_name);
515 if (dp->d_type != DT_REG)

Completed in 156 milliseconds

12345