Home
last modified time | relevance | path

Searched refs:st_dev (Results 1 – 25 of 114) sorted by relevance

12345

/dragonfly/contrib/grep/lib/
H A Dsame-inode.h28 && (a).st_dev == (b).st_dev)
35 (!((a).st_ino == 0 && (a).st_dev == 0) \
36 && (a).st_ino == (b).st_ino && (a).st_dev == (b).st_dev)
44 && (a).st_dev == (b).st_dev)
H A Dcycle-check.h46 (State)->dev_ino.st_dev = (SB_dir).st_dev; \
H A Dcycle-check.c80 state->dev_ino.st_dev = sb->st_dev; in cycle_check()
H A Dfts.c679 dev_t st_dev; member
692 uintmax_t dev = ax->st_dev; in dev_type_hash()
701 return ax->st_dev == ay->st_dev; in dev_type_compare()
728 tmp.st_dev = p->fts_statp->st_dev; in filesystem_type()
743 t2->st_dev = p->fts_statp->st_dev; in filesystem_type()
900 (ISSET(FTS_XDEV) && p->fts_statp->st_dev != sp->fts_dev)) { in fts_read()
1056 sp->fts_dev = p->fts_statp->st_dev; in fts_read()
1664 && ad->dev == ent->fts_statp->st_dev) in find_matching_ancestor()
1676 (uintmax_t) ent->fts_statp->st_dev, in find_matching_ancestor()
1694 ad.dev = t->fts_statp->st_dev; in fts_cross_check()
[all …]
/dragonfly/contrib/cvs-1.12/lib/
H A Dcycle-check.c38 && (Stat_buf_1).st_dev == (Stat_buf_2).st_dev)
88 state->dev_ino.st_dev = sb->st_dev; in cycle_check()
/dragonfly/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c204 if (a->stab.st_dev == b->stab.st_dev) in lessp()
206 return a->stab.st_dev < b->stab.st_dev; in lessp()
212 return ((a->stab.st_dev == b->stab.st_dev) in equal()
/dragonfly/bin/pax/
H A Dtables.c149 (pt->dev == arcn->sb.st_dev)) in chk_lnk()
189 pt->dev = arcn->sb.st_dev; in chk_lnk()
240 (pt->dev == arcn->sb.st_dev)) in purg_lnk()
679 if (chk_dev(arcn->sb.st_dev, 1) == NULL) in add_dev()
772 if ((arcn->sb.st_dev & (dev_t)dev_mask) != arcn->sb.st_dev) in map_dev()
783 if ((pt = chk_dev(arcn->sb.st_dev, 0)) != NULL) { in map_dev()
796 arcn->sb.st_dev = dpt->dev; in map_dev()
811 if ((pt = chk_dev(arcn->sb.st_dev, 1)) == NULL) in map_dev()
827 dpt->dev = arcn->sb.st_dev; in map_dev()
862 arcn->sb.st_dev = lastdev; in map_dev()
H A Dcpio.c287 arcn->sb.st_dev = (dev_t)asc_ul(hd->c_dev, sizeof(hd->c_dev), OCT); in cpio_rd()
423 ul_asc((u_long)arcn->sb.st_dev, hd->c_dev, sizeof(hd->c_dev), in cpio_wr()
579 arcn->sb.st_dev = TODEV(devmajor, devminor); in vcpio_rd()
752 ul_asc((u_long)MAJOR(arcn->sb.st_dev),hd->c_maj, sizeof(hd->c_maj), in vcpio_wr()
754 ul_asc((u_long)MINOR(arcn->sb.st_dev),hd->c_min, sizeof(hd->c_min), in vcpio_wr()
863 arcn->sb.st_dev = (dev_t)(RSHRT_EXT(hd->h_dev)); in bcpio_rd()
878 arcn->sb.st_dev = (dev_t)(SHRT_EXT(hd->h_dev)); in bcpio_rd()
1034 hd->h_dev[0] = CHR_WR_2(arcn->sb.st_dev); in bcpio_wr()
1035 hd->h_dev[1] = CHR_WR_3(arcn->sb.st_dev); in bcpio_wr()
1036 if (arcn->sb.st_dev != (dev_t)(SHRT_EXT(hd->h_dev))) in bcpio_wr()
/dragonfly/libexec/rpc.rquotad/
H A Drquotad.c50 dev_t st_dev; /* device of the filesystem */ member
210 fs_current->st_dev = st.st_dev; in initfs()
236 if (fs->st_dev != st_path.st_dev) in getfsquota()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dfdmatch.c59 (sbuf1.st_dev == sbuf2.st_dev) && in fdmatch()
H A Dgetpwd.c84 && dotstat.st_dev == pwdstat.st_dev)) in getpwd()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dfdmatch.c59 (sbuf1.st_dev == sbuf2.st_dev) && in fdmatch()
H A Dgetpwd.c84 && dotstat.st_dev == pwdstat.st_dev)) in getpwd()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dfdmatch.c59 (sbuf1.st_dev == sbuf2.st_dev) && in fdmatch()
H A Dgetpwd.c84 && dotstat.st_dev == pwdstat.st_dev)) in getpwd()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dfdmatch.c59 (sbuf1.st_dev == sbuf2.st_dev) && in fdmatch()
H A Dgetpwd.c84 && dotstat.st_dev == pwdstat.st_dev)) in getpwd()
/dragonfly/contrib/lvm2/dist/include/
H A Dlvm-file.h54 (buf1).st_dev == (buf2).st_dev)
/dragonfly/contrib/lvm2/dist/lib/misc/
H A Dlvm-file.h54 (buf1).st_dev == (buf2).st_dev)
/dragonfly/contrib/bmake/
H A Dutil.c268 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) { in getwd()
288 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) { in getwd()
311 DEV_DEV_COMPARE(st_next.st_dev, st_cur.st_dev)) in getwd()
/dragonfly/usr.bin/relpath/
H A Drelpath.c70 st2.st_dev == st1.st_dev && in main()
/dragonfly/bin/pwd/
H A Dpwd.c106 if (logic.st_dev == phy.st_dev && logic.st_ino == phy.st_ino) in getcwd_logical()
/dragonfly/contrib/gdb-7/libiberty/
H A Dgetpwd.c84 && dotstat.st_dev == pwdstat.st_dev)) in getpwd()
/dragonfly/contrib/nvi2/ex/
H A Dex_init.c232 (lsb.st_dev != hsb.st_dev || in ex_exrc()
240 if ((lsb.st_dev != hsb.st_dev || in ex_exrc()
/dragonfly/lib/libutil/
H A Dflopen.c88 if (sb.st_dev != fsb.st_dev || in flopen()

12345