Home
last modified time | relevance | path

Searched refs:MAP_BUF_ALLOCATED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c1104 mp->flag |= MAP_BUF_ALLOCATED; in emlxs_mem_buf_alloc()
1119 if (!(mp->flag & MAP_BUF_ALLOCATED)) { in emlxs_mem_buf_free()
1244 if (mp->flag & MAP_BUF_ALLOCATED) { in emlxs_mem_put()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1932 #define MAP_BUF_ALLOCATED 0x00000002 macro