Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/agp/
H A Dagpgart_impl.h96 typedef struct key_list { struct
98 struct key_list *next; argument
/titanic_44/usr/src/uts/common/sys/scsi/generic/
H A Dpersist.h155 } key_list; member
352 } key_list;
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c1083 reg_key = (uint64_t *)&buf->key_list; in sbd_pgr_in_read_keys()
1113 buf->key_list.res_key_list[0].reservation_key, 0); in sbd_pgr_in_read_reservation()
1116 buf->key_list.res_key_list[0].reservation_key, in sbd_pgr_in_read_reservation()
1119 buf->key_list.res_key_list[0].type = pgr->pgr_rsv_type; in sbd_pgr_in_read_reservation()
1120 buf->key_list.res_key_list[0].scope = pgr->pgr_rsv_scope; in sbd_pgr_in_read_reservation()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c752 static const struct kw_entry key_list[] = { variable
794 for (kep = key_list; kep->kwe_word != NULL; kep++) in after_key()
849 for (kep = key_list; kep->kwe_word != NULL; kep++) { in dispatch_keyword()