Home
last modified time | relevance | path

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

/dports/sysutils/openipmi/OpenIPMI-2.0.29/include/OpenIPMI/internal/
H A Dopq.h56 opq_t *opq_alloc(os_handler_t *os_hnd);
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lib/
H A Dopq.c81 opq_alloc(os_handler_t *os_hnd) in opq_alloc() function
H A Dcontrol.c792 controls->control_wait_q = opq_alloc(os_hnd); in ipmi_controls_alloc()
895 control->waitq = opq_alloc(os_hnd); in ipmi_control_add_nonstandard()
H A Dsolparm.c332 solparm->opq = opq_alloc(solparm->os_hnd); in ipmi_solparm_alloc()
H A Dsensor.c899 sensor->waitq = opq_alloc(os_hnd); in ipmi_sensor_add_nonstandard()
1261 s[p]->waitq = opq_alloc(ipmi_domain_get_os_hnd(domain)); in get_sensors_from_sdrs()
1466 s[p+j]->waitq = opq_alloc(ipmi_domain_get_os_hnd(domain)); in get_sensors_from_sdrs()
H A Dsel.c329 sel->opq = opq_alloc(sel->os_hnd); in ipmi_sel_alloc()
H A Dlanparm.c332 lanparm->opq = opq_alloc(lanparm->os_hnd); in ipmi_lanparm_alloc()
H A Dsdr.c464 sdrs->sdr_wait_q = opq_alloc(os_hnd); in ipmi_sdr_info_alloc()
H A Dpef.c411 pef->opq = opq_alloc(pef->os_hnd); in ipmi_pef_alloc()
H A Dentity.c1406 ent->waitq = opq_alloc(os_hnd); in entity_add()