Home
last modified time | relevance | path

Searched refs:sobj_type (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c41 int sobj_type; member
66 if (info->sobj_type == type) { in sobj_type_to_text()
85 mdb_snprintf(out, sz, "??", ops.sobj_type); in sobj_ops_to_text()
89 sobj_type_to_text(ops.sobj_type, out, sz); in sobj_ops_to_text()
124 cbfunc(info->sobj_type, info->sobj_name, info->sobj_ops_name, in sobj_type_walk()
278 if (wc->sobj.sobj_type == SOBJ_NONE) { in wchaninfo_twalk()
313 wc.sobj.sobj_type = SOBJ_NONE; in wchaninfo_walk()
321 wc.sobj.sobj_type == SOBJ_CV ? "cond" : in wchaninfo_walk()
322 wc.sobj.sobj_type == SOBJ_SEMA ? "sema" : "??", in wchaninfo_walk()
/titanic_50/usr/src/uts/common/sys/
H A Dsobject.h61 int sobj_type; member
69 #define SOBJ_TYPE(sobj_ops) sobj_ops->sobj_type
/titanic_50/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in321 pr_stype = T->t_sobj_ops ? T->t_sobj_ops->sobj_type : 0;