Searched defs:status (Results 301 - 325 of 1989) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/fs.d/ufs/clri/
H A Dclri.c69 static int status; variable
151 status = 1;
157 status = 1;
165 status = 1;
168 if (status)
169 return (status+31);
196 if (status)
197 return (status+31);
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd.c58 static void daemonize_ready(unsigned char status);
246 unsigned char status = 1; local
269 (void) read(pipe_fds[0], &status, sizeof (status));
270 exit(status);
279 daemonize_ready(unsigned char status) argument
284 (void) write(write_pipe_fd, &status, sizeof (status));
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddsapi.c80 int status; local
89 status = TARGET_func(_add_obj)(obj);
100 return (status);
108 int status; local
117 status = TARGET_func(_modify_obj)(obj);
128 return (status);
136 int status; local
145 status = TARGET_func(_delete_obj)(obj);
156 return (status);
164 int status; local
191 int status; local
222 int status; local
[all...]
H A Dserver.c62 int status = 0; local
77 while (status == 0 &&
152 status = conn->handler(conn);
156 switch (status) {
161 status = isns_response(conn);
164 "Response status: %d.", status);
185 status = 0;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddebug.c57 rtld_stat_t status; local
143 (void) rtld_fstat(dbg_fd, &status);
144 dbg_dev = status.st_dev;
145 dbg_ino = status.st_ino;
217 rtld_stat_t status; local
240 if ((rtld_fstat(dbg_fd, &status) == -1) ||
241 (status.st_dev != dbg_dev) ||
242 (status.st_ino != dbg_ino)) {
264 (void) rtld_fstat(dbg_fd, &status);
265 dbg_dev = status
[all...]
/illumos-gate/usr/src/cmd/ldmad/
H A Dldma_device.c75 ldma_request_status_t status; local
84 status = LDMA_REQ_INVALID;
90 status = LDMA_REQ_FAILED;
102 status = LDMA_REQ_FAILED;
125 status = LDMA_REQ_COMPLETED;
129 status = LDMA_REQ_INVALID;
134 status = LDMA_REQ_FAILED;
141 status = LDMA_REQ_COMPLETED;
182 if (status != LDMA_REQ_COMPLETED) {
193 (path)? path : "<none>", status);
219 ldma_request_status_t status; local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c96 long status; local
113 /* obtain file status of source file */
163 status = copyFile(srcFd, dstFd, a_srcPath, a_dstPath, &srcStatbuf, 0);
168 if (status != 0) {
/illumos-gate/usr/src/cmd/syslogd/
H A Dconf.c106 int status; local
108 while (waitpid(pid, &status, 0) == -1) {
/illumos-gate/usr/src/cmd/tic/
H A Dtic_main.c222 syserr_abort("mkdir %s returned bad status", dir);
256 int status; local
271 (void) wait(&status);
272 if ((status != 0) || (chmod(dirname, mode) == -1))
/illumos-gate/usr/src/cmd/time/
H A Dtime.c70 int status; local
119 while (wait(&status) != p);
120 if ((status & 0377) != '\0')
136 return ((status & 0xff00)
137 ? (status >> 8)
138 : ((status & 0x00ff) ? ((status & ~WCOREFLG) | 0200) : 0));
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c411 if ((child = vfork()) != 0) { /* parent, wait for child status */
412 int status; /* child status */ local
414 (void) waitpid(child, &status, 0); /* wait for child */
415 dprintf("setupfiles copy child returned %x\n", status);
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_misc.c54 int status; local
73 status = DDI_SUCCESS;
80 status = DDI_SUCCESS;
86 status = DDI_FAILURE;
90 return (status);
H A Dhci1394_vendor.c83 int status; local
112 status = hci1394_rio_init(vendor);
113 if (status != DDI_SUCCESS) {
191 int status; local
210 status = hci1394_rio_resume(vendor_handle);
211 if (status != DDI_SUCCESS) {
332 int status; local
342 status = ddi_regs_map_setup(vendor->ve_drvinfo->di_dip, RIOREG_REG_BASE,
346 if (status != DDI_SUCCESS) {
358 status
389 int status; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbeep.c300 int status = 0; local
320 status = ENXIO;
335 status = EBUSY;
340 BEEP_DEBUG1((CE_CONT, "beeper_on : done, status %d.", status));
342 return (status);
350 int status = 0; local
364 status = ENXIO;
389 status = EAGAIN;
416 status
503 int status; local
[all...]
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetPhyStatistics.c36 HBA_STATUS status = HBA_STATUS_OK; local
75 status = verifyAdapter(hba_ptr);
76 if (status != HBA_STATUS_OK) {
80 return (status);
H A DSun_sasScsiReportLUNs.c37 HBA_UINT32 status; local
57 status = send_uscsi_cmd(devpath, &ucmd_buf);
59 return (status);
72 HBA_STATUS status; local
102 log(LOG_DEBUG, ROUTINE, "NULL scsi status");
117 status = verifyAdapter(hba_ptr);
118 if (status != HBA_STATUS_OK) {
122 return (status);
191 status = SendScsiReportLUNs(
203 return (status);
[all...]
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Ddat_dr.c72 DAT_RETURN status; local
74 status = dat_os_lock_init(&g_dr_lock);
75 if (DAT_SUCCESS != status) {
76 return (status);
79 status = dat_dictionary_create(&g_dr_dictionary);
80 if (DAT_SUCCESS != status) {
81 return (status);
95 DAT_RETURN status; local
97 status = dat_os_lock_destroy(&g_dr_lock);
98 if (DAT_SUCCESS != status) {
120 DAT_RETURN status; local
174 DAT_RETURN status; local
225 DAT_RETURN status; local
253 DAT_RETURN status; local
297 DAT_RETURN status; local
[all...]
H A Ddat_sr.c73 DAT_RETURN status; local
75 status = dat_os_lock_init(&g_sr_lock);
76 if (DAT_SUCCESS != status) {
77 return (status);
80 status = dat_dictionary_create(&g_sr_dictionary);
81 if (DAT_SUCCESS != status) {
82 return (status);
104 DAT_RETURN status; local
106 status = dat_os_lock_destroy(&g_sr_lock);
107 if (DAT_SUCCESS != status) {
129 DAT_RETURN status; local
233 DAT_RETURN status; local
310 DAT_RETURN status; local
362 DAT_RETURN status; local
[all...]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dgetdents4.c92 enum clnt_stat status; local
155 status = CLNT_CALL(root_CLIENT, NFSPROC4_COMPOUND,
159 if (status != RPC_SUCCESS) {
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmy3126.c75 u16 status; local
87 status = cphy->bmsr ^ val16;
89 if (status & BMSR_LSTATUS) {
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt_msg.c96 pppt_msg_tx_status(stmf_ic_msg_t *orig_msg, stmf_status_t status) argument
101 * If TX of status fails it should be treated the same as a loss of
104 msg = stmf_ic_status_msg_alloc(status, orig_msg->icm_msg_type,
/illumos-gate/usr/src/uts/common/xen/io/
H A Dblkif_impl.h47 int16_t status; /* BLKIF_RSP_??? */ member in struct:blkif_x86_32_response
75 int16_t status; /* BLKIF_RSP_??? */ member in struct:blkif_x86_64_response
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_fzc.c38 hxge_status_t status = HXGE_OK; local
43 if ((status = hxge_fzc_intr_tmres_set(hxgep)) != HXGE_OK) {
44 return (status);
51 if ((status = hxge_fzc_intr_ldg_num_set(hxgep)) != HXGE_OK) {
52 return (status);
56 if ((status = hxge_fzc_intr_sid_set(hxgep)) != HXGE_OK) {
57 return (status);
62 return (status);
179 hxge_status_t status = HXGE_OK; local
184 status
221 hxge_status_t status = HXGE_OK; local
237 hxge_status_t status = HXGE_OK; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cm.c129 int status; local
140 status = ibt_get_ip_data(evp->cm_priv_data_len, evp->cm_priv_data,
142 if (status != IBT_SUCCESS) {
218 idm_status_t status; local
246 status = idm_svc_conn_create(iser_conn->ic_idms,
248 if (status != IDM_STATUS_SUCCESS) {
H A Diser_xfer.c49 int status; local
108 status = ibt_post_send(chan->ic_chanhdl, &wr, 1, NULL);
109 if (status != IBT_SUCCESS) {
111 "failure (%d)", status);
135 int status; local
193 status = ibt_post_send(chan->ic_chanhdl, &wr, 1, NULL);
194 if (status != IBT_SUCCESS) {
196 "failure (%d)", status);
232 int status; local
383 status
418 int status; local
520 int status; local
[all...]

Completed in 64 milliseconds

<<11121314151617181920>>