Searched refs:DEVICE_HEAD_LIST_SIZE (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c837 mdb_alloc(sizeof (ql_head_t) * DEVICE_HEAD_LIST_SIZE, UM_SLEEP);
839 if (mdb_vread(dev, sizeof (ql_head_t) * DEVICE_HEAD_LIST_SIZE,
843 mdb_free(dev, sizeof (ql_head_t) * DEVICE_HEAD_LIST_SIZE);
857 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
1000 mdb_free(dev, sizeof (ql_head_t)*DEVICE_HEAD_LIST_SIZE);
1503 mdb_alloc(sizeof (ql_head_t) * DEVICE_HEAD_LIST_SIZE, UM_SLEEP);
1505 if (mdb_vread(dev, sizeof (ql_head_t) * DEVICE_HEAD_LIST_SIZE,
1509 mdb_free(dev, sizeof (ql_head_t) * DEVICE_HEAD_LIST_SIZE);
1515 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
1558 mdb_free(dev, sizeof (ql_head_t)*DEVICE_HEAD_LIST_SIZE);
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c2983 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
3278 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
3370 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
3980 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
4270 vha->dev = kmem_zalloc(sizeof (*vha->dev) * DEVICE_HEAD_LIST_SIZE,
4311 kmem_free(ha->dev, sizeof (*vha->dev) * DEVICE_HEAD_LIST_SIZE);
H A Dql_api.c897 DEVICE_HEAD_LIST_SIZE, KM_SLEEP);
1632 DEVICE_HEAD_LIST_SIZE);
1846 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
1961 kmem_free(ha->dev, sizeof (*ha->dev) * DEVICE_HEAD_LIST_SIZE);
4550 for (index = 0; index < DEVICE_HEAD_LIST_SIZE &&
4582 for (index = 0; index < DEVICE_HEAD_LIST_SIZE &&
9040 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
9121 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
9874 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
9941 index = DEVICE_HEAD_LIST_SIZE;
[all...]
H A Dql_xioctl.c1036 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
1109 index < DEVICE_HEAD_LIST_SIZE && link == NULL; index++) {
1218 index < DEVICE_HEAD_LIST_SIZE && link == NULL; index++) {
4634 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
6256 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
6289 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
H A Dql_ioctl.c1917 index < DEVICE_HEAD_LIST_SIZE && link == NULL; index++) {
H A Dql_mbx.c443 for (index = 0; index < DEVICE_HEAD_LIST_SIZE; index++) {
967 for (index = 0; index < DEVICE_HEAD_LIST_SIZE;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1405 #define DEVICE_HEAD_LIST_SIZE 0x81 macro

Completed in 163 milliseconds