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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_init.c54 struct crb_addr_pair { struct
257 struct crb_addr_pair *buf;
316 buf = kmem_zalloc(n * sizeof (struct crb_addr_pair), KM_SLEEP);
326 kmem_free(buf, n * sizeof (struct crb_addr_pair));
403 kmem_free(buf, n * sizeof (struct crb_addr_pair));
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c1374 struct crb_addr_pair *buf;
1395 buf = kmem_zalloc(n * sizeof (struct crb_addr_pair), KM_SLEEP);
1405 kmem_free(buf, n * sizeof (struct crb_addr_pair));
1478 kmem_free(buf, n * sizeof (struct crb_addr_pair));
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h975 struct crb_addr_pair { struct

Completed in 180 milliseconds