/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | lufs_debug.c | 56 enum delta_type dtyp; member 65 top_trace(enum delta_type dtyp, dev_t dev, long long arg1, long arg2, long arg3) in top_trace() argument 73 toptrace[toptraceindex].dtyp = dtyp; in top_trace() 82 toptrace[toptraceindex].dtyp = (enum delta_type)-1; in top_trace() 193 delta_t dtyp) in top_delta_debug() argument 209 ul->un_logmap->mtm_tops->mtm_delta_num[dtyp]++; in top_delta_debug() 217 switch (dtyp) { in top_delta_debug() 232 top_trace(dtyp, ul->un_dev, mof, (long)nb, (long)0); in top_delta_debug()
|
H A D | lufs_map.c | 221 delta_t dtyp, in deltamap_add() argument 263 ASSERT((dtyp == DT_CANCEL) || in deltamap_add() 284 ASSERT(dtyp != DT_CANCEL); in deltamap_add() 285 if (dtyp == DT_ABZERO) { in deltamap_add() 293 delta_stats[dtyp]++; in deltamap_add() 315 me->me_dt = dtyp; in deltamap_add() 407 delta_t dtyp; in deltamap_push() local 424 dtyp = me->me_dt; in deltamap_push() 429 (*func)(ul->un_ufsvfs, dtyp, arg)) in deltamap_push()
|
H A D | lufs_top.c | 58 delta_t dtyp, in top_delta() argument 68 top_delta_debug(ul, mof, nb, dtyp)); in top_delta() 70 deltamap_add(ul->un_deltamap, mof, nb, dtyp, func, arg, tp); in top_delta()
|
H A D | ufs_trans.c | 216 ufs_trans_push_si(ufsvfs_t *ufsvfsp, delta_t dtyp, int ignore) in ufs_trans_push_si() argument 231 ufs_trans_push_buf(ufsvfs_t *ufsvfsp, delta_t dtyp, daddr_t bno) in ufs_trans_push_buf() argument 265 ufs_trans_push_inode(ufsvfs_t *ufsvfsp, delta_t dtyp, ino_t ino) in ufs_trans_push_inode() argument 508 ufs_trans_push_quota(ufsvfs_t *ufsvfsp, delta_t dtyp, struct dquot *dqp) in ufs_trans_push_quota() argument
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_open.c | 831 const dt_typedef_t *dtyp; in dt_vopen() local 1083 dtyp = _dtrace_typedefs_32; in dt_vopen() 1086 dtyp = _dtrace_typedefs_64; in dt_vopen() 1185 for (; dtyp->dty_src != NULL; dtyp++) { in dt_vopen() 1187 dtyp->dty_dst, ctf_lookup_by_name(dmp->dm_ctfp, in dt_vopen() 1188 dtyp->dty_src)) == CTF_ERR) { in dt_vopen() 1190 "container: %s", dtyp->dty_src, dtyp->dty_dst, in dt_vopen()
|
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82575.h | 68 u32 dtyp:4; /* Descriptor type */ member 114 u32 dtyp:4; member
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | ufs_trans.h | 236 #define TRANS_DELTA(ufsvfsp, mof, nb, dtyp, func, arg) \ argument 238 top_delta(ufsvfsp, (offset_t)(mof), nb, dtyp, func, arg) 521 void top_delta(struct ufsvfs *ufsvfsp, offset_t mof, off_t nb, delta_t dtyp,
|
/titanic_44/usr/src/uts/common/sys/scsi/impl/ |
H A D | services.h | 57 char *scsi_dname(int dtyp);
|
/titanic_44/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_subr.c | 396 scsi_dname(int dtyp) in scsi_dname() argument 401 if ((dtyp & DTYPE_MASK) < (sizeof (dnames) / sizeof (*dnames))) in scsi_dname() 402 dname = dnames[dtyp&DTYPE_MASK]; in scsi_dname() 403 else if (dtyp == DTYPE_NOTPRESENT) in scsi_dname()
|