Searched refs:status (Results 301 - 325 of 2759) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cq.c53 ibt_status_t status; local
62 status = iser_ib_poll_send_completions(cq_hdl, iser_chan);
63 } while (status == IBT_SUCCESS);
65 if (status == IBT_CQ_EMPTY) {
67 status = ibt_enable_cq_notify(cq_hdl, IBT_NEXT_COMPLETION);
68 if (status != IBT_SUCCESS) {
71 "ibt_enable_cq_notify error (%d)", status);
77 status = iser_ib_poll_send_completions(
79 } while (status == IBT_SUCCESS);
93 ibt_status_t status; local
316 ibt_status_t status; local
352 int status; local
455 int status; local
581 iser_rx_pdu_cb(idm_pdu_t *pdu, idm_status_t status) argument
[all...]
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpmove.c57 papi_status_t status; local
60 status = papiJobMove(svc, src, id, dest);
61 if (status != PAPI_OK) {
62 mesg = (char *)verbose_papi_message(svc, status);
96 papi_status_t status; local
104 status = papiServiceCreate(&svc, printer, NULL, NULL,
106 if (status != PAPI_OK) {
109 printer, verbose_papi_message(svc, status));
122 status = papiPrinterPause(svc, printer, message);
123 if (status !
[all...]
H A Dlpc.c55 papi_status_t status; local
61 status = papiPrinterQuery(svc, destination, pattrs, NULL, &p);
62 if (status == PAPI_OK) {
99 verbose_papi_message(svc, status));
111 papi_status_t status; local
119 status = papiPrinterPause(svc, destination, "paused via lpc abort");
120 if (status == PAPI_OK) {
125 verbose_papi_message(svc, status));
134 papi_status_t status; local
143 status
166 papi_status_t status; local
187 papi_status_t status; local
219 papi_status_t status; local
240 papi_status_t status; local
261 papi_status_t status; local
401 papi_status_t status = PAPI_OK; local
427 papi_status_t status; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c73 int flag, status; local
104 status = hermon_umap_db_find(state->hs_instance, ddi_get_pid(),
106 if (status != DDI_SUCCESS) {
107 status = IBT_INVALID_PARAM;
119 status = hermon_rsrc_alloc(state, HERMON_SRQC, 1, sleepflag, &srqc);
120 if (status != DDI_SUCCESS) {
121 status = IBT_INSUFF_RESOURCE;
126 status = hermon_rsrc_alloc(state, HERMON_SRQHDL, 1, sleepflag, &rsrc);
127 if (status != DDI_SUCCESS) {
128 status
458 int status; local
604 int status; local
[all...]
H A Dhermon_agents.c65 int status; local
82 status = hermon_agent_list_init(state);
83 if (status != DDI_SUCCESS) {
101 status = hermon_agent_register_all(state);
102 if (status != DDI_SUCCESS) {
113 return (status);
124 int status; local
133 status = hermon_agent_unregister_all(state, state->hs_num_agents);
134 if (status != DDI_SUCCESS) {
166 int status; local
212 int status; local
263 int status; local
327 int status; local
692 int i, status, num_registered; local
749 int i, status; local
[all...]
H A Dhermon_mr.c108 int status; local
123 status = hermon_mr_common_reg(state, pd, &bind, mrhdl, op,
125 return (status);
139 int status; local
163 status = hermon_mr_common_reg(state, pd, &bind, mrhdl, op, mpt_type);
164 return (status);
186 int status, umem_flags; local
197 status = IBT_INVALID_PARAM;
212 status = hermon_rsrc_alloc(state, HERMON_DMPT, 1, sleep, &mpt);
213 if (status !
453 int status; local
661 int status; local
754 int status; local
990 int status; local
1081 int status; local
1111 int status; local
1152 int status, i; local
1231 int status; local
1354 int status; local
1485 int status, umem_flags, bind_override_addr; local
1838 int status; local
2028 int status; local
2179 int status; local
2241 int status; local
2272 int status; local
2389 int status; local
2705 int status; local
3101 int status; local
3193 int status; local
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_close.c68 int status; local
82 status = RET_SUCCESS;
85 status = RET_ERROR;
91 status = RET_ERROR;
94 status = RET_ERROR;
98 status = RET_ERROR;
100 return (status);
122 int status; local
158 status = (dbp->seq)(dbp, &key, &data, R_FIRST);
159 while (status
[all...]
H A Drec_delete.c73 int status; local
90 status = rec_rdelete(t, nrec);
97 status = rec_rdelete(t, t->bt_cursor.rcursor - 1);
98 if (status == RET_SUCCESS)
106 if (status == RET_SUCCESS)
108 return (status);
128 int status; local
136 status = __rec_dleaf(t, h, e->index);
137 if (status != RET_SUCCESS) {
139 return (status);
[all...]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_s1394if.c152 int status; local
174 status = hci1394_async_phy(soft_state->async, cmd_id, cmd_private,
176 if (status != DDI_SUCCESS) {
200 int status; local
222 status = hci1394_async_write(soft_state->async, cmd_id, cmd_private,
224 if (status != DDI_SUCCESS) {
249 int status; local
271 status = hci1394_async_read(soft_state->async, cmd_id, cmd_private,
273 if (status != DDI_SUCCESS) {
299 int status; local
347 int status; local
396 int status; local
447 int status; local
520 int status; local
563 int status; local
620 int status; local
669 int status; local
726 int status; local
787 int status; local
831 int status; local
924 int status; local
1028 int status; local
1153 int status; local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_sd.c107 uint32_t status = ERROR_SUCCESS; local
116 status = srvsvc_sd_set_absolute(sdbuf, &sd);
117 if (status != ERROR_SUCCESS) {
119 return (status);
122 status = smb_sd_write(path, &sd, SMB_DACL_SECINFO);
123 status = srvsvc_sd_status_to_error(status);
126 return (status);
149 uint32_t status = ERROR_SUCCESS; local
159 status
191 uint32_t status; local
272 uint32_t status = ERROR_SUCCESS; local
429 uint32_t status = ERROR_SUCCESS; local
515 srvsvc_sd_status_to_error(uint32_t status) argument
[all...]
H A Ddfs.c317 uint32_t status; local
358 if ((status = dfs_root_add(si.shr_path, &info)) != ERROR_SUCCESS) {
360 return (status);
363 status = srvsvc_shr_setdfsroot(&si, B_TRUE);
364 if (status == ERROR_SUCCESS) {
371 return (status);
383 uint32_t status; local
391 if ((status = dfs_root_remove(si.shr_path)) != ERROR_SUCCESS)
392 return (status);
394 status
454 uint32_t status = ERROR_INTERNAL_ERROR; local
484 uint32_t status = ERROR_SUCCESS; local
556 uint32_t status; local
635 uint32_t status, stat; local
692 uint32_t status; local
719 uint32_t status; local
810 uint32_t status; local
871 uint32_t status; local
940 uint32_t status = ERROR_SUCCESS; local
1145 uint32_t status = ERROR_INTERNAL_ERROR; local
1236 uint32_t status; local
1256 uint32_t status; local
1570 uint32_t status; local
1670 uint32_t status = ERROR_SUCCESS; local
1791 uint32_t status = ERROR_SUCCESS; local
1890 uint32_t status = ERROR_SUCCESS; local
[all...]
H A Dlsar_clnt.c90 * Returns 0 or NT status (Raw, not LSA-ized)
96 DWORD status; local
104 status = lsar_open_policy2(server, domain, username, domain_handle);
106 return (status);
118 * Returns 0 or NT status (Raw, not LSA-ized)
125 DWORD status; local
129 status = ndr_rpc_bind(lsa_handle, server, domain, user, "LSARPC");
130 if (status != 0)
131 return (status);
139 status
305 DWORD status; local
390 uint32_t status = NT_STATUS_INVALID_PARAMETER; local
492 uint32_t status = NT_STATUS_SUCCESS; local
546 uint32_t status = NT_STATUS_SUCCESS; local
601 uint32_t status = NT_STATUS_SUCCESS; local
663 uint32_t status = NT_STATUS_SUCCESS; local
719 uint32_t status; local
759 uint32_t status = NT_STATUS_SUCCESS; local
819 uint32_t status = NT_STATUS_SUCCESS; local
887 uint32_t status = NT_STATUS_SUCCESS; local
960 DWORD status; local
1033 DWORD status; local
1077 DWORD status; local
1247 DWORD status; local
[all...]
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c242 HBA_LIBRARY_STATUS status; /* info on this library */ member in struct:hba_library_info
295 HBA_STATUS GNstatus; /* status from GetAdapterNameFunc */
445 if (lib_infop->status != HBA_LIBRARY_LOADED) {
457 status = HBA_CheckLibrary(handle, &lib_infop, &vendorHandle);\
458 if (status != HBA_STATUS_OK) { \
459 return (status); \
463 status = HBA_CheckLibrary(handle, &lib_infop, &vendorHandle); \
464 if (status != HBA_STATUS_OK) { \
465 return (status); \
506 HBA_STATUS status local
678 HBA_STATUS status; local
1160 HBA_STATUS status; local
1300 HBA_STATUS status; local
1492 HBA_STATUS status; local
1642 HBA_STATUS status; local
1683 HBA_STATUS status = HBA_STATUS_OK; local
1867 HBA_STATUS status; local
1958 HBA_STATUS status; local
2052 HBA_STATUS status; local
2152 HBA_STATUS status; local
2249 HBA_STATUS status; local
2310 HBA_STATUS status; local
2333 HBA_STATUS status; local
2362 HBA_STATUS status; local
2392 HBA_STATUS status; local
2423 HBA_STATUS status; local
2454 HBA_STATUS status; local
2486 HBA_STATUS status; local
2521 HBA_STATUS status; local
2549 HBA_STATUS status; local
2575 HBA_STATUS status; local
2595 HBA_STATUS status; local
2621 HBA_STATUS status; local
2653 HBA_STATUS status; local
2674 HBA_STATUS status; local
2695 HBA_STATUS status; local
2720 HBA_STATUS status; local
2748 HBA_STATUS status; local
2770 HBA_STATUS status; local
2807 HBA_STATUS status; local
2842 HBA_STATUS status; local
2878 HBA_STATUS status; local
2911 HBA_STATUS status; local
2946 HBA_STATUS status; local
2980 HBA_STATUS status; local
3015 HBA_STATUS status; local
3046 HBA_STATUS status; local
3076 HBA_STATUS status; local
3102 HBA_STATUS status; local
3132 HBA_STATUS status; local
3157 HBA_STATUS status; local
3183 HBA_STATUS status; local
3209 HBA_STATUS status; local
3235 HBA_STATUS status; local
3262 HBA_STATUS status; local
3290 HBA_STATUS status; local
3315 HBA_STATUS status; local
3342 HBA_STATUS status; local
3369 HBA_STATUS status; local
3602 HBA_STATUS status; local
3626 HBA_STATUS status; local
3651 HBA_STATUS status; local
3676 HBA_STATUS status; local
3705 HBA_STATUS status; local
3735 HBA_STATUS status; local
3763 HBA_STATUS status; local
3790 HBA_STATUS status; local
3817 HBA_STATUS status; local
3846 HBA_STATUS status; local
3875 HBA_STATUS status; local
3902 HBA_STATUS status; local
3931 HBA_STATUS status; local
3960 HBA_STATUS status; local
3988 HBA_STATUS status; local
4017 HBA_STATUS status; local
4046 HBA_STATUS status; local
4074 HBA_STATUS status; local
4103 HBA_STATUS status; local
4137 HBA_STATUS status; local
4172 HBA_STATUS status; local
4208 HBA_STATUS status; local
4240 HBA_STATUS status; local
4273 HBA_STATUS status; local
4305 HBA_STATUS status; local
4383 HBA_STATUS status = HBA_STATUS_OK; local
4557 HBA_STATUS status; local
4647 HBA_STATUS status; local
4742 HBA_STATUS status; local
4838 HBA_STATUS status; local
4936 HBA_STATUS status; local
[all...]
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c425 HBA_STATUS status; local
437 status = HBA_GetAdapterAttributes(handle, &attrs);
438 while ((status == HBA_STATUS_ERROR_TRY_AGAIN ||
439 status == HBA_STATUS_ERROR_BUSY) &&
441 status = HBA_GetAdapterAttributes(handle, &attrs);
442 if (status == HBA_STATUS_OK) {
447 if (status != HBA_STATUS_OK) {
453 status = HBA_GetAdapterPortAttributes(handle,
456 while ((status == HBA_STATUS_ERROR_TRY_AGAIN ||
457 status
508 HBA_STATUS status; local
621 HBA_STATUS status; local
780 HBA_STATUS status; local
954 HBA_STATUS status; local
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c114 int status = 0; local
122 status = mboxsc_init(IOSRAM_KEY_SCMD, MBOXSC_MBOX_IN, NULL);
124 if (status != 0) {
126 " MBOXSC_MBOX_IN, errno = %d", status);
130 status = mboxsc_init(IOSRAM_KEY_MDSC, MBOXSC_MBOX_OUT, NULL);
131 if (status != 0) {
134 " MBOXSC_MBOX_OUT, errno = %d", status);
140 status = man_path_discovery();
141 if (status != 0) {
148 return (status);
165 int status = 0; local
254 int status = 0; local
296 int status = 0; local
351 int status = 0; local
418 int status = 0; local
493 int status; local
550 int status = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c209 s32 status; local
215 status = hw->mac.ops.stop_adapter(hw);
216 if (status != IXGBE_SUCCESS)
237 status = IXGBE_ERR_RESET_FAILED;
287 return status;
381 s32 status = IXGBE_SUCCESS; local
386 status = ixgbe_read_eerd_generic(hw, offset, data);
389 status = IXGBE_ERR_SWFW_SYNC;
392 return status;
407 s32 status local
432 s32 status = IXGBE_SUCCESS; local
458 s32 status = IXGBE_SUCCESS; local
562 s32 status; local
624 s32 status; local
673 s32 status; local
721 s32 status = IXGBE_ERR_EEPROM; local
871 s32 status = IXGBE_ERR_EEPROM; local
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_allocate.c87 audit_allocate_record(status)
88 char status; /* success failure of operation */
96 (void) printf("audit_allocate_record(%d)\n", status);
104 if (!status)
110 if (!status)
117 if (status)
138 if (!status)
145 if (status)
146 (void) au_write(ad, au_to_exit(status, -1));
153 if (!status)
[all...]
/illumos-gate/usr/src/lib/libgss/
H A Dg_imp_sec_context.c80 OM_uint32 status; local
86 status = val_imp_sec_ctx_args(minor_status,
88 if (status != GSS_S_COMPLETE)
89 return (status);
92 status = GSS_S_FAILURE;
136 status = GSS_S_BAD_MECH;
140 status = GSS_S_UNAVAILABLE;
144 status = mech->gss_import_sec_context(mech->context, minor_status,
147 if (status == GSS_S_COMPLETE) {
162 return (status);
[all...]
/illumos-gate/usr/src/lib/libima/common/
H A Dsunima-lib.c48 IMA_STATUS status; local
64 status = IMA_ERROR_OBJECT_NOT_FOUND;
68 status = IMA_ERROR_UNEXPECTED_OS_ERROR;
76 status = PassFunc(oid, param);
83 return (status);
91 IMA_STATUS status; local
107 status = IMA_ERROR_OBJECT_NOT_FOUND;
109 status = IMA_ERROR_UNEXPECTED_OS_ERROR;
118 status = PassFunc(oid, param);
125 return (status);
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dmenu_defect.c120 int status; local
154 status = (*cur_ops->op_ex_man)(&work_list);
155 if (status)
168 * Return status.
170 return (status);
180 int status; local
223 status = (*cur_ops->op_ex_cur)(&work_list);
224 if (status) {
230 status = 0;
252 * Return status
541 int i, status = 0; local
614 int i, items, status = 0, count, cksum; local
775 int status; local
850 int status; local
902 int status; local
945 int status; local
988 int status; local
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dllsrpc.ndl67 OUT DWORD status;
74 OUT DWORD status;
82 OUT DWORD status;
90 OUT DWORD status;
100 OUT DWORD status;
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dvybrid-quartz.dts43 status = "okay";
47 status = "okay";
61 status = "okay";
65 status = "okay";
106 status = "okay";
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ndpd.c83 ipadm_status_t status; local
90 status = i_ipadm_create_linklocal(iph, addr);
91 if (status != IPADM_SUCCESS)
92 return (status);
100 status = i_ipadm_send_ndpd_cmd(addr->ipadm_ifname, addr,
102 if (status != IPADM_SUCCESS &&
103 status != IPADM_NDPD_NOT_RUNNING) {
105 return (status);
110 status = i_ipadm_addr_persist(iph, addr, B_FALSE, i_flags);
111 if (status !
123 ipadm_status_t status; local
146 ipadm_status_t status; local
[all...]
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssdtest.c303 strcmp(cmd, "status") == 0)
339 OM_UINT32 status, minor_status; local
381 if ((status = gss_import_name(&minor_status, &name,
386 status, gettext("gss_acquire_cred error"));
419 status = kgss_acquire_cred(
430 /* store major and minor status for gss_display_status() call */
432 gss_major_code = status;
435 if (status == GSS_S_COMPLETE) {
463 status = kgss_inquire_cred(
472 if (status !
518 OM_UINT32 status, minor_status; local
735 OM_UINT32 status; local
772 OM_uint32 status; local
1022 OM_UINT32 status; local
1235 OM_UINT32 status; local
1294 OM_UINT32 status; local
1368 OM_UINT32 status; local
1446 OM_UINT32 status, minor_status; local
1520 OM_UINT32 status; local
1613 OM_UINT32 status; local
1688 OM_UINT32 status; local
1761 OM_UINT32 status; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf.c56 int status = IBMF_SUCCESS; local
72 status = IBMF_INVALID_ARG;
80 status = IBMF_BAD_VERSION;
89 status = IBMF_BAD_FLAGS;
94 status = ibmf_i_validate_class_mask(client_infop);
95 if (status != IBMF_SUCCESS) {
104 status = ibmf_i_validate_ci_guid_and_port(client_infop->ir_ci_guid,
106 if (status != IBMF_SUCCESS) {
113 status = ibmf_i_get_ci(client_infop, &ibmf_cip);
114 if (status !
230 int status = IBMF_SUCCESS; local
341 int status = IBMF_SUCCESS; local
457 int status = IBMF_SUCCESS; local
600 int status = IBMF_SUCCESS; local
695 int status = IBMF_SUCCESS; local
846 int status = IBMF_SUCCESS; local
1084 int status = IBMF_SUCCESS; local
1193 int status = IBMF_SUCCESS; local
1290 int status = IBMF_SUCCESS; local
1389 int status = IBMF_SUCCESS; local
[all...]

Completed in 145 milliseconds

<<11121314151617181920>>