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

/illumos-gate/usr/src/cmd/acpihpd/
H A Dnotify.c119 struct cfga_confirm *confirm, struct cfga_msg *message)
138 plat_opts, confirm, message, &estrp, 0);
147 plat_opts, confirm, message, &estrp, 0);
156 plat_opts, confirm, message, &estrp, 0);
165 plat_opts, confirm, message, &estrp, 0);
174 plat_opts, confirm, message, &estrp, 0);
198 struct cfga_confirm confirm; local
208 (void) memset(&confirm, 0, sizeof (confirm));
209 confirm
117 cfgadm_cmd_wrapper(int cmd, int apid_num, char **apids, char *acpi_event_type, int status, struct cfga_confirm *confirm, struct cfga_msg *message) argument
[all...]
/illumos-gate/usr/src/cmd/rm/
H A Drm.c74 static int confirm(FILE *, const char *, ...);
367 if (interactive && !confirm(stderr,
386 !confirm(stderr,
420 if (!confirm(stderr,
497 if (!confirm(stderr, gettext("rm: remove %s (%s/%s)? "),
519 !confirm(stdout,
562 confirm(FILE *fp, const char *q, ...) function
/illumos-gate/usr/src/cmd/filesync/
H A Dmain.c36 * confirm prompt the user for a confirmation and get it
81 bool_t opt_yes; /* pre-confirm massive deletions are OK */
425 * confirm
428 * to confirm that the user is willing to do something dangerous
442 confirm(char *message) function
/illumos-gate/usr/src/head/
H A Dconfig_admin.h146 int (*confirm)(void *appdata_ptr, const char *message); member in struct:cfga_confirm
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_ui.c115 boolean_t confirm = B_FALSE; local
584 confirm = B_TRUE;
737 if ((confirm) && (!(parsed_args->flags & BASE_SPEC_FLAG))) {
757 if (!confirm) {
758 confirm = get_confirmation();
760 if (!confirm) {
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.h80 enum confirm { CONFIRM_DEFAULT, CONFIRM_NO, CONFIRM_YES }; enum
H A Dcfgadm.c205 struct cfga_confirm confirm; local
213 enum confirm confarg = CONFIRM_DEFAULT;
380 (void) memset(&confirm, 0, sizeof (confirm));
387 confirm.confirm = confirm_interactive;
390 confirm.confirm = confirm_no;
393 confirm.confirm
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c56 static int confirm(char *cmd, char *file);
407 if (confirm("Continue with", mname)) {
455 if (mflag && confirm(argv[0], cp)) {
496 if (confirm("Continue with", "mput")) {
511 if (mflag && confirm(argv[0], argv[i])) {
519 if (confirm("Continue with", "mput")) {
535 if (mflag && confirm(argv[0], *cpp)) {
543 if (confirm("Continue with", "mput")) {
734 if (mflag && confirm(argv[0], cp)) {
770 if (confirm("Continu
1613 confirm(char *cmd, char *file) function
[all...]
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c148 get_passwd(struct smwp_state *wp, int32_t confirm) argument
201 if (!confirm)
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c1277 volatile uint32_t *confirm; local
1285 confirm = (volatile uint32_t *)mgp->cmd;
1286 *confirm = 0;
1295 buf[0] = mgp->cmd_dma.high; /* confirm addr MSW */
1296 buf[1] = mgp->cmd_dma.low; /* confirm addr LSW */
1297 buf[2] = htonl(0xffffffff); /* confirm data */
1310 while (*confirm != 0xffffffff && i < 20) {
1314 if (*confirm != 0xffffffff) {
1317 (enable ? "enable" : "disable"), (void*) confirm, *confirm);
1325 volatile uint32_t *confirm; local
[all...]

Completed in 86 milliseconds