Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c917 int list_flags; /* copy of cl_flags */ member
927 int tableid, list_flags; in callouts_cb() local
977 if (mdb_vread(&coargs->list_flags, sizeof (int), in callouts_cb()
982 coargs->list_flags = 0; in callouts_cb()
987 coargs->list_flags = 0; in callouts_cb()
1004 list_flags = coargs->list_flags; in callouts_cb()
1007 if (! (list_flags & COF_LIST_FLAGS)) { in callouts_cb()
1013 !(list_flags & CALLOUT_LIST_FLAG_HRESTIME)) { in callouts_cb()
1017 !(list_flags & CALLOUT_LIST_FLAG_ABSOLUTE)) { in callouts_cb()
1028 !(list_flags & CALLOUT_LIST_FLAG_HEAPED)) { in callouts_cb()
[all …]