Home
last modified time | relevance | path

Searched refs:saw_error (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c532 boolean_t saw_error; variable
1284 saw_error = B_TRUE; in zone_perror()
1299 saw_error = B_TRUE; in z_cmd_rt_perror()
1424 saw_error = B_TRUE; in short_usage()
1439 saw_error = B_TRUE; in long_usage()
1467 saw_error = B_TRUE; in scope_usage()
1481 saw_error = B_TRUE; in ask_yesno()
1554 saw_error = B_TRUE; in zone_is_read_only()
1560 saw_error = B_TRUE; in zone_is_read_only()
2314 saw_error = B_TRUE; in add_property()
[all …]
H A Dzonecfg_lex.l54 extern boolean_t saw_error;
518 saw_error = B_TRUE;
525 saw_error = B_TRUE;
/onnv-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c419 boolean_t saw_error = B_FALSE; in hci1394_isr_self_id() local
470 saw_error = B_TRUE; in hci1394_isr_self_id()
482 saw_error = B_TRUE; in hci1394_isr_self_id()
496 saw_error = B_TRUE; in hci1394_isr_self_id()
503 if ((saw_error == B_FALSE) && (selfid_size == 0)) { in hci1394_isr_self_id()
590 if (saw_error == B_TRUE) { in hci1394_isr_self_id()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l275 saw_error = B_TRUE;
282 saw_error = B_TRUE;
H A Dnwamcfg.h173 extern boolean_t saw_error;
H A Dnwamcfg.c302 boolean_t saw_error = B_FALSE; variable
800 saw_error = B_TRUE; in nerr()
817 saw_error = B_TRUE; in nwamerr()
871 saw_error = B_TRUE; in ask_yesno()
928 return (saw_error ? NWAM_ERR : NWAM_OK); in cleanup()
1014 if (saw_error || time_to_exit) in read_input()
1022 if (saw_error && cmd_file_mode && !interactive_mode) in read_input()
4183 if (saw_error || time_to_exit) in one_command_at_a_time()