Searched refs:st_dev (Results 1 - 25 of 142) sorted by relevance

123456

/freebsd-11-stable/tests/sys/kern/pipe/
H A Dpipe_ino_test.c31 * structure members st_mode, st_ino, st_dev, st_uid, st_gid, st_atim,
33 * Check that st_dev and st_ino are meaningful.
55 if (st1.st_dev != st2.st_dev || st1.st_dev == 0 || st2.st_dev == 0)
57 (uintmax_t)st1.st_dev, (uintmax_t)st2.st_dev);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfdmatch.c59 (sbuf1.st_dev == sbuf2.st_dev) &&
H A Dgetpwd.c84 && dotstat.st_dev == pwdstat.st_dev))
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfdmatch.c59 (sbuf1.st_dev == sbuf2.st_dev) &&
H A Dgetpwd.c84 && dotstat.st_dev == pwdstat.st_dev))
/freebsd-11-stable/lib/libc/gen/
H A Dftok.c43 return ((key_t)((unsigned int)id << 24 | (st.st_dev & 0xff) << 16 |
H A Dgetcwd.c113 root_dev = s.st_dev;
125 dev = s.st_dev;
159 if (s.st_dev == dev) {
181 if (s.st_dev == dev && s.st_ino == ino)
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_stat.h38 svr4_o_dev_t st_dev; member in struct:svr4_stat
52 svr4_dev_t st_dev; member in struct:svr4_xstat
73 svr4_dev_t st_dev; member in struct:svr4_stat64
H A Dsvr4_stat.c102 st4->st_dev = bsd_to_svr4_odev_t(st->st_dev);
123 st4->st_dev = bsd_to_svr4_dev_t(st->st_dev);
146 st4->st_dev = bsd_to_svr4_dev_t(st->st_dev);
/freebsd-11-stable/bin/pwd/
H A Dpwd.c117 if (lg.st_dev == phy.st_dev && lg.st_ino == phy.st_ino)
/freebsd-11-stable/contrib/openbsm/compat/
H A Dflopen.h87 if (sb.st_dev != fsb.st_dev ||
/freebsd-11-stable/lib/libutil/
H A Dflopen.c90 if (sb.st_dev != fsb.st_dev ||
/freebsd-11-stable/sbin/kldload/
H A Dkldload.c71 dev = sb.st_dev;
99 if (sb.st_dev != dev || sb.st_ino != ino) {
104 } else if (sb.st_dev == dev && sb.st_ino == ino)
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetcwd.c102 root_dev = s.st_dev;
114 dev = s.st_dev;
160 if (s.st_dev == dev) {
182 if (s.st_dev == dev && s.st_ino == ino)
/freebsd-11-stable/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c191 * problems are noted first. We keep the list sorted by st_dev and
207 if (a->stab.st_dev == b->stab.st_dev)
209 return a->stab.st_dev < b->stab.st_dev;
215 return ((a->stab.st_dev == b->stab.st_dev)
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dmkostemp_test.c112 if (st1.st_dev != st2.st_dev || st1.st_ino != st2.st_ino) {
/freebsd-11-stable/bin/pax/
H A Dtables.c154 (pt->dev == arcn->sb.st_dev))
194 pt->dev = arcn->sb.st_dev;
245 (pt->dev == arcn->sb.st_dev))
684 if (chk_dev(arcn->sb.st_dev, 1) == NULL)
777 if ((arcn->sb.st_dev & (dev_t)dev_mask) != arcn->sb.st_dev)
788 if ((pt = chk_dev(arcn->sb.st_dev, 0)) != NULL) {
801 arcn->sb.st_dev = dpt->dev;
816 if ((pt = chk_dev(arcn->sb.st_dev, 1)) == NULL)
832 dpt->dev = arcn->sb.st_dev;
[all...]
H A Dftree.c404 if (!tflag || (get_atdir(ftent->fts_statb.st_dev,
407 if (!tflag || (get_atdir(ftent->fts_statp->st_dev,
475 add_atdir(ftent->fts_path, arcn->sb.st_dev,
H A Dcpio.c295 arcn->sb.st_dev = (dev_t)asc_ul(hd->c_dev, sizeof(hd->c_dev), OCT);
446 ul_asc((u_long)arcn->sb.st_dev, hd->c_dev, sizeof(hd->c_dev),
611 arcn->sb.st_dev = TODEV(devmajor, devminor);
789 ul_asc((u_long)MAJOR(arcn->sb.st_dev),hd->c_maj, sizeof(hd->c_maj),
791 ul_asc((u_long)MINOR(arcn->sb.st_dev),hd->c_min, sizeof(hd->c_min),
900 arcn->sb.st_dev = (dev_t)(RSHRT_EXT(hd->h_dev));
915 arcn->sb.st_dev = (dev_t)(SHRT_EXT(hd->h_dev));
1071 hd->h_dev[0] = CHR_WR_2(arcn->sb.st_dev);
1072 hd->h_dev[1] = CHR_WR_3(arcn->sb.st_dev);
1073 if (arcn->sb.st_dev !
[all...]
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_stat.h40 ibcs2_dev_t st_dev; member in struct:ibcs2_stat
/freebsd-11-stable/contrib/bmake/
H A Dutil.c303 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) {
323 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) {
347 DEV_DEV_COMPARE(st_next.st_dev, st_cur.st_dev))
/freebsd-11-stable/bin/chmod/
H A Dchmod.c232 if (previous_dev != ent->fts_statp->st_dev) {
233 previous_dev = ent->fts_statp->st_dev;
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_init.c239 (lsb.st_dev != hsb.st_dev ||
247 if ((lsb.st_dev != hsb.st_dev ||
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_open_fd.c96 archive_write_set_skip_file(a, st.st_dev, st.st_ino);
/freebsd-11-stable/sys/sys/
H A Dstat.h104 __uint16_t st_dev; /* inode's device */ member in struct:ostat
123 __dev_t st_dev; /* inode's device */ member in struct:stat
154 __dev_t st_dev; /* inode's device */ member in struct:nstat

Completed in 237 milliseconds

123456