Searched refs:status (Results 276 - 300 of 2759) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.umod.ksh65 status=$?
68 exit $status
H A Dtst.usym.ksh66 status=$?
69 exit $status
/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh63 status=$?
65 exit $status
/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcGetFcpTargetMapping.cc70 HBA_STATUS status; local
89 status = Sun_fcGetAdapterAttributes(handle,&attributes);
90 if (status != HBA_STATUS_OK) {
103 status = Sun_fcGetFcpTargetMappingV2(handle,
107 if (status != HBA_STATUS_OK && status != HBA_STATUS_ERROR_MORE_DATA) {
109 return status;
128 return (status);
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Deeprom.c89 unsigned int status; local
92 status = twiPtr->TWI_SR;
93 status = twiPtr->TWI_RHR;
105 status = twiPtr->TWI_SR;
121 status = twiPtr->TWI_SR;
147 unsigned status; local
161 status = twiPtr->TWI_SR;
173 status = twiPtr->TWI_SR;
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Definet.c121 EFI_STATUS status; local
126 status = net->Transmit(net, 0, len, pkt, 0, 0, 0);
127 if (status != EFI_SUCCESS)
133 status = net->GetStatus(net, 0, &buf);
138 } while (status == EFI_SUCCESS && buf == 0);
140 /* XXX How do we deal with status != EFI_SUCCESS now? */
141 return ((status == EFI_SUCCESS) ? len : -1);
149 EFI_STATUS status; local
159 status = net->Receive(net, 0, &bufsz, buf, 0, 0, 0);
160 if (status
185 EFI_STATUS status; local
268 EFI_STATUS status; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Darmada-388.dtsi67 status = "disabled";
H A Dsocfpga-sockit.dts51 status = "okay";
55 status = "okay";
59 status = "okay";
72 status = "okay";
H A Dexynos5250-snow.dts44 status = "okay";
48 status = "okay";
58 status = "okay";
H A Dexynos5250-spring.dts44 status = "okay";
48 status = "okay";
58 status = "okay";
H A Dexynos5420-arndale-octa.dts43 status = "okay";
47 status = "okay";
51 status = "okay";
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_status_001_neg.ksh38 # zpool status works when run as a user
42 # 1. Run zpool status as a user
48 RESULT=$(grep "pool:" /tmp/pool-status.$$)
51 log_fail "No pool: string found in zpool status output!"
53 rm /tmp/pool-status.$$
58 log_assert "zpool status works when run as a user"
60 log_must eval "zpool status > /tmp/pool-status.$$"
63 log_must eval "zpool status -v > /tmp/pool-status
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Duuid_from_string.c88 uuid_from_string(const char *s, uuid_t *u, uint32_t *status) argument
94 uuid_create_nil(u, status);
98 if (status != NULL)
99 *status = uuid_s_invalid_string_uuid;
126 if (status != NULL)
127 *status = uuid_s_bad_version;
129 if (status != NULL)
130 *status = uuid_s_ok;
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dget-job-attributes.c41 papi_status_t status; local
75 if ((status = papiJobQuery(svc, queue, id, req_attrs, &j)) != PAPI_OK) {
76 ipp_set_status(response, status, "query job: %s",
77 ipp_svc_status_mesg(svc, status));
79 return (status);
88 return (status);
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Djob.c49 papi_status_t status = PAPI_OK; local
64 if ((status = service_fill_in(svc, name)) != PAPI_OK)
65 return (status);
82 if ((status = lpd_job_add_files(svc, attributes, files, &metadata,
84 return (status);
88 status = lpd_submit_job(svc, metadata, &j->attributes, NULL);
91 return (status);
110 papi_status_t status = PAPI_OK; local
121 if ((status = service_fill_in(svc, name)) != PAPI_OK)
122 return (status);
188 papi_status_t status = PAPI_INTERNAL_ERROR; local
226 papi_status_t status = PAPI_OK; local
241 papi_status_t status; local
[all...]
/illumos-gate/usr/src/lib/libgss/
H A Dg_rel_cred.c44 OM_uint32 status, temp_status; local
72 status = GSS_S_COMPLETE;
88 status = GSS_S_NO_CRED;
91 status = GSS_S_UNAVAILABLE;
93 status = GSS_S_DEFECTIVE_CREDENTIAL;
101 return (status);
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_sign.c91 int status; local
131 status = crypto_digest_init(&crypto_mech_md5, &crypto_ctx, 0);
132 if (status != CRYPTO_SUCCESS)
133 return (status);
142 status = crypto_digest_update(crypto_ctx, &key, 0);
143 if (status != CRYPTO_SUCCESS)
144 return (status);
153 status = crypto_digest_update(crypto_ctx, &data, 0);
154 if (status != CRYPTO_SUCCESS)
155 return (status);
197 int status; local
240 int fudge, rsn, status; local
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dsccscheck.sh54 status=0
58 status=1
80 exit $status
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.h83 * Config and status flags
156 spcs_s_info_t status; member in struct:dsw_config_s
169 spcs_s_info_t status; member in struct:dsw_segment_s
185 spcs_s_info_t status; member in struct:dsw_bitmap_s
199 spcs_s_info_t status; member in struct:dsw_ioctl_s
211 spcs_s_info_t status; member in struct:dsw_aioctl_s
224 spcs_s_info_t status; member in struct:dsw_stat_s
242 spcs_s_info_t status; member in struct:dsw_version_s
254 spcs_s_info_t status; member in struct:dsw_bitsset_s
266 spcs_s_info_t status; member in struct:dsw_list_s
277 spcs_s_info_t status; member in struct:dsw_copyp_s
288 spcs_s_info_t status; member in struct:dsw_ostat_s
305 spcs_s_info_t status; member in struct:dsw_movegrp_s
343 spcs_s_info32_t status; member in struct:dsw_config32_s
356 spcs_s_info32_t status; member in struct:dsw_segment32_s
372 spcs_s_info32_t status; member in struct:dsw_bitmap32_s
381 spcs_s_info32_t status; member in struct:dsw_ioctl32_s
388 spcs_s_info32_t status; member in struct:dsw_stat32_s
401 spcs_s_info32_t status; member in struct:dsw_version32_s
409 spcs_s_info32_t status; member in struct:dsw_bitsset32_s
416 spcs_s_info32_t status; member in struct:dsw_list32_s
423 spcs_s_info32_t status; member in struct:dsw_aioctl32_s
431 spcs_s_info32_t status; member in struct:dsw_copyp32_s
438 spcs_s_info32_t status; member in struct:dsw_ostat32_s
455 spcs_s_info32_t status; member in struct:dsw_movegrp32_s
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dwaitpid.c46 waitpid(pid_t pid, int* status, int flags)
48 return(wait4(pid, status, flags, NiL));
92 int status;
97 waitpid(pid_t pid, int* status, int flags)
121 if (status) *status = zp->status;
180 if (p == 0 && status) *status = s;
185 if (status) *statu
[all...]
/illumos-gate/usr/src/uts/sun/io/
H A Dqfe.c71 int status; local
74 if ((status = mod_install(&modlinkage)) != 0) {
77 return (status);
83 int status; local
85 if ((status = mod_remove(&modlinkage)) == 0) {
88 return (status);
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doutput.c59 short status; local
100 status = MOKMORE;
101 while (status == MOKMORE) {
126 rc = getmessage(buffer, type, &status);
130 rc = getmessage(buffer, type, &status, &dummy);
145 return (status);
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlether.c115 dladm_status_t status; local
120 if ((status = dladm_get_single_mac_stat(handle, linkid,
124 if (status == DLADM_STATUS_NOTFOUND) {
133 return (status);
275 dladm_status_t status; local
280 status = dladm_datalink_id2info(handle, linkid, NULL, NULL, NULL,
282 if (status != DLADM_STATUS_OK)
289 status = DLADM_STATUS_NOMEM;
293 if ((status = dladm_get_single_mac_stat(handle, linkid, "ifspeed",
297 if ((status
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_close.c31 uint32_t status; local
49 status = smb2sr_lookup_fid(sr, &smb2fid);
50 if (status) {
51 smb2sr_put_error(sr, status);
59 status = smb2_ofile_getattr(sr, of, &attr);
60 if (status) {
H A Dsmb2_setinfo_quota.c42 uint32_t status = NT_STATUS_SUCCESS; local
73 status = smb_quota_decode_quotas(&si->si_data, quota_list);
74 if (status == NT_STATUS_SUCCESS) {
77 status = NT_STATUS_INTERNAL_ERROR;
79 status = reply;
88 return (status);

Completed in 128 milliseconds

<<11121314151617181920>>