Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_bpdu.c37 uchar_t cb_type; /* BPDU Type */ member
69 "Bridge PDU T:%d L:%d", cb->cb_type, dlen); in interpret_bpdu()
76 switch (cb->cb_type) { in interpret_bpdu()
91 "PDU type = %d (%s)", cb->cb_type, pdutype); in interpret_bpdu()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dcbcp.c325 u_char cb_type; local
377 cb_type = us->us_allowed & us->us_type;
379 if (cb_type & ( 1 << CB_CONF_USER ) ) {
392 if (cb_type & ( 1 << CB_CONF_ADMIN ) ) {
403 if (cb_type & ( 1 << CB_CONF_NO ) ) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c284 const char *cb_type; member
301 if (nvlist_lookup_nvlist_array(nvroot, cbp->cb_type, in find_aux()
448 cb.cb_type = ZPOOL_CONFIG_SPARES; in zpool_in_use()
464 cb.cb_type = ZPOOL_CONFIG_L2CACHE; in zpool_in_use()
H A Dlibzfs.h585 zfs_type_t cb_type; member
H A Dlibzfs_util.c1074 zprop_print_headers(cbp, cbp->cb_type); in zprop_print_one_property()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c6228 int cb_type; member
6275 err = zpool_scan(zhp, cb->cb_type, cb->cb_scrub_cmd); in scrub_callback()
6278 cb->cb_type == POOL_SCAN_SCRUB) { in scrub_callback()
6299 cb.cb_type = POOL_SCAN_SCRUB; in zpool_do_scrub()
6306 cb.cb_type = POOL_SCAN_NONE; in zpool_do_scrub()
6318 if (cb.cb_type == POOL_SCAN_NONE && in zpool_do_scrub()
6349 cb.cb_type = POOL_SCAN_RESILVER; in zpool_do_resilver()
8255 cb.cb_type = ZFS_TYPE_POOL; in zpool_do_get()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c1790 cb.cb_type = ZFS_TYPE_DATASET; in zfs_do_get()