Searched defs:rc (Results 701 - 725 of 1350) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dsndr_stats.c79 int rc = 0; local
195 rc = -1;
199 return (rc);
235 int rc = 0; local
314 rc = -1;
318 return (rc);
770 int rc; local
772 rc = strcmp(full, partial);
774 if (rc != 0 &&
778 rc
[all...]
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrboot.c138 int rc; local
147 rc = rdc_check_release(&required);
148 if (rc < 0) {
152 } else if (rc == FALSE) {
596 int rc; local
605 rc = snprintf(cmd, SCCONF_MAXSTRINGLEN,
610 if (rc < 0) {
619 rc = fscanf(pipe, "%s", lhostname);
622 if (rc != 1) {
674 int rc; local
[all...]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c379 int rc; local
385 rc = ((*ip)->di_size <= sizeof (union u_shadow));
387 return (rc);
/illumos-gate/usr/src/cmd/bnu/
H A Duudecode.c476 int rc = 0; local
488 rc = 1;
498 rc = 2;
511 rc = 3;
514 return (rc);
/illumos-gate/usr/src/cmd/fs.d/
H A Dpreenlib.c229 int rc = 1; local
234 rc = (*drvp->choosefunc)(devp->mapsize, devp->unitmap,
236 if (rc != 0)
239 if (rc == 0)
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c415 int rc = EX_OK; local
463 rc = EX_OPT;
543 rc = EX_OPT;
548 rc = EX_OPT;
557 rc = EX_OPT;
569 rc = EX_OPT;
599 rc = EX_OPT;
605 rc = EX_OPT;
613 return (rc);
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c77 int rc; local
84 rc = di_prop_lookup_strings(DDI_DEV_T_ANY, node, "compatible", &s);
85 while (rc-- > 0) {
/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c49 dbus_bool_t rc = FALSE; local
54 return rc;
60 rc = TRUE;
64 return rc;
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c178 rd_err_e rc = RD_OK; local
213 rc = RD_ERR;
219 rc = RD_ERR;
226 rc = validate_rdebug32(rap);
236 if (rc != RD_OK) {
248 rc = RD_DBERR;
253 rc = validate_rdebug32(rap);
261 if (rc != RD_OK) {
267 return (rc);
269 rc
688 rd_err_e rc; local
881 rd_err_e rc, rc_brand = RD_OK; local
[all...]
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c187 int rc; local
189 rc = waiting_list_delete(chg, tid);
191 if (rc == CHG_SUCCESS && chg->chg_w_first == NULL) {
221 int rc; local
224 rc = 1;
226 rc = 0;
231 return (rc);
258 int rc = CHG_SUCCESS, another_main_nscd_thread_alive = 0; local
331 rc = CHG_NO_MEMORY;
343 rc
646 int rc; local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c1149 int rc; local
1171 rc = system(cmd);
1175 if (rc == 0) {
/illumos-gate/usr/src/uts/common/disp/
H A Dcpucaps.c1029 boolean_t rc = B_FALSE; local
1050 rc = B_TRUE;
1064 rc = B_TRUE;
1071 return (rc);
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c123 int rc; local
146 rc = VOP_GETATTR(vp, &va, 0, cr, NULL); /* XXX may block! */
165 if (rc == 0) {
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c1227 int rc = 0; local
1230 if ((rc = lseek(symrefs, n * BUFSIZ, 0)) == -1) {
1233 return (rc);
1239 return (rc);
/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c392 int rc; local
394 if ((rc = elem_compare(a, b, different_types)) != 0) {
401 if (rc & SYM_F)
403 if (rc & PERM_F)
405 if (rc & REF_F)
407 if (rc & TYPE_F)
409 if (rc & OWNER_F)
411 if (rc & GROUP_F)
413 if (rc & MAJMIN_F)
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_mem.c128 int rc = 0; local
174 rc = 0;
179 rc = EBUSY;
185 rc = EINVAL;
188 rc = EINVAL;
191 rc = ENOTTY;
195 return (rc);
537 int rc; local
545 rc = _nsc_rm_free(addr, size);
547 rc
697 int rc; local
[all...]
H A Dnsc_ncallio.c220 int rc, err; local
263 rc = ncall_alloc(rw->rw_snode, 0, 0, &ncall);
264 if (rc != 0) {
265 return (rc);
270 rc = ncall_put_data(ncall, rw, ncall_len);
271 if (rc != 0) {
272 return (rc);
275 rc = ncall_send(ncall, ncall_flag, ncall_proc);
276 if (rc != 0) {
277 return (rc);
407 int rc; local
489 int rc, err; local
558 int rc; local
606 int rc; local
647 int rc; local
[all...]
H A Dnsctl.c221 int rc; local
254 if ((rc = _nsc_init_raw(_nsc_max_devices)) != 0) {
257 rc);
265 rc = ddi_create_minor_node(dip, "c,nsctl", S_IFCHR, 0,
267 if (rc != DDI_SUCCESS) {
271 rc);
306 int rc; local
313 rc = DDI_SUCCESS;
318 rc = DDI_SUCCESS;
322 rc
523 int rc; local
606 int rc, resv; local
637 int rc, resv; local
667 int rc; local
722 int rc, resv; local
761 int rc = 0; local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c286 int rc = 0; local
300 rc = 1;
302 rc = 1;
308 return (rc);
427 int rc = 0; local
442 rc = EAGAIN;
443 spcs_s_add(kstatus, rc);
449 return (rc);
640 int rc = TRUE; local
690 rc
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c200 int rc; local
209 rc = EALREADY;
218 rc = EFAULT;
250 rc = SDBC_ENONETMEM;
275 rc = SDBC_EENABLEFAIL;
284 rc = SDBC_EENABLEFAIL;
289 rc = SDBC_EMAGIC;
305 rc = SDBC_EENABLEFAIL;
316 rc = SDBC_EENABLEFAIL;
331 rc
501 int rc; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_rpcb_pxy.c444 rpc_call_t *rc; local
452 rc = &rm->rm_call;
464 rc->rc_vers = p++;
465 rc->rc_proc = p++;
468 if (ippr_rpcb_skipauth(rm, &rc->rc_authcred, &p) != 0)
470 if (ippr_rpcb_skipauth(rm, &rc->rc_authverf, &p) != 0)
474 switch(B(rc->rc_vers))
478 if (B(rc->rc_proc) != RPCB_GETPORT)
498 switch(B(rc->rc_proc))
505 if (B(rc
[all...]
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c861 int instance, is_ctrl_file, rc, i; local
863 rc = 0;
869 rc = ENXIO;
887 rc = EFAULT;
892 rc = EFAULT;
898 rc = EFAULT;
906 rc = EFAULT;
911 rc = EFAULT;
917 rc = EFAULT;
924 rc
[all...]
/illumos-gate/usr/src/uts/common/io/audio/drv/audio1575/
H A Daudio1575.c835 int rc; local
868 rc = ddi_dma_alloc_handle(dip, &sample_buf_dma_attr, DDI_DMA_SLEEP,
870 if (rc != DDI_SUCCESS) {
871 audio_dev_warn(adev, "ddi_dma_alloc_handle failed: %d", rc);
875 rc = ddi_dma_mem_alloc(port->samp_dmah, port->samp_size, &buf_attr,
878 if (rc == DDI_FAILURE) {
884 rc = ddi_dma_addr_bind_handle(port->samp_dmah, NULL,
887 if ((rc != DDI_DMA_MAPPED) || (count != 1)) {
889 "ddi_dma_addr_bind_handle failed: %d", rc);
898 rc
[all...]
/illumos-gate/usr/src/uts/common/io/audio/drv/audioixp/
H A Daudioixp.c689 int rc; local
747 rc = ddi_dma_alloc_handle(dip, &sample_buf_dma_attr, DDI_DMA_SLEEP,
749 if (rc != DDI_SUCCESS) {
750 audio_dev_warn(adev, "ddi_dma_alloc_handle failed: %d", rc);
754 rc = ddi_dma_mem_alloc(port->samp_dmah, port->samp_size, &buf_attr,
757 if (rc == DDI_FAILURE) {
763 rc = ddi_dma_addr_bind_handle(port->samp_dmah, NULL,
766 if ((rc != DDI_DMA_MAPPED) || (count != 1)) {
768 "ddi_dma_addr_bind_handle failed: %d", rc);
777 rc
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c331 int rc; local
333 rc = begin_synchronized_op(pi, 0, 1);
334 if (rc != 0)
335 return (rc);
336 rc = t4_init_synchronized(pi);
339 return (rc);
358 int rc; local
360 rc = begin_synchronized_op(pi, 1, 1);
361 if (rc != 0)
362 return (rc);
380 int len16, rc; local
424 int rc; local
497 int old, new = 0, relink = 0, rx_mode = 0, rc = 0; local
797 int rc = 0; local
846 int rc = 0; local
907 int rc; local
1001 int i, rc = 0, relink = 0, rx_mode = 0; local
[all...]

Completed in 245 milliseconds

<<21222324252627282930>>