Searched refs:status (Results 101 - 125 of 695) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_ipool.h48 extern char *zjni_pool_status_to_str(zpool_status_t status);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_admin.c104 md_error_t status = mdnullerror; local
106 fd = open_admin(&status);
129 md_error_t status = mdnullerror; local
131 fd = open_admin(&status);
/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcScsiReportLUNsV2.cc51 * @param scsiStatus User-allocated scsi status byte
63 HBA_STATUS status = HBA_STATUS_OK; local
78 status = HBA_STATUS_ERROR_BUSY;
82 status = HBA_STATUS_ERROR_TRY_AGAIN;
92 return (status);
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetSASPhyAttributes.c36 HBA_STATUS status = HBA_STATUS_OK; local
55 status = verifyAdapter(hba_ptr);
56 if (status != HBA_STATUS_OK) {
59 return (status);
H A DSun_sasScsiReportLUNs.c36 HBA_UINT32 status; local
56 status = send_uscsi_cmd(devpath, &ucmd_buf);
58 return (status);
71 HBA_STATUS status; local
101 log(LOG_DEBUG, ROUTINE, "NULL scsi status");
116 status = verifyAdapter(hba_ptr);
117 if (status != HBA_STATUS_OK) {
121 return (status);
191 status = SendScsiReportLUNs(
203 return (status);
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsrvsvc_svc.c30 * This service uses NERR/Win32 error codes rather than NT status
238 DWORD status = ERROR_SUCCESS; local
241 status = ERROR_ACCESS_DENIED;
248 param->status = ERROR_SUCCESS;
272 status = srvsvc_netconnectenum_level0(mxa, &se, param);
275 status = srvsvc_netconnectenum_level1(mxa, &se, param);
278 status = ERROR_NOT_SUPPORTED;
281 status = ERROR_INVALID_LEVEL;
285 if (status != ERROR_SUCCESS)
290 status
576 DWORD status; local
858 DWORD status; local
1028 uint32_t status; local
1080 DWORD status; local
1400 DWORD status = ERROR_SUCCESS; local
1976 uint32_t status; local
2161 DWORD status = ERROR_SUCCESS; local
2833 uint32_t status = NERR_Success; local
[all...]
H A Dnetr_svc.c93 param->status = NT_SC_ERROR(NT_STATUS_ACCESS_DENIED);
107 param->status = NT_SC_ERROR(NT_STATUS_ACCESS_DENIED);
121 param->status = NT_SC_ERROR(NT_STATUS_ACCESS_DENIED);
135 param->status = NT_SC_ERROR(NT_STATUS_ACCESS_DENIED);
149 param->status = NT_SC_ERROR(NT_STATUS_ACCESS_DENIED);
186 * must be zero to correctly decode the status.
H A Ddssetup_svc.c108 uint32_t status; local
113 status = NT_STATUS_NO_MEMORY;
115 status = NT_STATUS_INVALID_LEVEL;
123 status = dssetup_member_server(info1, mxa);
125 status = dssetup_standalone_server(info1, mxa);
128 if (status != NT_STATUS_SUCCESS) {
130 param->status = NT_SC_ERROR(status);
133 param->status = NT_STATUS_SUCCESS;
/osnet-11/usr/src/lib/libgss/
H A Dg_exp_sec_context.c79 OM_uint32 status; local
86 status = val_exp_sec_ctx_args(minor_status,
88 if (status != GSS_S_COMPLETE)
89 return (status);
103 status = mech->gss_export_sec_context(minor_status,
105 if (status != GSS_S_COMPLETE) {
107 return (status);
H A Dg_glue.c307 OM_uint32 status; local
313 status = mech->gss_import_name(
318 if (status != GSS_S_COMPLETE)
321 status = GSS_S_UNAVAILABLE;
323 return (status);
337 OM_uint32 status; local
353 status = mech->gss_export_name(
357 if (status != GSS_S_COMPLETE)
359 return (status);
389 if ((status
460 OM_uint32 status; local
488 OM_uint32 status; local
517 OM_uint32 status; local
[all...]
H A Dg_dsp_status.c80 /* we handle major status codes, and the mechs do the minor */
86 * must be the minor status - let mechs do the work
92 * In this version, we only handle status codes that have been
110 OM_uint32 m_status = 0, status; local
121 status = gssint_g_display_com_err_status(minor_status,
124 if (status != GSS_S_COMPLETE)
126 return (status);
169 displayMajor(status, msgCtxt, outStr)
170 OM_uint32 status;
179 if (status
[all...]
/osnet-11/usr/src/lib/efcode/efdaemon/
H A Defdaemon.c57 int c, fd, nbytes, status; local
158 tpid = wait(&status);
164 " got %d, status: %x\n", pid, tpid, status);
165 else if (status) {
166 syslog(LOG_ERR, "Wait pid: %d status: %x\n",
167 pid, status);
168 if (WIFEXITED(status) &&
169 (WEXITSTATUS(status) == 1)) {
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_pname.c44 uu_die_internal(int status, const char *format, va_list alist) __NORETURN;
114 uu_die_internal(int status, const char *format, va_list alist) argument
128 exit(status);
149 uu_vxdie(int status, const char *format, va_list alist) argument
151 uu_die_internal(status, format, alist);
156 uu_xdie(int status, const char *format, ...) argument
160 uu_die_internal(status, format, alist);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_seq.c69 int status; local
113 (status = t->bt_irec(t, nrec)) != RET_SUCCESS)
114 return (status);
125 status = __rec_ret(t, e, nrec, key, data);
130 return (status);
/osnet-11/usr/src/lib/libdladm/common/
H A Dpropfuncs.c121 dladm_status_t status; local
146 status = DLADM_STATUS_NOMEM;
178 status = DLADM_STATUS_NOMEM;
195 *statusp = status;
260 dladm_status_t status = DLADM_STATUS_OK; local
284 status = (*lsp->ls_initop)(handle, lsp->ls_name, lip->li_name,
292 if (status != DLADM_STATUS_OK)
293 *statusp = status;
472 dladm_status_t status = DLADM_STATUS_OK; local
487 cont = process_prop_line(handle, lsp, buf, &status);
520 dladm_status_t status; local
582 dladm_status_t status; local
625 dladm_status_t status = DLADM_STATUS_OK; local
[all...]
H A Dsecobj.c130 dladm_status_t status = DLADM_STATUS_OK; local
158 status = dladm_errno2status(errno);
160 if (status != DLADM_STATUS_OK)
161 return (status);
165 status = i_dladm_set_secobj_db(handle, obj_name, class,
168 return (status);
176 dladm_status_t status = DLADM_STATUS_OK; local
196 status = dladm_errno2status(errno);
206 return (status);
212 dladm_status_t status local
242 dladm_status_t status = DLADM_STATUS_OK; local
504 dladm_status_t status = DLADM_STATUS_OK; local
604 dladm_status_t status; local
[all...]
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_iscsi.c72 IMA_STATUS status = IMA_GetLhbaOidList(&lhbaList); local
73 if (!IMA_SUCCESS(status)) {
96 IMA_STATUS status; local
99 status = IMA_GetDiscoveryProperties(lhba, &dprops);
100 if (!IMA_SUCCESS(status)) {
110 status = IMA_SetSendTargetsDiscovery(lhba, IMA_TRUE);
111 if (!IMA_SUCCESS(status)) {
130 IMA_STATUS status; local
196 status = IMA_AddDiscoveryAddress(lhba, tgtaddr,
198 if (!IMA_SUCCESS(status)) {
226 IMA_STATUS status; local
255 IMA_STATUS status; local
524 IMA_STATUS status; local
552 IMA_STATUS status; local
671 IMA_STATUS status; local
715 IMA_STATUS status; local
[all...]
/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_prop.c302 lldp_status_t status = LLDP_STATUS_NOTSUP; local
305 return (status);
340 lldp_status_t status = LLDP_STATUS_NOTSUP; local
344 status = i_lldp_getvalue_from_daemon(laname, pdp, pval,
349 status = LLDP_STATUS_OK;
352 return (status);
359 lldp_status_t status; local
363 status = i_lldp_setvalue_in_daemon(laname, pdp, lpval, flags);
364 if (status == LLDP_STATUS_NOTFOUND && (flags & LLDP_OPT_DEFAULT) != 0)
365 status
375 lldp_status_t status; local
392 lldp_status_t status = LLDP_STATUS_NOTSUP; local
425 lldp_status_t status = LLDP_STATUS_NOTSUP; local
437 lldp_status_t status; local
455 lldp_status_t status = LLDP_STATUS_NOTSUP; local
480 lldp_status_t status = LLDP_STATUS_OK; local
505 lldp_status_t status = LLDP_STATUS_NOTSUP; local
517 lldp_status_t status; local
532 lldp_status_t status = LLDP_STATUS_NOTSUP; local
732 lldp_status_t status = LLDP_STATUS_OK; local
1076 lldp_status_t status; local
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_sd.c202 uint32_t status = NT_STATUS_SUCCESS; local
215 status = smb_sd_fromfs(&fs_sd, sd);
218 return (status);
231 uint32_t status = NT_STATUS_SUCCESS; local
243 status = NT_STATUS_INTERNAL_ERROR;
245 return (status);
258 uint32_t status = NT_STATUS_SUCCESS; local
271 status = smb_sd_write_acl(si, &fs_sd);
274 return (status);
287 uint32_t status local
375 uint32_t status = NT_STATUS_SUCCESS; local
[all...]
/osnet-11/usr/src/lib/libipadm/common/
H A Dlibipadm.c178 * Returns a message string for the given libipadm error status.
181 ipadm_status2str(ipadm_status_t status) argument
186 if (status == ipadm_errors[i].error_code)
239 ipadm_status_t status = IPADM_SUCCESS; local
320 return (status);
323 status = ipadm_errno2status(errno);
325 return (status);
437 * announce the new address added and its flag status.
505 ipadm_status_t status; local
509 status
748 ipadm_status_t status = IPADM_SUCCESS; local
794 ipadm_status_t status = IPADM_SUCCESS; local
872 ipadm_status_t status; local
976 ipadm_status_t status; local
1141 ipadm_status_t status; local
[all...]
/osnet-11/usr/src/lib/udapl/libdat/include/dat/
H A Ddat_error.h82 #define DAT_IS_WARNING(status) ((DAT_UINT32)(status) & DAT_CLASS_WARNING)
84 #define DAT_GET_TYPE(status) ((DAT_UINT32)(status) & DAT_TYPE_MASK)
85 #define DAT_GET_SUBTYPE(status) ((DAT_UINT32)(status) & DAT_SUBTYPE_MASK)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpnic.c39 * automatically printed. Returns the PNIC status code.
53 uint16_t status; local
66 /* Retrieve status */
67 status = inw ( nic->ioaddr + PNIC_REG_STAT );
92 return status;
100 uint16_t status = pnic_command_quiet ( nic, command, local
104 if ( status == PNIC_STATUS_OK ) return status;
105 printf ( "PNIC command %#hx (len %#hx) failed with status %#hx\n",
106 command, input_length, status );
218 uint16_t status; local
[all...]
/osnet-11/usr/src/lib/pam_modules/dhkeys/
H A Dkey_call_uid.c82 enum clnt_stat status; local
133 status = CLNT_CALL(clnt, proc, xdr_arg, arg, xdr_rslt,
139 return (status == RPC_SUCCESS ? 1 : 0);
145 keystatus status; local
148 (char *)arg, xdr_keystatus, (char *)&status, uid, gid)) {
151 if (status != KEY_SUCCESS) {
164 keystatus status; local
219 (char *)&arg, xdr_keystatus, (char *)&status, uid, gid)) {
223 if (status != KEY_SUCCESS) {
224 /* debug("key_setnet3 status i
258 keystatus status; local
[all...]
/osnet-11/usr/src/lib/libcontract/common/
H A Dlibcontract.c232 * Common status routines
247 info->status.ctst_detail = detail;
250 info->status.ctst_nbytes = status_nbytes;
251 info->status.ctst_buffer = status_buffer;
253 error = ioctl(fd, CT_SSTATUS, &info->status);
257 if (info->status.ctst_nbytes <= status_nbytes)
262 status_nbytes = info->status.ctst_nbytes;
267 if ((errno = nvlist_unpack(info->status.ctst_buffer,
268 info->status.ctst_nbytes, &info->nvl, 0)) != 0)
275 info->status
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c110 int status; local
129 status = __bt_seqadv(t, &e, flags);
136 status = __bt_seqset(t, &e, key, flags);
143 if (status == RET_SUCCESS) {
146 status =
158 return (status);
581 int status; local
586 status = bt_rcgrowstk(rc);
587 if (status != RET_SUCCESS)
588 return status;
641 int status; local
730 int status; local
827 int status; local
[all...]

Completed in 58 milliseconds

1234567891011>>