Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection.c140 lcollection_update_notification_cb(char *col_type, char *name, int changes, in lcollection_update_notification_cb() argument
151 debug("%s %s: %s\n", col_type, name, in lcollection_update_notification_cb()
154 debug("%s %s: cap: %llukB\n", col_type, name, in lcollection_update_notification_cb()
H A Drcapd_main.c564 uint_t *col_type = (uint_t *)arg; in col_type_cb() local
571 *col_type |= CAPPED_PROJECT; in col_type_cb()
573 *col_type |= CAPPED_ZONE; in col_type_cb()
576 if ((*col_type & CAPPED_ZONE) && (*col_type & CAPPED_PROJECT)) in col_type_cb()
/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c391 int col_type; in print_control_line() local
415 col_type = col_dpyp[i]; in print_control_line()
416 width = col_sz[col_type]; in print_control_line()