Home
last modified time | relevance | path

Searched refs:f_rd_maj (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Danal.c489 if (np->f_rd_maj != rp->f_rd_maj) in check_changes()
936 lp->f_info[which].f_rd_maj = fp->f_info[which].f_rd_maj; in link_update()
H A Deval.c676 ip->f_rd_maj = major(sp->st_rdev); in note_info()
718 np->f_rd_maj = ip->f_rd_maj; in do_update()
H A Ddatabase.h137 long f_rd_maj; /* major dev for specials */ member
H A Drecon.c590 if (sp->f_rd_maj != dp->f_rd_maj) in samedata()
H A Dbase.c561 ip->f_rd_maj = l; in read_baseline()
862 fprintf(file, "\t%4ld %4ld", ip->f_rd_maj, ip->f_rd_min); in bw_file()
H A Daction.c441 maj = sp->f_rd_maj; /* major (if it is a device) */ in do_copy()