Searched defs:status (Results 226 - 250 of 1989) sorted by relevance

1234567891011>>

/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);
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);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_provider.c168 DAT_RETURN status; local
170 status = DAT_SUCCESS;
176 status = DAT_ERROR(DAT_INSUFFICIENT_RESOURCES,
188 status = DAT_ERROR(DAT_INSUFFICIENT_RESOURCES,
201 if (DAT_SUCCESS != status) {
213 return (status);
246 DAT_RETURN status; local
249 status = DAT_SUCCESS;
255 status = DAT_ERROR(DAT_INSUFFICIENT_RESOURCES,
263 status
306 DAT_RETURN status; local
333 DAT_RETURN status; local
[all...]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dgetdents.c90 enum clnt_stat status; local
134 status = CLNT_CALL(root_CLIENT, NFSPROC_READDIR,
138 if (status != RPC_SUCCESS) {
142 if (res.status != NFS_OK) {
148 nfs_error(res.status);
H A Dgetdents3.c91 enum clnt_stat status; local
135 status = CLNT_CALL(root_CLIENT, NFSPROC3_READDIR,
139 if (status != RPC_SUCCESS) {
143 if (res.status != NFS3_OK) {
149 nfs3_error(res.status);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_zcp.c121 nxge_status_t status = NXGE_OK; local
225 if ((status = nxge_ipp_eccue_valid_check(nxgep,
227 return (status);
265 status = nxge_zcp_fatal_err_recover(nxgep);
266 if (status == NXGE_OK) {
270 return (status);
393 nxge_status_t status = NXGE_OK; local
470 if ((status = nxge_rx_mac_init(nxgep)) != NXGE_OK)
483 return (status | rs);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_get.c74 int status; local
97 if ((status = t->bt_irec(t, nrec)) != RET_SUCCESS)
98 return (status);
105 status = __rec_ret(t, e, 0, NULL, data);
110 return (status);
H A Drec_put.c73 int status; local
170 if ((status = __rec_iput(t, nrec - 1, &fdata, flags)) != RET_SUCCESS)
171 return (status);
204 int dflags, status; local
262 status = __bt_split(t, h, NULL, data, dflags, nbytes, idx);
263 if (status == RET_SUCCESS)
265 return (status);
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfpoll.c42 reg int *status, *check; local
47 if(!(status = (int*)malloc(2*n*sizeof(int))) )
49 check = status+n; /* streams that need polling */
62 status[r] = 0;
70 status[r] |= SF_READ;
73 status[r] |= SF_WRITE;
75 if((f->flags&SF_RDWR) == status[r])
83 { status[r] = m&SF_RDWR;
92 status[r] |= SF_READ;
94 status[
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_error.c233 int status,
240 switch (status) {
303 errnum = (md_mddb_errno_t)status;
231 mddbstatus2error( md_error_t *ep, int status, minor_t mnum, set_t setno ) argument
/illumos-gate/usr/src/cmd/login/
H A Dlogin_audit.c122 int status; /* wait status */ local
191 while (pid != waitpid(pid, &status, 0))
197 exit(WEXITSTATUS(status));
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dppd.c87 papi_status_t status = PAPI_OK; local
100 while ((status == PAPI_OK) &&
140 status = papiAttributeListAddString(attributes,
144 status = papiAttributeListAddString(attributes,
148 status = papiAttributeListAddString(attributes,
152 status = papiAttributeListAddString(attributes,
156 status = papiAttributeListAddString(attributes,
163 return (status);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnetstack.c56 int status; local
67 status = wsp->walk_callback(wsp->walk_addr, &nss,
70 if (status != WALK_NEXT)
71 return (status);
74 return (status);
H A Dhotplug.c114 int status; local
137 status = mdb_pwalk("devinfo", (mdb_walk_cb_t)hotplug_print,
139 if (status == -1) {
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmicrofind.c84 unsigned char status; local
108 * Latch the counter value and status for counter 0 with the read
115 * in order: the status byte, followed by the low byte and high
118 status = inb(PITCTR0_PORT);
124 * flag in the status byte is set when we load a value, and cleared
127 if (status & (1 << PITSTAT_NULLCNT)) {
142 if (status & (1 << PITSTAT_OUTPUT)) {
/illumos-gate/usr/src/lib/libads/common/
H A Ddsgetdc.c104 if (res.status != 0)
105 return (res.status);
132 uint32_t status; local
135 status = _DsGetDcName(ComputerName, DomainName, DomainGuid,
138 switch (status) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_read.c41 uint32_t status; local
66 status = smb2sr_lookup_fid(sr, &smb2fid);
67 if (status) {
68 smb2sr_put_error(sr, status);
H A Dsmb2_session_setup.c42 uint32_t status; local
86 status = smb_authenticate_ext(sr);
92 switch (status) {
108 sr->smb2_status = status;
113 sr->smb2_status = status;
H A Dsmb2_write.c39 uint32_t status; local
66 status = smb2sr_lookup_fid(sr, &smb2fid);
67 if (status) {
68 smb2sr_put_error(sr, status);
H A Dsmb_create.c183 uint32_t status; local
204 status = smb_common_open(sr);
211 if (status)
212 smbsr_status(sr, status, 0, 0);
214 return (status);
H A Dsmb_nt_transact_create.c61 uint32_t status; local
105 status = smb_decode_sd(&xa->req_data_mb, &sd);
106 if (status != NT_STATUS_SUCCESS) {
107 smbsr_error(sr, status, 0, 0);
146 uint32_t status; local
188 status = smb_common_open(sr);
189 if (status != NT_STATUS_SUCCESS) {
190 smbsr_status(sr, status, 0, 0);
H A Dsmb_open_andx.c247 uint32_t status; local
275 status = smb_common_open(sr);
276 if (status != NT_STATUS_SUCCESS) {
277 smbsr_status(sr, status, 0, 0);
378 uint32_t status; local
403 status = smb_common_open(sr);
404 if (status != NT_STATUS_SUCCESS) {
405 smbsr_status(sr, status, 0, 0);
485 uint32_t status; local
525 status
[all...]
H A Dsmb_rename.c94 uint32_t status; local
109 status = smb_common_rename(sr, src_fqi, dst_fqi);
110 if (status != 0) {
111 smbsr_error(sr, status, 0, 0);
168 uint32_t status; local
191 status = smb_make_link(sr, src_fqi, dst_fqi);
195 status = smb_common_rename(sr, src_fqi, dst_fqi);
198 status = NT_STATUS_INVALID_PARAMETER;
201 status = NT_STATUS_ACCESS_DENIED;
205 if (status !
[all...]
H A Dsmb_tree_connect.c30 smb_tcon_puterror(smb_request_t *sr, uint32_t status) argument
33 switch (status) {
36 /* Intentional status=0 */
41 smbsr_error(sr, status, ERRSRV, ERRaccess);
45 smbsr_error(sr, status, ERRDOS, ERROR_BAD_DEV_TYPE);
50 /* Intentional status=0 */
118 uint32_t status; local
121 status = smb_tree_connect(sr);
122 if (status) {
123 smb_tcon_puterror(sr, status);
311 uint32_t status; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot_module.h91 /* status outputs information about the probed devices. */
92 void (*status)(void); member in struct:boot_module_t

Completed in 93 milliseconds

1234567891011>>