Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c260 ibd_state_t *ibd_objlist_head = NULL; variable
8231 for (p = ibd_objlist_head; p; p = p->id_next) { in ibd_create_partition()
8311 if (ibd_objlist_head) in ibd_create_partition()
8312 state->id_next = ibd_objlist_head; in ibd_create_partition()
8314 ibd_objlist_head = state; in ibd_create_partition()
8345 node = ibd_objlist_head; in ibd_delete_partition()
8393 ibd_objlist_head = node->id_next; in ibd_delete_partition()
8443 for (state = ibd_objlist_head; state; state = state->id_next) { in ibd_get_partition_info()
8870 for (state = ibd_objlist_head; state; state = state->id_next) { in ibd_get_part_attr()
8902 for (state = ibd_objlist_head; state; state = state->id_next) in ibd_get_all_part_attr()
[all …]