Searched defs:cfga_msg (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/pcidr/plugins/default/
H A Dpcidr_cfga.c196 * <struct cfga_msg *msgp> parameter
237 struct cfga_msg cfga_msg; local
248 cfga_msg.message_routine = pcidr_cfga_msg_func;
249 cfga_msg.appdata_ptr = (void *)&cfga_msg_data;
302 &cfga_msg, &cfga_errstr, cfga_flags);
/illumos-gate/usr/src/head/
H A Dconfig_admin.h150 struct cfga_msg { struct
185 struct cfga_msg *msgp, char **errstring, cfga_flags_t flags);
189 struct cfga_msg *msgp, char **errstring, cfga_flags_t flags);
192 const char *options, struct cfga_msg *msgp, char **errstring,
200 struct cfga_msg *msgp, const char *options, cfga_flags_t flags);
227 struct cfga_confirm *, struct cfga_msg *, char **, cfga_flags_t);
229 struct cfga_confirm *, struct cfga_msg *, char **, cfga_flags_t);
230 cfga_err_t cfga_test(const char *, const char *, struct cfga_msg *,
234 cfga_err_t cfga_help(struct cfga_msg *, const char *, cfga_flags_t);
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c568 struct cfga_msg *msgp,
920 struct cfga_msg *msgp,
1129 struct cfga_msg *msgp,
1728 cfga_msg(struct cfga_msg *msgp, const char *str) function
1734 (void) printf("cfga_msg: NULL msgp\n");
1739 (void) printf("cfga_msg: null str\n");
1744 perror("cfga_msg");
1757 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags)
1760 cfga_msg(msg
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c595 cfga_msg(struct cfga_msg *msgp, ...) function
623 cfga_led_msg(struct cfga_msg *msgp, apid_t *apidp, led_strid_t led,
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c1006 struct cfga_msg *msgp,
1219 struct cfga_msg *msgp,
1446 struct cfga_msg *msgp,
1660 cfga_msg(struct cfga_msg *msgp, const char *str) function
1666 DPRINTF("cfga_msg: msg\n");
1671 DPRINTF("cfga_msg: null str\n");
1676 DPRINTF("cfga_msg: null q\n");
1689 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags)
1693 cfga_msg(msg
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c692 cfga_msg(struct cfga_msg *msgp, ...) function
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c63 struct cfga_msg *, char **, cfga_flags_t);
66 struct cfga_msg *, char **, cfga_flags_t);
67 cfga_err_t cfga_test(const char *, const char *, struct cfga_msg *,
72 void cfga_msg(struct cfga_msg *, const char *);
73 cfga_err_t cfga_help(struct cfga_msg *, const char *,
88 extern int ib_list_services(struct cfga_msg *, char **);
861 const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp,
1049 struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring,
1131 cfga_msg(msg
2000 cfga_msg(struct cfga_msg *msgp, const char *str) function
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c163 static void cfga_msg(struct cfga_msg *msgp, const char *str);
618 struct cfga_msg *msgp, char **errstring, cfga_flags_t flags)
788 struct cfga_msg *msgp)
810 cfga_msg(msgp, "Ap_Id\t\t\tLed");
871 cfga_msg(msgp, line); /* print the message */
882 struct cfga_msg *msgp, char **errstring, cfga_flags_t flags)
896 DBG(2, (" cfga_msg: %x\n", cfga_msg));
1006 struct cfga_msg *msg
1551 cfga_msg(struct cfga_msg *msgp, const char *str) function
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c494 cfga_msg(struct cfga_msg *msgp, ...) function
752 dlist_update(int board, int disable, char *dlist, struct cfga_msg *msgp,
787 cfga_msg(msgp, STR_BD,
791 cfga_msg(msgp, STR_BD,
805 cfga_msg(msgp, STR_BD, DIAG_WILL_DISABLE, 0);
812 cfga_msg(msgp, STR_BD, DIAG_WAS_ENABLED, 0);
873 struct cfga_msg *msgp,
1062 struct cfga_msg *msgp,
1138 cfga_msg(msg
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c164 static void cfga_msg(struct cfga_msg *msgp, const char *str);
581 struct cfga_msg *msgp, char **errstring, cfga_flags_t flags)
868 struct cfga_msg *msgp)
884 cfga_msg(msgp, "Ap_Id\t\t\tLed");
992 cfga_msg(msgp, line); /* print the message */
1005 struct cfga_msg *msgp, char **errstring, cfga_flags_t flags)
1018 DBG(2, (" cfga_msg: %x\n", cfga_msg));
1140 struct cfga_msg *msg
1710 cfga_msg(struct cfga_msg *msgp, const char *str) function
[all...]

Completed in 84 milliseconds