Searched refs:sbd_pgr_key_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_pgr.c56 static void sbd_pgr_key_free(sbd_pgr_key_t *);
57 static void sbd_pgr_remove_key(sbd_lu_t *, sbd_pgr_key_t *);
59 sbd_pgr_key_t *, uint64_t, boolean_t);
60 static boolean_t sbd_pgr_key_compare(sbd_pgr_key_t *, scsi_devid_desc_t *,
62 static sbd_pgr_key_t *sbd_pgr_key_alloc(scsi_devid_desc_t *,
78 static sbd_pgr_key_t *sbd_pgr_do_register(sbd_lu_t *, sbd_it_data_t *,
80 static void sbd_pgr_do_unregister(sbd_lu_t *, sbd_it_data_t *, sbd_pgr_key_t *);
82 static void sbd_pgr_do_reserve(sbd_pgr_t *, sbd_pgr_key_t *, sbd_it_data_t *it,
303 sbd_pgr_key_t *key, *last_key = NULL;
430 sbd_pgr_key_t *ke
[all...]
H A Dsbd_impl.h153 } sbd_pgr_key_t; typedef in typeref:struct:sbd_pgr_key
156 sbd_pgr_key_t *pgr_keylist;
157 sbd_pgr_key_t *pgr_rsvholder;
235 sbd_pgr_key_t *pgr_key_ptr;
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf_sbd/
H A Dstmf_sbd.c245 " sbd_pgr_key_t if '-a' option is specified.\n"
247 " -a if specified, <addr> represents address of sbd_pgr_key_t\n"
340 sbd_pgr_key_t key;
345 if (mdb_vread(&key, sizeof (sbd_pgr_key_t), addr) == -1) {
346 mdb_warn("failed to read sbd_pgr_key_t at %p\n", addr);
354 stmf_sbd_pgr_key_cb(uintptr_t addr, const sbd_pgr_key_t *key,
474 sbd_pgr_key_t key;
491 if (mdb_vread(&key, sizeof (sbd_pgr_key_t), addr) == -1) {

Completed in 64 milliseconds