Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 169) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c342 goto failure; in create_scf_resources()
346 goto failure; in create_scf_resources()
349 goto failure; in create_scf_resources()
353 goto failure; in create_scf_resources()
356 goto failure; in create_scf_resources()
372 failure: in create_scf_resources()
417 failure: in get_property_value()
592 failure: in set_property_value()
622 failure: in nwamd_set_count_property()
656 failure: in nwamd_set_string_property()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtfailures.ksh27 let failure=0
31 while [[ -d failure.$failure ]]; do
32 dir=failure.$failure
38 printf "%-3d %-10s %-31s " $failure $kind $name
40 let failure=failure+1
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dadopt.c82 goto failure; in dhcp_adopt()
93 goto failure; in dhcp_adopt()
100 goto failure; in dhcp_adopt()
105 goto failure; in dhcp_adopt()
127 goto failure; in dhcp_adopt()
133 goto failure; in dhcp_adopt()
153 goto failure; in dhcp_adopt()
163 goto failure; in dhcp_adopt()
169 goto failure; in dhcp_adopt()
172 goto failure; in dhcp_adopt()
[all …]
H A Dinterface.c97 goto failure; in insert_pif()
110 goto failure; in insert_pif()
121 goto failure; in insert_pif()
128 goto failure; in insert_pif()
134 goto failure; in insert_pif()
143 goto failure; in insert_pif()
154 goto failure; in insert_pif()
248 failure: in insert_pif()
509 failure: in insert_lif()
1037 failure: in plumb_lif()
[all …]
H A Dinit_reboot.c137 goto failure; in dhcp_init_reboot_v6()
155 goto failure; in dhcp_init_reboot_v6()
167 failure: in dhcp_init_reboot_v6()
256 goto failure; in stop_init_reboot()
260 failure: in stop_init_reboot()
H A Ddefaults.c241 goto failure; in df_get_int()
246 goto failure; in df_get_int()
250 failure: in df_get_int()
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dsensor.esc53 event ereport.sensor.failure@fan;
54 event ereport.sensor.failure@psu;
60 ereport.sensor.failure@fan { payloadprop("type") == "fan" &&
64 ereport.sensor.failure@fan { payloadprop("type") == "fan" &&
68 ereport.sensor.failure@psu { payloadprop("type") == "psu" &&
73 ereport.sensor.failure@psu { payloadprop("type") == "psu" &&
78 ereport.sensor.failure@psu { payloadprop("type") == "psu" &&
83 ereport.sensor.failure@psu { payloadprop("type") == "psu" &&
H A Dstorage.esc134 * Controller failure
141 * Fan module failure
148 * I2C transaction failure
174 * Configuration failure
193 * Fan failure
201 * Sensor reading failure
217 * Temperature failure
233 * Power failure
268 * External power failure
275 * SAS Expander failure
[all …]
H A Ddisk.esc186 event fault.io.disk.predictive-failure@P, FITrate=10,
188 event fault.io.disk.self-test-failure@P, FITrate=10,
196 event ereport.io.scsi.disk.predictive-failure@P;
197 event ereport.io.scsi.disk.self-test-failure@P;
206 prop fault.io.disk.self-test-failure@P ->
207 ereport.io.scsi.disk.self-test-failure@P;
209 prop fault.io.disk.predictive-failure@P ->
210 ereport.io.scsi.disk.predictive-failure@P {
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dscratchops.c98 goto failure; in zonecfg_open_scratch()
101 goto failure; in zonecfg_open_scratch()
105 goto failure; in zonecfg_open_scratch()
109 goto failure; in zonecfg_open_scratch()
111 goto failure; in zonecfg_open_scratch()
114 goto failure; in zonecfg_open_scratch()
118 goto failure; in zonecfg_open_scratch()
124 failure: in zonecfg_open_scratch()
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c112 goto failure; in read_hostconf()
115 goto failure; in read_hostconf()
118 goto failure; in read_hostconf()
132 goto failure; in read_hostconf()
145 goto failure; in read_hostconf()
148 goto failure; in read_hostconf()
151 goto failure; in read_hostconf()
158 goto failure; in read_hostconf()
281 goto failure; in read_hostconf()
296 failure: in read_hostconf()
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_stat.c115 atomic_add_int((uint_t *)&al->failure, 1); in rpcbs_getaddr()
142 al->failure = 1; in rpcbs_getaddr()
145 al->failure = 0; in rpcbs_getaddr()
158 atomic_add_int((uint_t *)&wal->failure, 1); in rpcbs_getaddr()
195 atomic_add_int((uint_t *)&rl->failure, 1); in rpcbs_rmtcall()
225 rl->failure = 1; in rpcbs_rmtcall()
228 rl->failure = 0; in rpcbs_rmtcall()
242 atomic_add_int((uint_t *)&wrl->failure, 1); in rpcbs_rmtcall()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A DREADME53 USB_PIPE_STATE_CLOSING - return failure USB_PIPE_STATE_CLOSING
101 USB_PIPE_STATE_ERROR - return failure USB_PIPE_STATE_ERROR
103 USB_PIPE_STATE_CLOSING - return failure USB_PIPE_STATE_CLOSING
143 USB_PIPE_STATE_ERROR - return failure USB_PIPE_STATE_ERROR
145 USB_PIPE_STATE_CLOSING - return failure USB_PIPE_STATE_CLOSING
180 USB_PIPE_STATE_ACTIVE - return failure USB_PIPE_STATE_ACTIVE
220 USB_PIPE_STATE_ERROR - return failure USB_PIPE_STATE_ERROR
222 USB_PIPE_STATE_CLOSING - return failure USB_PIPE_STATE_CLOSING
257 USB_PIPE_STATE_ACTIVE - return failure USB_PIPE_STATE_ACTIVE
297 USB_PIPE_STATE_ERROR - return failure USB_PIPE_STATE_ERROR
[all …]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_st_xdr.c47 if (!xdr_int(xdrs, &objp->failure)) in xdr_rpcbs_addrlist()
71 if (!xdr_int(xdrs, &objp->failure)) in xdr_rpcbs_rmtcalllist()
80 IXDR_PUT_INT32(buf, objp->failure); in xdr_rpcbs_rmtcalllist()
99 if (!xdr_int(xdrs, &objp->failure)) in xdr_rpcbs_rmtcalllist()
108 objp->failure = IXDR_GET_INT32(buf); in xdr_rpcbs_rmtcalllist()
125 if (!xdr_int(xdrs, &objp->failure)) in xdr_rpcbs_rmtcalllist()
/illumos-gate/usr/src/cmd/sh/
H A Dulimit.c193 failure(errargs, badnum); in sysulimit()
203 failure(errargs, badnum); in sysulimit()
215 failure(errargs, badnum); in sysulimit()
221 failure(argv[0], badnum); in sysulimit()
239 failure(errargs, badulimit); in sysulimit()
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c306 goto failure; in efe_attach()
312 goto failure; in efe_attach()
318 goto failure; in efe_attach()
325 goto failure; in efe_attach()
331 goto failure; in efe_attach()
360 goto failure; in efe_attach()
365 goto failure; in efe_attach()
373 goto failure; in efe_attach()
403 failure: in efe_attach()
1190 failure: in efe_ring_alloc()
[all …]
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcb_prot.x276 int failure; member
287 int failure; member
502 % int failure;
515 % int failure;
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c109 goto failure; in bind_instance()
112 goto failure; in bind_instance()
119 goto failure; in bind_instance()
123 failure: in bind_instance()
145 goto failure; in exact_instance()
148 goto failure; in exact_instance()
153 goto failure; in exact_instance()
157 goto failure; in exact_instance()
160 failure: in exact_instance()
194 goto failure; in get_composed_properties()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Drstp.c513 goto failure; in rstp_add_port()
522 goto failure; in rstp_add_port()
539 goto failure; in rstp_add_port()
549 goto failure; in rstp_add_port()
555 goto failure; in rstp_add_port()
560 failure: in rstp_add_port()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1840 goto failure; in meta_freeobject_check()
1853 goto failure; in meta_freeobject_check()
1861 goto failure; in meta_freeobject_check()
1874 goto failure; in meta_freeobject_check()
1877 goto failure; in meta_freeobject_check()
1881 goto failure; in meta_freeobject_check()
1889 goto failure; in meta_freeobject_check()
1900 failure: in meta_freeobject_check()
1963 failure: in meta_freeobject_set()
2114 goto failure; in meta_freeobject_clone()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c245 goto failure; in cfb64_is()
255 goto failure; in cfb64_is()
289 failure: in cfb64_is()
322 goto failure; in cfb64_reply()
350 failure: in cfb64_reply()
/illumos-gate/usr/src/lib/libdscp/svc/
H A Ddscp.ppp.options62 lcp-echo-failure 6
65 lcp-max-failure 10
80 ipcp-max-failure 10
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c118 failure(const char *file, const char *func) in failure() function
584 failure(file, MSG_ORIG(MSG_ELF_GETARSYM)); in archive()
636 failure(file, MSG_ORIG(MSG_ELF_RAND)); in archive()
640 failure(file, MSG_ORIG(MSG_ELF_BEGIN)); in archive()
643 failure(file, in archive()
693 failure(file, MSG_ORIG(MSG_ELF_GETARHDR)); in archive()
954 failure(file, MSG_ORIG(MSG_ELF_BEGIN)); in main()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c395 int failure = 0; local
472 failure = 1;
475 if (failure)
1410 failure = 1;
1412 if (failure)
1461 failure = 1;
1465 if (failure)
1526 failure = 1;
1528 if (failure)
1574 failure = 1;
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c1728 goto failure; in ipmgmt_create_scf_resources()
1731 goto failure; in ipmgmt_create_scf_resources()
1736 failure: in ipmgmt_create_scf_resources()
1755 goto failure; in ipmgmt_set_scfprop_value()
1769 goto failure; in ipmgmt_set_scfprop_value()
1773 goto failure; in ipmgmt_set_scfprop_value()
1775 goto failure; in ipmgmt_set_scfprop_value()
1777 goto failure; in ipmgmt_set_scfprop_value()
1782 goto failure; in ipmgmt_set_scfprop_value()
1796 goto failure; in ipmgmt_set_scfprop_value()
[all …]

1234567