Searched defs:dbuf_store (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt.c417 stmf_dbuf_store_t *dbuf_store; local
442 * lport (FC, SRP) then the dbuf_store should stored in the lport
443 * context, otherwise (iSCSI) the dbuf_store should be global.
445 dbuf_store = stmf_alloc(STMF_STRUCT_DBUF_STORE, 0, 0);
446 if (dbuf_store == NULL) {
450 dbuf_store->ds_alloc_data_buf = pppt_dbuf_alloc;
451 dbuf_store->ds_free_data_buf = pppt_dbuf_free;
452 dbuf_store->ds_port_private = NULL;
453 pppt_global.global_dbuf_store = dbuf_store;
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c649 stmf_dbuf_store_t *dbuf_store; local
701 dbuf_store = stmf_alloc(STMF_STRUCT_DBUF_STORE, 0, 0);
702 if (dbuf_store == NULL) {
706 dbuf_store->ds_alloc_data_buf = iscsit_dbuf_alloc;
707 dbuf_store->ds_free_data_buf = iscsit_dbuf_free;
708 dbuf_store->ds_port_private = NULL;
709 iscsit_global.global_dbuf_store = dbuf_store;

Completed in 58 milliseconds