Home
last modified time | relevance | path

Searched refs:st_ino (Results 51 – 75 of 170) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmail.local.c834 sb.st_ino != fsb.st_ino)) {
960 sb.st_ino != fsb.st_ino ||
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcmp.c389 else if (s1.st_ino == s2.st_ino && s1.st_dev == s2.st_dev && o1 == o2) in b_cmp()
H A Drm.c178 …v = st.st_nlink <= 2 || st.st_ino == ent->fts_parent->fts_statp->st_ino && st.st_dev == ent->fts_p… in rm()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfts.c112 #define SAME(one,two) ((one)->st_ino==(two)->st_ino&&(one)->st_dev==(two)->st_dev)
229 if (f1->statb.st_ino < f2->statb.st_ino) in statcmp()
231 if (f1->statb.st_ino > f2->statb.st_ino) in statcmp()
1089 f->statb.st_ino = D_FILENO(d); in fts_read()
/illumos-gate/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c290 if (info.dev != tty.st_dev || info.ino != tty.st_ino || in pam_sm_authenticate()
388 info.ino = tty.st_ino; in pam_sm_setcred()
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c529 "%011llo ", attr->st_ino); in output_file_header()
930 tlm_acls->acl_attr.st_ino, &hardlink_pos, NULL); in tlm_output_file()
947 tlm_acls->acl_attr.st_ino, hardlink_pos); in tlm_output_file()
1067 (void) hardlink_q_add(hardlink_q, tlm_acls->acl_attr.st_ino, in tlm_output_file()
1071 fullname, tlm_acls->acl_attr.st_ino, pos); in tlm_output_file()
1081 fullname, tlm_acls->acl_attr.st_ino, hardlink_pos); in tlm_output_file()
/illumos-gate/usr/src/cmd/cat/
H A Dcat.c53 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino)
/illumos-gate/usr/src/cmd/power/
H A Dparse.c229 def_src = (stbuf.st_ino == def_info.st_ino && in get_conf_data()
/illumos-gate/usr/src/cmd/utmp_update/
H A Dutmp_update.c185 if (stat_arg.st_ino == stat_db.st_ino && in main()
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c350 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c381 stl.st_ino != stb.st_ino || in notify()
/illumos-gate/usr/src/tools/protolist/
H A Dprotolist.c142 inum = st->st_ino; in visit_dir()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.v1638 C_SYSC_newfstat read_list: [(struct compat_stat)->st_ino, (struct kstat)->ino, (struct compat_stat)…
639 C_SYSC_newfstatat read_list: [(struct compat_stat)->st_ino, (struct kstat)->ino, (struct compat_sta…
640 C_SYSC_newlstat read_list: [(struct compat_stat)->st_ino, (struct kstat)->ino, (struct compat_stat)…
641 C_SYSC_newstat read_list: [(struct compat_stat)->st_ino, (struct kstat)->ino, (struct compat_stat)-…
645 SYSC_newfstat read_list: [(struct stat)->st_ino, (struct kstat)->ino, (struct stat)->st_nlink, (str…
646 SYSC_newfstatat read_list: [(struct stat)->st_ino, (struct kstat)->ino, (struct stat)->st_nlink, (s…
647 SYSC_newlstat read_list: [(struct stat)->st_ino, (struct kstat)->ino, (struct stat)->st_nlink, (str…
648 SYSC_newstat read_list: [(struct stat)->st_ino, (struct kstat)->ino, (struct stat)->st_nlink, (stru…
649 SYSC_fstat read_list: [(struct __old_kernel_stat)->st_ino, (struct kstat)->ino, (struct __old_kerne…
650 SYSC_lstat read_list: [(struct __old_kernel_stat)->st_ino, (struct kstat)->ino, (struct __old_kerne…
[all …]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c380 (uint_t)attr->st_ino); in timecmp()
384 dbm_getone(nlp->nlp_bkmap, (u_longlong_t)attr->st_ino) && in timecmp()
402 NDMP_LOG(LOG_DEBUG, "p(%lu)", (u_longlong_t)attr->st_ino); in timecmp()
407 (uint_t)attr->st_ino, (uint_t)attr->st_mtime, in timecmp()
414 (uint_t)attr->st_ino, (uint_t)attr->st_ctime, in timecmp()
419 (uint_t)attr->st_ino, (uint_t)attr->st_ctime, in timecmp()
424 (uint_t)attr->st_ino, (uint_t)attr->st_mtime, in timecmp()
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c479 if ((statbuf.st_ino == link->ino) && in findlink()
501 new->ino = statbuf.st_ino; in findlink()
/illumos-gate/usr/src/cmd/tail/
H A Dforward.c452 if (sb2.st_ino != file->st.st_ino || in follow()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h73 #define IDENTICAL(A,B) (A.st_dev==B.st_dev && A.st_ino==B.st_ino)
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c170 || statbuf1.st_ino != statbuf2.st_ino in putprinter()
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap_common.c104 ino_t ino = statb.st_ino; in make_name()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfsetbuf.c289 ino = (int)st.st_ino;
296 null_ino = (int)st.st_ino;
/illumos-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c100 if (sb.st_ino == inode && sb.st_dev == dev) { in close()
338 inode = statbuf.st_ino;
/illumos-gate/usr/src/lib/libadm/common/
H A Ddevtab.c129 if ((x.st_dev == y.st_dev) && (x.st_ino == y.st_ino)) same = TRUE; in samedev()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c249 if ((lstatb.st_ino != fstatb.st_ino) || in krb5_rc_io_open_internal()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c1403 (left->st_ino == right->st_ino) && in statcmp()
1537 (post_stat.st_ino != post_lstat.st_ino) || in safe_open_common()
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_stat.c48 dest->st_ino = (ino_t)src->st_ino; in stat64_32_to_n()

1234567