Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_util.c645 pqi_free_mem_len(mem_len_pair_t *m) in pqi_free_mem_len()
650 mem_len_pair_t
653 mem_len_pair_t m; in pqi_alloc_mem_len()
797 mem_len_pair_t
800 mem_len_pair_t m = pqi_alloc_mem_len(64); in build_cdb_str()
843 mem_len_pair_t
846 mem_len_pair_t m = pqi_alloc_mem_len(len * 3 + 20); in mem_to_arraystr()
905 mem_len_pair_t cdb_data; in dump_raid()
967 mem_len_pair_t cdb_data; in dump_aio()
H A Dsmartpqi.h534 } mem_len_pair_t; typedef
612 void pqi_free_mem_len(mem_len_pair_t *m);
613 mem_len_pair_t pqi_alloc_mem_len(int len);
614 mem_len_pair_t build_cdb_str(uint8_t *cdb);
H A Dsmartpqi_main.c157 mem_len_pair_t m; in smartpqi_attach()