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

123456

/freebsd-13-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-13-stable/lib/libc/gen/
H A Dftok.c45 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-13-stable/bin/pwd/
H A Dpwd.c119 if (lg.st_dev == phy.st_dev && lg.st_ino == phy.st_ino)
/freebsd-13-stable/contrib/openbsm/compat/
H A Dflopen.h87 if (sb.st_dev != fsb.st_dev ||
/freebsd-13-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-13-stable/sys/contrib/openzfs/lib/libspl/os/linux/
H A Dgetmntany.c98 mp->mnt_major = major(st.st_dev);
99 mp->mnt_minor = minor(st.st_dev);
146 statbuf->st_dev) {
/freebsd-13-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-13-stable/lib/libutil/
H A Dflopen.c96 if (sb.st_dev != fsb.st_dev ||
/freebsd-13-stable/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c199 * problems are noted first. We keep the list sorted by st_dev and
215 if (a->stab.st_dev == b->stab.st_dev)
217 return a->stab.st_dev < b->stab.st_dev;
223 return ((a->stab.st_dev == b->stab.st_dev)
/freebsd-13-stable/lib/libc/sys/
H A Dcompat-ino64.h48 sb->st_dev = sb11->st_dev;
/freebsd-13-stable/lib/libc/tests/stdio/
H A Dmkostemp_test.c112 if (st1.st_dev != st2.st_dev || st1.st_ino != st2.st_ino) {
/freebsd-13-stable/bin/pax/
H A Dtables.c156 (pt->dev == arcn->sb.st_dev))
196 pt->dev = arcn->sb.st_dev;
247 (pt->dev == arcn->sb.st_dev))
686 if (chk_dev(arcn->sb.st_dev, 1) == NULL)
779 if ((arcn->sb.st_dev & (dev_t)dev_mask) != arcn->sb.st_dev)
790 if ((pt = chk_dev(arcn->sb.st_dev, 0)) != NULL) {
803 arcn->sb.st_dev = dpt->dev;
818 if ((pt = chk_dev(arcn->sb.st_dev, 1)) == NULL)
834 dpt->dev = arcn->sb.st_dev;
[all...]
H A Dftree.c406 if (!tflag || (get_atdir(ftent->fts_statb.st_dev,
409 if (!tflag || (get_atdir(ftent->fts_statp->st_dev,
477 add_atdir(ftent->fts_path, arcn->sb.st_dev,
H A Dcpio.c297 arcn->sb.st_dev = (dev_t)asc_ul(hd->c_dev, sizeof(hd->c_dev), OCT);
448 ul_asc((u_long)arcn->sb.st_dev, hd->c_dev, sizeof(hd->c_dev),
613 arcn->sb.st_dev = TODEV(devmajor, devminor);
791 ul_asc((u_long)MAJOR(arcn->sb.st_dev),hd->c_maj, sizeof(hd->c_maj),
793 ul_asc((u_long)MINOR(arcn->sb.st_dev),hd->c_min, sizeof(hd->c_min),
902 arcn->sb.st_dev = (dev_t)(RSHRT_EXT(hd->h_dev));
917 arcn->sb.st_dev = (dev_t)(SHRT_EXT(hd->h_dev));
1073 hd->h_dev[0] = CHR_WR_2(arcn->sb.st_dev);
1074 hd->h_dev[1] = CHR_WR_3(arcn->sb.st_dev);
1075 if (arcn->sb.st_dev !
[all...]
/freebsd-13-stable/sys/sys/
H A Dstat.h106 __uint16_t st_dev; /* inode's device */ member in struct:ostat
126 __uint32_t st_dev; /* inode's device */ member in struct:freebsd11_stat
161 dev_t st_dev; /* inode's device */ member in struct:stat
196 __uint32_t st_dev; /* inode's device */ member in struct:nstat
/freebsd-13-stable/contrib/bmake/
H A Dutil.c269 DEV_DEV_COMPARE(st_cur.st_dev, st_root.st_dev)) {
289 if (DEV_DEV_COMPARE(st_dotdot.st_dev, st_cur.st_dev)) {
312 DEV_DEV_COMPARE(st_next.st_dev, st_cur.st_dev))
/freebsd-13-stable/bin/chmod/
H A Dchmod.c247 if (previous_dev != ent->fts_statp->st_dev) {
248 previous_dev = ent->fts_statp->st_dev;
/freebsd-13-stable/lib/libsecureboot/
H A Dverify_file.c123 if (stp->st_dev == vsp->vs_dev &&
139 vsp->vs_dev = stp->st_dev;
378 caller, fd, filename, (long long)off, (long long)stp->st_dev,
461 (long long)st.st_dev, (long long)st.st_ino);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_open_fd.c96 archive_write_set_skip_file(a, st.st_dev, st.st_ino);
H A Darchive_entry_copy_stat.c75 archive_entry_set_dev(entry, st->st_dev);
H A Darchive_entry_stat.c72 st->st_dev = archive_entry_dev(entry);
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_init.c232 (lsb.st_dev != hsb.st_dev ||
240 if ((lsb.st_dev != hsb.st_dev ||
/freebsd-13-stable/contrib/xz/src/xz/
H A Dfile_io.c314 // compare st_dev at all.
319 || new_st.st_dev != known_st->st_dev
860 if (st.st_dev == -1) {
869 if (st.st_dev == pair->src_st.st_dev
915 pair->dest_st.st_dev = 0;
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32.h167 dev_t st_dev; member in struct:stat32
200 u_int32_t st_dev; member in struct:freebsd11_stat32
222 __uint16_t st_dev; member in struct:ostat32

Completed in 225 milliseconds

123456