Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 268) sorted by relevance

1234567891011

/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/
H A Dimplicit_dependencies_verbose.pretty134 'reason': set([('mm_struct', 'brk'),
140 'reason': set([('mm_struct', 'brk'),
148 'reason': set([('mm_struct', 'brk'),
154 'reason': set([('mm_struct', 'brk'),
160 'reason': set([('mm_struct', 'brk'),
168 'reason': set([('mm_struct', 'brk'),
186 'reason': set([('mm_struct', 'brk'),
192 'reason': set([('mm_struct', 'brk'),
201 'reason': set([('mm_struct', 'brk'),
209 'reason': set([('mm_struct', 'brk'),
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/
H A Dimplicit_dependencies_verbose256 'reason': set([('fd', 'file'),
260 'reason': set([('fd', 'file'),
271 'reason': set([('fd', 'file'),
329 'reason': set([('file', 'f_op'),
2724 'reason': set([('fd', 'file'),
2728 'reason': set([('fd', 'file'),
2738 'reason': set([('fd', 'file'),
22092 'reason': set([('fd', 'file'),
22096 'reason': set([('fd', 'file'),
22105 'reason': set([('fd', 'file'),
[all …]
H A Dimplicit_dependencies_verbose.pretty107 'reason': set([('bpf_prog', 'aux'),
124 'reason': set([('file', 'f_op'),
157 'reason': set([('mm_struct', 'brk'),
163 'reason': set([('mm_struct', 'brk'),
171 'reason': set([('mm_struct', 'brk'),
177 'reason': set([('mm_struct', 'brk'),
183 'reason': set([('mm_struct', 'brk'),
191 'reason': set([('mm_struct', 'brk'),
209 'reason': set([('mm_struct', 'brk'),
215 'reason': set([('mm_struct', 'brk'),
[all …]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfaults.c36 shortenReason(char *reason) in shortenReason() argument
41 if (strncmp(reason,"%%[",3) == 0) in shortenReason()
42 reason += 3; in shortenReason()
44 while (*reason == ' ') in shortenReason()
45 reason++; in shortenReason()
50 reason += peLen; in shortenReason()
55 pe = reason + strlen(reason) -1; in shortenReason()
56 pe = reason; in shortenReason()
60 pe = reason + strlen(reason) -1; in shortenReason()
65 return(reason); in shortenReason()
[all …]
H A Dnotify.c45 static struct reason { struct
46 short reason; member
167 print_reason (fd, prs->reason); in notify()
185 print_reason(int fd, int reason) in print_reason() argument
192 for (i = 0; N_Reason[i].reason != -1; i++) in print_reason()
193 if (N_Reason[i].reason == reason) { in print_reason()
194 if (reason == MDENYDEST && chkprinter_result) in print_reason()
196 if (reason == MDENYMEDIA && chkprinter_result) in print_reason()
199 if (reason == MDENYDEST && chkprinter_result) { in print_reason()
H A Ddisp2.c277 char *reason = NULL; in combineReasons() local
285 (addstring(&reason, pps->dis_reason) == 0)) in combineReasons()
289 if (reason) in combineReasons()
291 Free(reason); in combineReasons()
293 reason = pps->fault_reason; in combineReasons()
297 reason = pps->dis_reason; in combineReasons()
300 return (reason); in combineReasons()
306 char *reason = NULL; in local_printer_status() local
310 reason = combineReasons(pps, &freeReason); in local_printer_status()
316 reason, pps->rej_reason, pps->status, in local_printer_status()
[all …]
H A Ddisp4.c92 *reason; in s_reject_dest() local
98 getmessage (m, S_REJECT_DEST, &destination, &reason); in s_reject_dest()
101 (reason ? reason : "NULL")); in s_reject_dest()
112 load_str (&pps->rej_reason, reason); in s_reject_dest()
126 load_str (&pcs->rej_reason, reason); in s_reject_dest()
176 *reason, in s_disable_dest() local
182 getmessage (m, S_DISABLE_DEST, &destination, &reason, &when); in s_disable_dest()
185 (reason ? reason : "NULL"), when); in s_disable_dest()
206 if (disable(pps, reason, (int)when) == -1) { in s_disable_dest()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_master.c61 int reason; in yp_master() local
77 if (reason = __yp_dobind(domain, &pdomb)) in yp_master()
78 return (reason); in yp_master()
86 if (reason == YPERR_RPC) { in yp_master()
98 if (reason == YPERR_MAP && geteuid() == 0) { in yp_master()
107 reason = rsvdreason; in yp_master()
110 return (reason); in yp_master()
123 int reason; in __yp_master_rsvdport() local
140 return (reason); in __yp_master_rsvdport()
153 if (reason == YPERR_RPC) { in __yp_master_rsvdport()
[all …]
H A Dyp_enum.c75 int reason; in __yp_first_cflookup() local
90 return (reason); in __yp_first_cflookup()
98 if (reason == YPERR_RPC || reason == YPERR_YPSERV || in __yp_first_cflookup()
99 reason == YPERR_BUSY /* as if */) { in __yp_first_cflookup()
104 return (reason); in __yp_first_cflookup()
112 return (reason); in __yp_first_cflookup()
239 int reason; in __yp_next_cflookup() local
254 return (reason); in __yp_next_cflookup()
263 if (reason == YPERR_RPC || reason == YPERR_YPSERV || in __yp_next_cflookup()
269 return (reason); in __yp_next_cflookup()
[all …]
H A Dyp_match.c180 int reason; in __yp_match_cflookup() local
222 return (reason); in __yp_match_cflookup()
230 if (reason == YPERR_RPC || reason == YPERR_YPSERV || in __yp_match_cflookup()
236 return (reason); in __yp_match_cflookup()
246 if (reason == 0) { in __yp_match_cflookup()
298 return (reason); in __yp_match_cflookup()
364 int reason; in __yp_match_rsvdport_cflookup() local
406 return (reason); in __yp_match_rsvdport_cflookup()
420 if (reason == YPERR_RPC || reason == YPERR_YPSERV || in __yp_match_rsvdport_cflookup()
441 if (reason == 0) { in __yp_match_rsvdport_cflookup()
[all …]
H A Dyp_order.c60 int reason; in yp_order() local
76 if (reason = __yp_dobind(domain, &pdomb)) in yp_order()
77 return (reason); in yp_order()
81 reason = doorder(domain, map, pdomb, _ypserv_timeout, in yp_order()
85 if (reason == YPERR_RPC) { in yp_order()
97 return (reason); in yp_order()
H A Dyp_all.c67 int reason; in __yp_all_cflookup() local
85 if (reason = __yp_dobind_cflookup(domain, &pdomb, hardlookup)) in __yp_all_cflookup()
86 return (reason); in __yp_all_cflookup()
191 int reason; in __yp_all_rsvdport() local
209 if (reason = __yp_dobind_rsvdport(domain, &pdomb)) in __yp_all_rsvdport()
210 return (reason); in __yp_all_rsvdport()
/illumos-gate/usr/src/cmd/svc/startd/
H A Drestarter.c498 ps->ps_reason = reason; in restarter_insert_inst()
1037 restarter_str_t reason; in stop_instance() local
1136 reason)) { in stop_instance()
1180 reason)) { in stop_instance()
1232 info->sf_reason = reason; in stop_instance()
1271 restarter_str_t reason; in unmaintain_instance() local
1432 RERR_NONE, reason); in enable_inst()
1507 int32_t reason) in start_instance() argument
1522 switch (reason) { in start_instance()
1525 new_reason = reason; in start_instance()
[all …]
H A Dprotocol.c218 int32_t reason) in restarter_event_enqueue() argument
229 e->rpe_reason = reason; in restarter_event_enqueue()
281 int32_t reason; in state_cb() local
304 (nvlist_lookup_int32(attr_list, RESTARTER_NAME_REASON, &reason) != in state_cb()
312 states->ps_reason = reason; in state_cb()
423 restarter_event_type_t event, int32_t reason) in restarter_protocol_send_event() argument
433 restarter_event_enqueue(inst, event, reason); in restarter_protocol_send_event()
450 reason) != 0) in restarter_protocol_send_event()
/illumos-gate/usr/src/test/util-tests/tests/mdb/
H A Dmdbtest68 local expect base ext exe command odir res reason input
112 reason="stdout mismatch"
114 reason="test exited $res, not zero"
116 reason="test exited $res, not non-zero"
119 if [[ -n "$reason" ]]; then
120 echo "$reason"
/illumos-gate/usr/src/lib/librstp/common/
H A Dtopoch.c55 flush (STATE_MACH_T *this, char* reason) /* 17.19.9 */ in flush() argument
65 reason); in flush()
69 LT_FLASH_ONLY_THE_PORT, reason); in flush()
74 setTcPropBridge (STATE_MACH_T* this, char* reason) /* 17.19.14 */ in setTcPropBridge() argument
89 "other ports", reason); in setTcPropBridge()
94 LT_FLASH_ALL_PORTS_EXCLUDE_THIS, reason); in setTcPropBridge()
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c142 char *reason,
670 reason = NULL; in create_notify_files()
677 reason = not_mountable(aa[ai]); in create_notify_files()
678 if (reason != NULL) { in create_notify_files()
706 reason = "backup_slice"; in create_notify_files()
726 reason, in create_notify_files()
740 char *reason, in create_one_notify_file() argument
771 if (reason != NULL) { in create_one_notify_file()
827 if (reason == NULL) { in create_one_notify_file()
842 reason, raw_partitionp); in create_one_notify_file()
[all …]
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c334 char reason[1024], local
335 *cp = reason;
352 LP_ERRMSG1 (ERROR, E_LP_PTRCHK, reason);
508 static void reject (printer, reason) in reject() argument
510 *reason; in reject()
515 send_message (S_REJECT_DEST, printer, reason);
566 static void disable (printer, reason, when) in disable() argument
568 *reason; in disable()
574 send_message (S_DISABLE_DEST, printer, reason, when);
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dfsm.txt31 * The interrupt reason can be interpreted
52 command | * sendcdb * * rd-intr-reason
53 cdb | * * start-xfer start-xfer rd-intr-reason
54 datain | * * continue-xfer * rd-intr-reason
55 dataout | * * * continue-xfer rd-intr-reason
/illumos-gate/usr/src/uts/sun4v/io/
H A Dplatsvc.c390 resp_msg.reason[0] = '\0'; in ps_shutdown_data_handler()
401 resp_msg.reason[0] = '\0'; in ps_shutdown_data_handler()
440 resp_msg.reason[0] = '\0'; in ps_panic_data_handler()
451 resp_msg.reason[0] = '\0'; in ps_panic_data_handler()
467 uint32_t result, uint32_t rec_result, char *reason, int timeout, in ps_suspend_send_response() argument
476 if (reason == NULL) { in ps_suspend_send_response()
480 reason_length = strnlen(reason, SUSPEND_MAX_REASON_SIZE - 1); in ps_suspend_send_response()
481 ASSERT(reason[reason_length] == '\0'); in ps_suspend_send_response()
494 bcopy(reason, &resp->reason, reason_length - 1); in ps_suspend_send_response()
496 resp->reason[reason_length] = '\0'; in ps_suspend_send_response()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcf.h149 uint16_t reason; member
205 uint16_t reason; member
274 uint16_t reason; member
333 uint16_t reason; member
401 uint16_t reason; member
417 uint16_t reason; member
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dplatsvc.h104 char reason[MAX_REASON_SIZE]; member
114 char reason[MAX_REASON_SIZE]; member
126 char reason[MAX_REASON_SIZE]; member
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dreject.c62 char *reason = NULL; in main() local
72 reason = optarg; in main()
96 status = papiPrinterPause(svc, printer, reason); in main()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dipc_action.c130 ipc_action_finish(dhcp_smach_t *dsmp, int reason) in ipc_action_finish() argument
146 dsmp->dsm_name, reason); in ipc_action_finish()
160 if (reason == 0) in ipc_action_finish()
163 send_error_reply(ia, reason); in ipc_action_finish()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c893 switch (reason) { in vdev_inuse()
959 crtxg, reason)) != 0) in vdev_label_init()
977 if (reason != VDEV_LABEL_REMOVE && reason != VDEV_LABEL_SPLIT && in vdev_label_init()
987 if (reason != VDEV_LABEL_REMOVE && reason != VDEV_LABEL_L2CACHE && in vdev_label_init()
1001 if (reason == VDEV_LABEL_SPARE) in vdev_label_init()
1004 reason == VDEV_LABEL_SPLIT); in vdev_label_init()
1007 if (reason != VDEV_LABEL_REMOVE && reason != VDEV_LABEL_SPARE && in vdev_label_init()
1021 if (reason == VDEV_LABEL_L2CACHE) in vdev_label_init()
1039 if (reason == VDEV_LABEL_SPARE || in vdev_label_init()
1072 if (reason == VDEV_LABEL_SPLIT) in vdev_label_init()
[all …]

1234567891011