Searched refs:confp (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_param_types.h90 struct cfga_confirm *confp; member in struct:__anon367
104 struct cfga_confirm *confp; member in struct:__anon368
166 struct cfga_confirm *confp; member in struct:__anon375
H A Drdr_messages.c1077 if (cparam->confp != NULL) {
1078 free((void *)cparam->confp);
1079 cparam->confp = NULL;
1100 if (pparam->confp != NULL) {
1101 free((void *)pparam->confp);
1102 pparam->confp = NULL;
1211 if (cparam->confp != NULL) {
1212 free((void *)cparam->confp);
1213 cparam->confp = NULL;
1942 if (params->confp !
[all...]
H A Ddcs.c999 local_conf_cb.appdata_ptr = (void *)op_data->confp;
1163 local_conf_cb.appdata_ptr = (void *)op_data->confp;
1822 req_data.conf_cb.confp = cb_data;
1873 if (reply_data.conf_cb.confp->confirm != cb_data->confirm) {
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.c61 struct cfga_confirm *confp,
98 ret = bus_change_state(state_change_cmd, &apidt, confp, flags,
112 struct cfga_confirm *confp,
148 args.confp = confp;
57 cfga_change_state( cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
108 cfga_private_func( const char *func, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
H A Dcfga_ctl.c45 static int disconnect(struct cfga_confirm *confp);
64 struct cfga_confirm *confp,
97 assert(confp->confirm != NULL);
114 } else if (!disconnect(confp)) {
697 disconnect(struct cfga_confirm *confp) argument
705 ans = confp->confirm(confp->appdata_ptr, cq);
856 assert(prp->confp != NULL && prp->confp->confirm != NULL);
857 *okp = prp->confp
61 bus_change_state( cfga_cmd_t state_change_cmd, apid_t *apidp, struct cfga_confirm *confp, cfga_flags_t flags, char **errstring) argument
[all...]
H A Dcfga_scsi.h181 struct cfga_confirm *confp; member in struct:__anon2431
367 apid_t *apidp, struct cfga_confirm *confp, cfga_flags_t flags,
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dllib-lcfgadm41 struct cfga_confirm *confp,
52 struct cfga_confirm *confp,
H A Dconfig_admin.c366 struct cfga_confirm *confp,
429 confp, msgp, errstring, flags);
446 confp, msgp, errstring,
468 struct cfga_confirm *confp,
503 libloc.ap_physical, options, confp, msgp, errstring,
361 config_change_state( cfga_cmd_t state_change_cmd, int num_ap_ids, char *const *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
463 config_private_func( const char *function, int num_ap_ids, char *const *ap_ids, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlmgmt.c205 datalink_class_t class, uint32_t media, dladm_conf_t *confp)
212 if (link == NULL || confp == NULL)
220 confp->ds_confid = DLADM_INVALID_CONF;
224 confp->ds_readonly = B_FALSE;
225 confp->ds_confid = retval.lr_confid;
337 dladm_conf_t *confp)
344 if (linkid == DATALINK_INVALID_LINKID || confp == NULL)
350 confp->ds_confid = DLADM_INVALID_CONF;
353 confp->ds_readonly = B_FALSE;
354 confp
204 dladm_create_conf(dladm_handle_t handle, const char *link, datalink_id_t linkid, datalink_class_t class, uint32_t media, dladm_conf_t *confp) argument
336 dladm_open_conf(dladm_handle_t handle, datalink_id_t linkid, dladm_conf_t *confp) argument
366 dladm_getsnap_conf(dladm_handle_t handle, datalink_id_t linkid, dladm_conf_t *confp) argument
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c501 struct cfga_confirm *confp; local
506 confp = a->confp;
508 if (confp == NULL || confp->confirm == NULL)
513 rc = (*confp->confirm)(confp->appdata_ptr, msg);
H A Dcfga.c45 struct cfga_confirm *confp,
60 if ((a = apd_alloc(ap_id, flags, errstring, msgp, confp)) == NULL)
104 struct cfga_confirm *confp,
117 if ((a = apd_alloc(ap_id, flags, errstring, msgp, confp)) == NULL)
41 cfga_change_state( cfga_cmd_t cfga_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
100 cfga_private_func( const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
H A Dap.h121 struct cfga_confirm *confp; member in struct:__anon2411
H A Dap_sbd.c346 struct cfga_msg *msgp, struct cfga_confirm *confp)
359 a->confp = confp;
345 apd_alloc(const char *ap_id, cfga_flags_t flags, char **errstring, struct cfga_msg *msgp, struct cfga_confirm *confp) argument
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c246 sata_confirm(struct cfga_confirm *confp, char *msg);
567 struct cfga_confirm *confp,
708 if (!sata_confirm(confp, msg)) {
790 if (!sata_confirm(confp, msg)) {
841 if (!sata_confirm(confp, msg)) {
875 if (!sata_confirm(confp, msg)) {
919 struct cfga_confirm *confp,
981 if (!sata_confirm(confp, msg)) {
1015 if (!sata_confirm(confp, msg)) {
1038 if (!sata_confirm(confp, ms
563 cfga_change_state( cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
915 cfga_private_func( const char *func, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
2088 sata_confirm(struct cfga_confirm *confp, char *msg) argument
[all...]
/illumos-gate/usr/src/head/
H A Dconfig_admin.h184 char *const *ap_ids, const char *options, struct cfga_confirm *confp,
188 char *const *ap_ids, const char *options, struct cfga_confirm *confp,
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c1005 struct cfga_confirm *confp,
1100 if (!usb_confirm(confp, msg)) {
1151 if (!usb_confirm(confp, msg)) {
1218 struct cfga_confirm *confp,
1275 if (!usb_confirm(confp, msg)) {
1376 if (!usb_confirm(confp, msg)) {
1707 usb_confirm(struct cfga_confirm *confp, char *msg) argument
1711 if (confp == NULL || confp->confirm == NULL) {
1715 rval = (*confp
1001 cfga_change_state( cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1214 cfga_private_func( const char *func, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c846 * confp - Whether this command requires confirmation?
861 const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp,
972 if (!ib_confirm(confp, IB_CONFIRM1)) {
1034 * confp - Whether this command requires confirmation?
1049 struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring,
1182 if (!ib_confirm(confp, IB_CONFIRM3))
1295 if (!ib_confirm(confp, msg)) {
1481 if (!ib_confirm(confp, msg)) {
2071 * confp - The "cfga" structure that confirms a cfgadm query
2082 ib_confirm(struct cfga_confirm *confp, cha argument
860 cfga_change_state(cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1048 cfga_private_func(const char *func, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.c44 struct cfga_confirm *confp,
161 struct cfga_confirm *confp,
40 cfga_change_state( cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
157 cfga_private_func( const char *func, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
H A Dcfga_fp.h193 struct cfga_confirm *confp; member in struct:__anon2388
/illumos-gate/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c872 struct cfga_confirm *confp,
945 else if (!(*confp->confirm)(confp->appdata_ptr,
988 } else if (!(*confp->confirm)(confp->appdata_ptr,
1061 struct cfga_confirm *confp,
868 cfga_change_state( cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1057 cfga_private_func( const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c617 const char *options, struct cfga_confirm *confp,
881 const char *options, struct cfga_confirm *confp,
895 DBG(2, (" confp: %x\n", confp));
903 if (private_check == confp)
906 private_check = (void*)confp;
616 cfga_change_state(cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
880 cfga_private_func(const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c580 const char *options, struct cfga_confirm *confp,
1004 const char *options, struct cfga_confirm *confp,
1017 DBG(2, (" confp: %x\n", confp));
1025 if (private_check == confp)
1028 private_check = (void*)confp;
579 cfga_change_state(cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1003 cfga_private_func(const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c726 struct cfga_confirm *confp,
762 struct cfga_confirm *confp,
722 cfga_change_state( cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
758 cfga_private_func( const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument

Completed in 129 milliseconds