Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Dpersist.h155 } key_list; member
352 } key_list;
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c1110 reg_key = (uint64_t *)&buf->key_list; in sbd_pgr_in_read_keys()
1140 buf->key_list.res_key_list[0].reservation_key, 0); in sbd_pgr_in_read_reservation()
1143 buf->key_list.res_key_list[0].reservation_key, in sbd_pgr_in_read_reservation()
1146 buf->key_list.res_key_list[0].type = pgr->pgr_rsv_type; in sbd_pgr_in_read_reservation()
1147 buf->key_list.res_key_list[0].scope = pgr->pgr_rsv_scope; in sbd_pgr_in_read_reservation()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c753 static const struct kw_entry key_list[] = { variable
795 for (kep = key_list; kep->kwe_word != NULL; kep++) in after_key()
850 for (kep = key_list; kep->kwe_word != NULL; kep++) { in dispatch_keyword()