Home
last modified time | relevance | path

Searched refs:vop (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/stat/fsstat/
H A Dfsstat.c361 #define PRINT_VOPSTAT_CMN(niceflag, vop) \ argument
363 (void) printf("%10s ", #vop); \
364 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(n##vop), ' ', buf);
366 #define PRINT_VOPSTAT(niceflag, vop) \ argument
367 PRINT_VOPSTAT_CMN(niceflag, vop); \
371 #define PRINT_VOPSTAT_IO(niceflag, vop) \ argument
372 PRINT_VOPSTAT_CMN(niceflag, vop); \
374 DELTA(vop##_bytes), ' ', buf);
/titanic_41/usr/src/cmd/vi/port/
H A Dex_v.c302 vop(void) in vop() function
H A Dex_cmds.c886 vop();
/titanic_41/usr/src/uts/common/fs/
H A Ddnlc.c878 dnlc_fs_purge1(vnodeops_t *vop) in dnlc_fs_purge1() argument
907 vn_matchops(vp, vop)) in dnlc_fs_purge1()
H A Dvnode.c2895 vnodeops_t *vop = vn_getops(vp); in vn_matchopval() local
2902 ((char *)(vop) + otdp->offset); in vn_matchopval()