Searched refs:confirm (Results 1 - 7 of 7) sorted by relevance
| /osnet-11/usr/src/lib/cfgadm_plugins/ib/common/ |
| H A D | cfga_ib.c | 1180 * If the user fails to confirm, bailout 1294 /* If the user fails to confirm, return */ 1480 /* If the user fails to confirm, return */ 2087 /* check that "confirm" function exists */ 2088 if (confp == NULL || confp->confirm == NULL) { 2092 /* Call cfgadm provided "confirm" function */ 2093 rval = (*confp->confirm)(confp->appdata_ptr, msg);
|
| /osnet-11/usr/src/lib/cfgadm_plugins/sata/common/ |
| H A D | cfga_sata.c | 2104 if (confp == NULL || confp->confirm == NULL) { 2107 rval = (*confp->confirm)(confp->appdata_ptr, msg);
|
| /osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/ |
| H A D | ap_msg.c | 508 if (confp == NULL || confp->confirm == NULL) 513 rc = (*confp->confirm)(confp->appdata_ptr, msg);
|
| /osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/ |
| H A D | cfga_ctl.c | 96 assert(confp->confirm != NULL); 704 ans = confp->confirm(confp->appdata_ptr, cq); 855 assert(prp->confp != NULL && prp->confp->confirm != NULL); 856 *okp = prp->confp->confirm(prp->confp->appdata_ptr, buf); 947 if (pt->confp->confirm(pt->confp->appdata_ptr, cu) != 1) {
|
| /osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/common/ |
| H A D | cfga.c | 945 else if (!(*confp->confirm)(confp->appdata_ptr, 988 } else if (!(*confp->confirm)(confp->appdata_ptr,
|
| /osnet-11/usr/src/lib/cfgadm_plugins/usb/common/ |
| H A D | cfga_usb.c | 1709 if (confp == NULL || confp->confirm == NULL) { 1713 rval = (*confp->confirm)(confp->appdata_ptr, msg);
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
| H A D | perlbug.PL | 479 unusual version of perl, please try and confirm 944 -r Your return address. The program will ask you to confirm 1230 Your return address. The program will ask you to confirm its default
|
Completed in 51 milliseconds