Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test_subr.c94 if (handle->msgp != NULL && handle->msgp->message_routine != NULL) { in mtest_message()
95 (*handle->msgp->message_routine)(handle->msgp->appdata_ptr, in mtest_message()
H A Dmema.c1434 (*msgp->message_routine)(msgp->appdata_ptr, mema_help); in cfga_help()
1435 (*msgp->message_routine)(msgp->appdata_ptr, disable_opts); in cfga_help()
1436 (*msgp->message_routine)(msgp->appdata_ptr, enable_opts); in cfga_help()
1437 (*msgp->message_routine)(msgp->appdata_ptr, timeout_opts); in cfga_help()
1438 (*msgp->message_routine)(msgp->appdata_ptr, test_opts); in cfga_help()
1439 (*msgp->message_routine)(msgp->appdata_ptr, private_funcs); in cfga_help()
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/SUNW,SPARC-Enterprise/common/
H A Dopl_dev_led.c156 if ((msgp == NULL) || (msgp->message_routine == NULL)) { in opl_print_locator()
188 if ((msgp == NULL) || (msgp->message_routine == NULL)) { in opl_print_led()
/titanic_50/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c456 if (msgp == NULL || msgp->message_routine == NULL) in ap_msg()
492 (*msgp->message_routine)(msgp->appdata_ptr, p); in ap_msg()
H A Dap_sbd.c752 if (msgp == NULL || msgp->message_routine == NULL) in ap_help()
761 (*msgp->message_routine)(msgp->appdata_ptr, q); in ap_help()
/titanic_50/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c601 if (msgp == NULL || msgp->message_routine == NULL) { in cfga_msg()
613 (void) (*msgp->message_routine)(msgp->appdata_ptr, p); in cfga_msg()
628 if ((msgp == NULL) || (msgp->message_routine == NULL)) { in cfga_led_msg()
638 (void) (*msgp->message_routine)(msgp->appdata_ptr, led_msg); in cfga_led_msg()
/titanic_50/usr/src/head/
H A Dconfig_admin.h151 int (*message_routine)(void *appdata_ptr, const char *message); member
/titanic_50/usr/src/cmd/pcidr/plugins/default/
H A Dpcidr_cfga.c248 cfga_msg.message_routine = pcidr_cfga_msg_func; in pcidr_cfga_do_cmd()
/titanic_50/usr/src/cmd/acpihpd/
H A Dnotify.c211 message.message_routine = message_output; in event_process()
/titanic_50/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c1002 local_msg_cb.message_routine = dcs_message_callback; in dcs_change_state()
1166 local_msg_cb.message_routine = dcs_message_callback; in dcs_private_func()
1258 local_msg_cb.message_routine = dcs_message_callback; in dcs_test()
1483 local_msg_cb.message_routine = dcs_message_callback; in dcs_help()
H A Drdr_messages.c1953 (unsigned long)params->msgp->message_routine; in pack_change_state_request()
2280 (unsigned long)params->msgp->message_routine; in pack_private_func_request()
2599 (unsigned long)params->msgp->message_routine; in pack_test_request()
3248 (unsigned long)params->msgp->message_routine; in pack_help_request()
3837 (unsigned long)params->msgp->message_routine; in pack_message_request()
/titanic_50/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1555 if (msgp == NULL || msgp->message_routine == NULL) in cfga_msg()
1558 (*msgp->message_routine)(msgp->appdata_ptr, str); in cfga_msg()
1559 (*msgp->message_routine)(msgp->appdata_ptr, "\n"); in cfga_msg()
/titanic_50/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c1714 if (msgp == NULL || msgp->message_routine == NULL) in cfga_msg()
1717 (*msgp->message_routine)(msgp->appdata_ptr, str); in cfga_msg()
1718 (*msgp->message_routine)(msgp->appdata_ptr, "\n"); in cfga_msg()
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c698 if (msgp == NULL || msgp->message_routine == NULL) { in cfga_msg()
710 (void) (*msgp->message_routine)(msgp->appdata_ptr, p); in cfga_msg()
/titanic_50/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c1665 if (msgp == NULL || msgp->message_routine == NULL) { in cfga_msg()
1681 (*msgp->message_routine)(msgp->appdata_ptr, q); in cfga_msg()
/titanic_50/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c2005 if (msgp == NULL || msgp->message_routine == NULL) { in cfga_msg()
2021 (*msgp->message_routine)(msgp->appdata_ptr, q); in cfga_msg()
/titanic_50/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c1733 if (msgp == NULL || msgp->message_routine == NULL) { in cfga_msg()
1749 (*msgp->message_routine)(msgp->appdata_ptr, q); in cfga_msg()
/titanic_50/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c530 (*msgp->message_routine)(msgp->appdata_ptr, p); in cfga_msg()
/titanic_50/usr/src/cmd/cfgadm/
H A Dcfgadm.c404 message.message_routine = message_output; in main()