Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c36 static uint32_t emlxs_mem_pool_alloc(emlxs_hba_t *hba, MEMSEG *seg,
47 MEMSEG *seg; in emlxs_mem_alloc_buffer()
577 emlxs_mem_pool_free(emlxs_hba_t *hba, MEMSEG *seg, uint32_t count) in emlxs_mem_pool_free()
708 emlxs_mem_pool_create(emlxs_hba_t *hba, MEMSEG *seg) in emlxs_mem_pool_create()
761 emlxs_mem_pool_destroy(emlxs_hba_t *hba, MEMSEG *seg) in emlxs_mem_pool_destroy()
791 bzero(seg, sizeof (MEMSEG)); in emlxs_mem_pool_destroy()
803 emlxs_mem_pool_clean(emlxs_hba_t *hba, MEMSEG *seg) in emlxs_mem_pool_clean()
893 emlxs_mem_pool_get(emlxs_hba_t *hba, MEMSEG *seg) in emlxs_mem_pool_get()
980 emlxs_mem_pool_put(emlxs_hba_t *hba, MEMSEG *seg, void *bp) in emlxs_mem_pool_put()
1150 MEMSEG *seg; in emlxs_mem_get()
[all …]
H A Demlxs_clock.c1279 MEMSEG *seg; in emlxs_timer_check_pools()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h544 MEMSEG *seg);
546 MEMSEG *seg, void *bp);
548 MEMSEG *seg);
550 MEMSEG *seg);
552 MEMSEG *seg);
H A Demlxs_fc.h558 typedef emlxs_memseg_t MEMSEG; typedef