Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpihpd/
H A Dnotify.c117 cfgadm_cmd_wrapper(int cmd, int apid_num, char **apids, in cfgadm_cmd_wrapper() argument
126 assert(apids != NULL); in cfgadm_cmd_wrapper()
196 char *apids[1]; in event_process() local
207 apids[0] = ap_id; in event_process()
213 if (cfgadm_cmd_wrapper(SBD_CMD_ASSIGN, 1, apids, in event_process()
219 (void) cfgadm_cmd_wrapper(SBD_CMD_PASSTHRU, 1, apids, in event_process()
222 if (cfgadm_cmd_wrapper(SBD_CMD_POWERON, 1, apids, in event_process()
228 (void) cfgadm_cmd_wrapper(SBD_CMD_PASSTHRU, 1, apids, in event_process()
231 if (cfgadm_cmd_wrapper(SBD_CMD_CONNECT, 1, apids, in event_process()
237 (void) cfgadm_cmd_wrapper(SBD_CMD_PASSTHRU, 1, apids, in event_process()
[all …]