Symbol: llist_head_init
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_cma.c
237
llist_head_init(&new_device->cma_list, new_device);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
218
llist_head_init(&device->list, device);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
351
llist_head_init(&ofs_client->device_list, NULL);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
352
llist_head_init(&ofs_client->client_list, ofs_client);
usr/src/uts/common/io/ib/clients/of/sol_ofs/sol_kverbs.c
404
llist_head_init(&device->list, device);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1459
llist_head_init(&uctx->uctx_agent_list, NULL);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
2339
llist_head_init(&agent->agent_list, agent);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
421
llist_head_init(&port->port_ibmf_regs, NULL);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
280
llist_head_init(&mod_ctxt->hcas[hca_ndx].list,
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
284
llist_head_init(&mod_ctxt->hcas[hca_ndx].event_handler_list,
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
288
llist_head_init(&mod_ctxt->hcas[hca_ndx].client_data_list,
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
359
llist_head_init(&sol_uverbs_hca_list, NULL);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_comp.c
283
llist_head_init(&ucq->async_list, NULL);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_comp.c
284
llist_head_init(&ucq->comp_list, NULL);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_comp.c
813
llist_head_init(&entry->ev_list, entry);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_comp.c
814
llist_head_init(&entry->ev_obj_list, entry);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_event.c
345
llist_head_init(&ufile->event_list, NULL);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_event.c
850
llist_head_init(&entry->ev_list, entry);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_event.c
851
llist_head_init(&entry->ev_obj_list, entry);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_hca.c
275
llist_head_init(&handler->list, handler);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_hca.c
321
llist_head_init(&sol_uverbs_hca_list, NULL);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_hca.c
322
llist_head_init(&sol_uverbs_client_list, NULL);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_hca.c
382
llist_head_init(&context->list, context);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_hca.c
96
llist_head_init(&client->list, client);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
1886
llist_head_init(&usrq->async_list, NULL);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
2328
llist_head_init(&mc->list, mc);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
416
llist_head_init(&uqp->mcast_list, NULL);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
417
llist_head_init(&uqp->async_list, NULL);
usr/src/uts/common/sys/ib/clients/of/sol_uverbs/sol_uverbs_hca.h
108
llist_head_init(&(_struct_ptr)->list, 0); \