Searched refs:status (Results 26 - 50 of 695) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlflow.c158 dladm_status_t status; local
161 if ((status = dladm_create_flowconf(handle, name, attrp->fi_linkid))
163 return (status);
167 status = dladm_datalink_id2info(handle, attrp->fi_linkid, NULL,
169 if (status != DLADM_STATUS_OK)
171 status = dladm_set_flowconf_field(handle, name, FLINKOVER,
173 if (status != DLADM_STATUS_OK)
180 status = dladm_set_flowconf_field(handle, name, FMAXBW,
182 if (status != DLADM_STATUS_OK)
188 status
263 dladm_status_t status = DLADM_STATUS_OK; local
292 dladm_status_t status = DLADM_STATUS_OK; local
308 dladm_status_t status = DLADM_STATUS_OK; local
327 dladm_status_t status; local
375 dladm_status_t status = DLADM_STATUS_OK; local
443 dladm_status_t status = DLADM_STATUS_OK; local
453 dladm_status_t status; local
619 dladm_status_t status = DLADM_STATUS_OK; local
657 dladm_status_t status = DLADM_STATUS_OK; local
[all...]
H A Dlibdlaggr.c126 dladm_status_t status; local
128 if ((status = dladm_datalink_id2info(handle, portid, NULL, NULL, NULL,
130 return (status);
133 status = DLADM_STATUS_TOOSMALL;
134 return (status);
140 dladm_status_t status; local
146 status = dladm_name2info(handle, pname, portid, NULL, NULL, NULL);
147 return (status);
220 dladm_status_t status = DLADM_STATUS_OK; local
246 status
275 dladm_status_t status; local
423 dladm_status_t status = DLADM_STATUS_OK; local
693 dladm_status_t status = DLADM_STATUS_OK; local
740 dladm_status_t status; local
820 dladm_status_t status; local
858 dladm_status_t status; local
874 dladm_status_t status = DLADM_STATUS_OK; local
1131 dladm_status_t status; local
1243 dladm_status_t status; local
1315 dladm_status_t status = DLADM_STATUS_OK; local
1389 dladm_status_t status = DLADM_STATUS_OK; local
1455 dladm_status_t status; local
1535 dladm_status_t status; local
1567 dladm_status_t status; local
1652 dladm_status_t status; local
[all...]
H A Dlibdlether.c113 dladm_status_t status; local
118 if ((status = dladm_get_single_mac_stat(handle, linkid,
122 if (status == DLADM_STATUS_NOTFOUND) {
131 return (status);
273 dladm_status_t status; local
278 status = dladm_datalink_id2info(handle, linkid, NULL, NULL, NULL,
280 if (status != DLADM_STATUS_OK)
287 status = DLADM_STATUS_NOMEM;
291 if ((status = dladm_get_single_mac_stat(handle, linkid, "ifspeed",
295 if ((status
[all...]
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_ndpd.c81 ipadm_status_t status; local
89 status = i_ipadm_create_linklocal(iph, addr);
90 if (status != IPADM_SUCCESS)
91 return (status);
98 status = i_ipadm_send_ndpd_cmd(addr->ipadm_ifname, addr,
100 if (status != IPADM_SUCCESS && status != IPADM_NDPD_NOT_RUNNING) {
102 return (status);
106 status = i_ipadm_addr_persist(iph, addr, B_FALSE, i_flags);
107 if (status !
120 ipadm_status_t status; local
142 ipadm_status_t status; local
216 ipadm_status_t status; local
292 ipadm_status_t status; local
[all...]
H A Dipadm_addr.c188 ipadm_status_t status; local
195 status = i_ipadm_get_db_addr(iph, NULL, ipaddr->ipadm_aobjname, &onvl);
196 if (status != IPADM_SUCCESS)
197 return (status);
264 ipadm_status_t status; local
272 status = i_ipadm_get_persistent_addrobj(iph, ipaddr);
273 if (status != IPADM_SUCCESS)
274 return (status);
290 ipadm_status_t status = IPADM_SUCCESS; local
303 status
369 ipadm_status_t status; local
471 ipadm_status_t status; local
831 ipadm_status_t status; local
936 ipadm_status_t status; local
1223 ipadm_status_t status; local
1246 ipadm_status_t status; local
1337 ipadm_status_t status; local
1423 ipadm_status_t status = IPADM_SUCCESS; local
1474 ipadm_status_t status; local
1615 ipadm_status_t status = IPADM_SUCCESS; local
1711 ipadm_status_t status = IPADM_SUCCESS; local
1808 ipadm_status_t status = IPADM_SUCCESS; local
1837 ipadm_status_t status; local
2064 ipadm_status_t status; local
2112 ipadm_status_t status; local
2137 ipadm_status_t status; local
2177 ipadm_status_t status; local
2229 ipadm_status_t status; local
2320 ipadm_status_t status; local
2647 ipadm_status_t status; local
2797 ipadm_status_t status; local
2819 ipadm_status_t status; local
2985 ipadm_status_t status; local
3067 ipadm_status_t status; local
3303 ipadm_status_t status = IPADM_SUCCESS; local
3470 ipadm_status_t status; local
3565 ipadm_status_t status; local
3618 ipadm_status_t status; local
3759 ipadm_status_t status; local
4065 ipadm_status_t status = IPADM_SUCCESS; local
4300 ipadm_status_t status; local
4342 ipadm_status_t status; local
4394 ipadm_status_t status; local
4481 ipadm_status_t status; local
4529 ipadm_status_t status = IPADM_SUCCESS; local
4616 ipadm_status_t status; local
4727 ipadm_status_t status; local
4869 ipadm_status_t status; local
[all...]
/osnet-11/usr/src/lib/libeti/form/common/
H A Dfield_stat.c39 set_field_status(FIELD *f, int status) argument
43 if (status)
/osnet-11/usr/src/lib/libgss/
H A Dg_sign.c81 OM_uint32 status; local
85 status = val_sign_args(minor_status, context_handle,
87 if (status != GSS_S_COMPLETE)
88 return (status);
100 status = mech->gss_sign(
106 if (status != GSS_S_COMPLETE)
109 status = GSS_S_UNAVAILABLE;
111 return (status);
H A Dg_process_context.c42 OM_uint32 status; local
70 status = mech->gss_process_context_token(
74 if (status != GSS_S_COMPLETE)
77 status = GSS_S_UNAVAILABLE;
79 return (status);
H A Dg_delete_sec_context.c74 OM_uint32 status; local
77 status = val_del_sec_ctx_args(minor_status,
80 if (status != GSS_S_COMPLETE)
81 return (status);
92 status = gssint_delete_internal_sec_context(minor_status,
96 if (status)
97 return (status);
H A Dg_inquire_cred.c52 OM_uint32 status, elapsed_time, temp_minor_status; local
88 status = mech->gss_inquire_cred(minor_status,
94 if (status != GSS_S_COMPLETE) {
96 return (status);
103 status = __gss_convert_name_to_union_name(
106 if (status != GSS_S_COMPLETE) {
114 return (status);
159 status = GSS_S_DEFECTIVE_CREDENTIAL;
169 status = GSS_S_FAILURE;
211 return (status);
228 OM_uint32 status, temp_minor_status; local
[all...]
H A Dg_accept_sec_context.c113 OM_uint32 status, temp_status, t_minstat; local
125 status = val_acc_sec_ctx_args(minor_status,
132 if (status != GSS_S_COMPLETE)
133 return (status);
148 status = __gss_get_mech_type(token_mech_type,
151 if (status)
152 return (status);
154 status = GSS_S_FAILURE;
162 status = generic_gss_copy_oid(&t_minstat,
165 if (status !
[all...]
H A Dg_userok.c43 OM_uint32 status, tmpMinor; local
56 status = gss_import_name(minor,
60 if (status != GSS_S_COMPLETE) {
64 status = gss_canonicalize_name(minor,
68 if (status != GSS_S_COMPLETE) {
73 status = gss_compare_name(minor,
79 if (status == GSS_S_COMPLETE) {
85 return (status);
/osnet-11/usr/src/grub/grub2/grub-core/lib/efi/
H A Ddatetime.c32 grub_efi_status_t status; local
35 status = efi_call_2 (grub_efi_system_table->runtime_services->get_time,
38 if (status)
57 grub_efi_status_t status; local
60 status = efi_call_2 (grub_efi_system_table->runtime_services->get_time,
63 if (status)
74 status = efi_call_1 (grub_efi_system_table->runtime_services->set_time,
77 if (status)
/osnet-11/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-lcd-get-brightness-sunos.c33 struct acpi_drv_output_status status; local
55 bzero(&status, sizeof (status));
56 if (ioctl(fd, ACPI_DRV_IOC_STATUS, &status) < 0) {
61 return (status.cur_level_index);
/osnet-11/usr/src/lib/sun_fc/common/
H A DLockable.cc88 int status; local
92 status = pthread_mutex_trylock(myMutex);
93 if (status) {
116 cerr << "Lock failed: " <<strerror(status) << endl;
124 } while (status);
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);
/osnet-11/usr/src/lib/libima/common/
H A Dima-lib.c142 IMA_STATUS status = IMA_ERROR_UNKNOWN_ERROR; local
150 status = IMA_ERROR_OBJECT_NOT_FOUND;
157 status = IMA_ERROR_UNEXPECTED_OS_ERROR;
165 status = PassFunc(nodeOid, nodeProps);
173 return (status);
177 IMA_STATUS status = IMA_ERROR_UNKNOWN_ERROR; local
180 status = getSolarisNodeProps(&nodeProps);
181 if (status != IMA_STATUS_SUCCESS) {
182 return (status);
185 return (status);
189 IMA_STATUS status = IMA_ERROR_UNKNOWN_ERROR; local
203 IMA_STATUS status = IMA_ERROR_UNKNOWN_ERROR; local
240 IMA_STATUS status = IMA_ERROR_UNKNOWN_ERROR; local
477 IMA_STATUS status; local
819 IMA_STATUS status; local
891 IMA_STATUS status; local
962 IMA_STATUS status; local
1022 IMA_STATUS status; local
1150 IMA_STATUS status; local
1292 IMA_STATUS status; local
1381 IMA_STATUS status; local
1539 IMA_STATUS status; local
1612 IMA_STATUS status; local
1774 IMA_STATUS status; local
1850 IMA_STATUS status; local
2013 IMA_STATUS status; local
2091 IMA_STATUS status; local
2169 IMA_STATUS status; local
2230 IMA_STATUS status; local
2286 IMA_STATUS status; local
2371 IMA_STATUS status; local
2419 IMA_STATUS status; local
2466 IMA_STATUS status; local
2516 IMA_STATUS status; local
2567 IMA_STATUS status; local
2614 IMA_STATUS status; local
2665 IMA_STATUS status; local
2714 IMA_STATUS status; local
2765 IMA_STATUS status; local
2814 IMA_STATUS status; local
2865 IMA_STATUS status; local
2914 IMA_STATUS status; local
2965 IMA_STATUS status; local
3014 IMA_STATUS status; local
3066 IMA_STATUS status; local
3118 IMA_STATUS status; local
3169 IMA_STATUS status; local
3221 IMA_STATUS status; local
3272 IMA_STATUS status; local
3324 IMA_STATUS status; local
3375 IMA_STATUS status; local
3428 IMA_STATUS status; local
3481 IMA_STATUS status; local
3533 IMA_STATUS status; local
3617 IMA_STATUS status; local
3664 IMA_STATUS status; local
3727 IMA_STATUS status; local
3780 IMA_STATUS status; local
3832 IMA_STATUS status; local
3898 IMA_STATUS status; local
3980 IMA_STATUS status; local
4025 IMA_STATUS status; local
4111 IMA_STATUS status; local
4161 IMA_STATUS status; local
4211 IMA_STATUS status; local
4266 IMA_STATUS status; local
4317 IMA_STATUS status; local
4367 IMA_STATUS status; local
4502 IMA_STATUS status; local
4550 IMA_STATUS status; local
4598 IMA_STATUS status; local
4646 IMA_STATUS status; local
4693 IMA_STATUS status; local
4741 IMA_STATUS status; local
4789 IMA_STATUS status; local
4838 IMA_STATUS status; local
4925 IMA_STATUS status; local
4977 IMA_STATUS status; local
5025 IMA_STATUS status; local
5078 IMA_STATUS status; local
5137 IMA_STATUS status; local
5202 IMA_STATUS status; local
5266 IMA_STATUS status; local
5322 IMA_STATUS status; local
5367 IMA_STATUS status; local
5412 IMA_STATUS status; local
5460 IMA_STATUS status; local
5533 IMA_STATUS status; local
5613 IMA_STATUS status; local
5688 IMA_STATUS status; local
5772 IMA_STATUS status; local
5819 IMA_STATUS status; local
5868 IMA_STATUS status; local
5914 IMA_STATUS status; local
5972 IMA_STATUS status; local
6019 IMA_STATUS status; local
6070 IMA_STATUS status; local
6120 IMA_STATUS status; local
6177 IMA_STATUS status; local
6227 IMA_STATUS status; local
6284 IMA_STATUS status; local
6333 IMA_STATUS status; local
6381 IMA_STATUS status; local
6428 IMA_STATUS status; local
6475 IMA_STATUS status; local
6518 IMA_STATUS status; local
6562 IMA_STATUS status; local
6620 IMA_STATUS status; local
6775 IMA_STATUS status; local
6932 IMA_STATUS status; local
7082 IMA_STATUS status; local
7128 IMA_STATUS status; local
7178 IMA_STATUS status; local
7267 IMA_STATUS status; local
7316 IMA_STATUS status; local
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsamr_svc.c241 param->status = 0;
244 param->status = NT_SC_ERROR(NT_STATUS_NO_MEMORY);
265 param->status = 0;
286 param->status = NT_SC_ERROR(NT_STATUS_INVALID_PARAMETER);
292 param->status = NT_SC_ERROR(NT_STATUS_NO_SUCH_DOMAIN);
299 param->status = NT_SC_ERROR(NT_STATUS_NO_MEMORY);
303 param->status = NT_STATUS_SUCCESS;
311 * All we do here is validate the handle and set the status. The real
319 DWORD status; local
322 status
567 uint32_t status = NT_STATUS_SUCCESS; local
726 uint32_t status; local
818 uint32_t status; local
949 uint32_t status = NT_STATUS_SUCCESS; local
1008 uint32_t status = NT_STATUS_SUCCESS; local
1071 uint32_t status = NT_STATUS_SUCCESS; local
1242 DWORD status = NT_STATUS_SUCCESS; local
1374 DWORD status = NT_STATUS_SUCCESS; local
1437 uint32_t status; local
1515 uint32_t status = NT_STATUS_SUCCESS; local
1580 DWORD status = NT_STATUS_SUCCESS; local
1610 uint32_t status; local
1714 uint32_t status = NT_STATUS_SUCCESS; local
1897 uint32_t status = NT_STATUS_SUCCESS; local
1931 uint32_t status = NT_STATUS_SUCCESS; local
[all...]
H A Dlsalib.c69 * Return status:
85 uint32_t status; local
96 status = lsa_lookup_name_builtin(domain, name, info);
97 if (status == NT_STATUS_NOT_FOUND) {
98 status = smb_sam_lookup_name(domain, name, type, info);
99 if (status == NT_STATUS_SUCCESS)
100 return (status);
102 if ((domain == NULL) || (status == NT_STATUS_NOT_FOUND))
103 status = lsa_lookup_name_domain(domain_acct, info);
106 return ((status
117 uint32_t status; local
145 DWORD status; local
173 DWORD status; local
202 DWORD status; local
239 DWORD status; local
[all...]
H A Dsamr_clnt.c126 DWORD status; local
133 status = (*samr_connop[i])(server, domain, username,
136 if (status == NT_STATUS_SUCCESS)
160 DWORD status; local
164 status = NT_STATUS_SUCCESS;
171 status = NT_STATUS_UNSUCCESSFUL;
172 } else if (arg.status != 0) {
173 status = NT_SC_VALUE(arg.status);
179 status
203 DWORD status; local
240 DWORD status; local
284 DWORD status; local
362 DWORD status; local
413 DWORD status = NT_STATUS_SUCCESS; local
454 DWORD status; local
549 DWORD status = 0; local
647 DWORD status; local
691 uint32_t status; local
906 DWORD status; local
943 DWORD status = 0; local
[all...]
H A Dnetdfs.c185 uint32_t status; local
189 param->status = ERROR_ACCESS_DENIED;
194 param->status = ERROR_INVALID_PARAMETER;
205 param->status = ERROR_INVALID_PARAMETER;
209 status = dfs_path_parse(&path, uncpath, DFS_OBJECT_LINK, SMB_NS_DFS);
210 if (status != ERROR_SUCCESS) {
211 param->status = status;
215 status = smb_name_validate_rpath(path.p_unc.unc_path);
216 if (status !
246 uint32_t status; local
292 uint32_t status, stat; local
371 uint32_t status, stat; local
491 uint32_t status = ERROR_SUCCESS; local
760 uint32_t status; local
786 uint32_t status; local
819 uint32_t status; local
841 uint32_t status; local
866 uint32_t status; local
905 uint32_t status, flavor; local
1248 uint32_t status; local
[all...]
/osnet-11/usr/src/lib/libtsol/common/
H A Dprivlib.c48 int status; local
75 status = setppriv(op, PRIV_EFFECTIVE, priv_set);
77 return (status);
99 int status; local
125 status = setppriv(op, PRIV_INHERITABLE, priv_set);
127 return (status);
149 int status; local
175 status = setppriv(op, PRIV_PERMITTED, priv_set);
177 return (status);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/
H A Dmktemp.t54 my $status = unlink0($fh, $template);
55 if ($status) {
56 ok( $status );
76 $status = unlink0($fh, $fname);
78 if ($status) {
79 ok($status);
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c229 * input: dhcp_reply_t *: contains the status structure to print
237 dhcp_status_t *status; local
239 status = dhcp_ipc_get_data(reply, &reply_size, NULL);
241 return ("<Internal error: status msg size>\n");
244 status->if_name, dhcp_state_to_string(status->if_state),
245 status->if_sent, status->if_recv, status->if_bad_offers);
247 if (status
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dpfmt_print.c66 int i, status; local
108 if ((status = fputs(label, stream)) < 0)
110 length += status;
111 if ((status = fputs(colon, stream)) < 0)
113 length += status;
146 if ((status = fprintf(stream, psev, severity)) < 0)
148 length += status;
149 if ((status = fputs(colon, stream)) < 0)
151 length += status;
158 if ((status
[all...]

Completed in 2103 milliseconds

1234567891011>>