Searched defs:rc (Results 351 - 375 of 1350) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/ldap/common/
H A Dfileurl.c234 int rc = LDAPTOOL_FILEURL_SUCCESS; /* optimistic */ local
263 rc = ldaptool_fileurl2path( url, &path );
264 switch( rc ) {
294 rc = LDAPTOOL_FILEURL_FILEIOERROR;
296 rc = berval_from_file( path, bvp, reporterrs );
308 rc = berval_from_file( value, bvp, reporterrs );
313 rc = LDAPTOOL_FILEURL_NOMEMORY;
320 return( rc );
330 int rc; local
334 rc
[all...]
/illumos-gate/usr/src/cmd/truss/
H A Dlistopts.c71 int rc = 0; local
300 rc = -1;
304 return (rc);
319 int rc = 0; local
375 rc = -1;
379 return (rc);
393 int rc = 0; local
452 rc = -1;
456 return (rc);
469 int rc local
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctfconvert.c89 int i, rc, fd; local
111 if ((rc = readers[i](td, elf, filename)) == 0)
114 assert(rc < 0 && errno == ENOENT);
133 rc = 0;
135 rc = 1;
141 return (rc);
H A Dtraverse.c66 int i, rc; local
68 if ((rc = tdtraverse(fn->fn_ret, &fn->fn_ret, tdtd)) < 0)
69 return (rc);
72 if ((rc = tdtraverse(fn->fn_args[i], &fn->fn_args[i],
74 return (rc);
84 int rc; local
86 if ((rc = tdtraverse(ardef->ad_contents, &ardef->ad_contents,
88 return (rc);
97 int rc = 0; local
100 if ((rc
156 int rc; local
192 int i, rc; local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_resv.c101 int rc; local
103 rc = nsc_reserve(fd, flag);
105 if (rc == 0)
108 return (rc);
149 int rc, rw; local
160 while ((rc = _nsc_attach_fd(fd, flag)) != 0)
161 if (rc != ERESTART)
164 if (!rc && !fd->sf_reserve++) {
170 return (rc);
328 int rc; local
388 int rc; local
439 int rc, av; local
517 int rc; local
578 int rc; local
640 int rc; local
679 int rc, rw; local
743 int (*fn)(), av, rc; local
844 int rc = 0; local
910 int rc = 0, v = *ap; local
970 int rc = 1; local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdcsrv.c126 int rc; local
130 if ((rc = mod_install(&modlinkage)) != DDI_SUCCESS)
133 return (rc);
140 int rc; local
142 if ((rc = mod_remove(&modlinkage)) == DDI_SUCCESS)
145 return (rc);
274 int rc, error = 0; local
371 rc = svc_register(xprt, (ulong_t)RDC_PROGRAM, vers,
373 if (!rc) {
413 int rc local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_ddi.c206 int rc = DDI_FAILURE; local
211 rc = DDI_SUCCESS;
217 rc = DDI_SUCCESS;
221 return (rc);
H A Dnskernd.c78 int rc = 0; local
83 rc = 1;
85 rc = 2;
93 return (rc);
191 int rc; local
194 rc = 0;
247 rc = EFAULT;
272 rc = EINVAL;
281 return (rc);
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_dev.c126 int rc; local
128 rc = ldi_ident_from_mod(&iptun_modlinkage, &iptun_ldi_ident);
129 if (rc != 0)
130 return (rc);
152 if ((rc = mod_install(&iptun_modlinkage)) != 0)
154 return (rc);
160 int rc; local
162 if ((rc = mod_remove(&iptun_modlinkage)) == 0)
164 return (rc);
/illumos-gate/usr/src/uts/common/io/
H A Dbl.c86 int rc = DDI_SUCCESS; local
99 rc = DDI_FAILURE;
102 return (rc);
H A Dstr_conf.c180 int rc = 0; local
188 rc = ENOENT;
196 return (rc);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ia_open.c512 int rc; local
526 rc = gethostname(hostname, NAMELEN);
540 rc = dapls_osd_getaddrinfo(hostname, &addr);
542 if (rc != 0) {
/illumos-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c70 int rc; local
73 rc = cpr_read_cprinfo(fd, file_path, fs_path);
76 rc = -1;
78 return (rc);
94 int fd, len, rc, prop_errors; local
108 rc = 0;
112 rc = -1;
115 rc = -1;
119 if (rc)
120 return (rc);
[all...]
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_container.c129 ACPI_STATUS rc = AE_OK; local
165 rc = AE_BAD_PARAMETER;
169 if (rc == AE_OK) {
170 rc = acpidev_process_object(infop, flags);
172 if (ACPI_FAILURE(rc) && rc != AE_NOT_EXIST && rc != AE_ALREADY_EXISTS) {
177 rc = AE_OK;
180 return (rc);
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_pci.c90 int rc; local
93 rc = ddi_prop_lookup_int_array(DDI_DEV_T_ANY, dip,
96 if ((rc != DDI_SUCCESS) || (length <
116 int rc; local
146 rc = DDI_WALK_TERMINATE;
148 rc = DDI_WALK_CONTINUE;
151 return (rc);
293 int rc; local
315 rc = DDI_WALK_TERMINATE;
317 rc
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c202 int rc; local
222 rc = EINVAL;
230 rc = ENOMEM;
256 rc = EINVAL;
266 rc = EINVAL;
286 rc = ibt_alloc_cq(uctxt->hca->hdl, &cq_attr, &ucq->cq, &real_size);
288 if (rc != IBT_SUCCESS) {
290 "create_cq: ibt_alloc_cq() (rc=%d)", rc);
291 rc
392 int rc; local
438 int rc; local
510 int rc; local
602 int rc; local
669 int rc; local
[all...]
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifierddi.c82 int rc; local
94 if ((rc = mod_install(&modlinkage)) != 0) {
103 return (rc);
112 int rc; local
118 if ((rc = mod_remove(&modlinkage)) != 0) {
119 return (rc);
127 return (rc);
156 int rc; local
175 if ((rc = nvlist_lookup_uint32(nvlp, IPP_ACTION_STATS_ENABLE,
181 if ((rc
211 int rc = 0; local
353 int rc; local
395 int rc; local
[all...]
/illumos-gate/usr/src/uts/common/ipp/meters/
H A Dtswtclddi.c110 int rc, rc2; local
122 if ((rc = nvlist_lookup_string(nvlp, TSWTCL_RED_ACTION_NAME,
128 return (rc);
139 if ((rc = nvlist_lookup_string(nvlp, TSWTCL_YELLOW_ACTION_NAME,
145 return (rc);
156 if ((rc = nvlist_lookup_string(nvlp, TSWTCL_GREEN_ACTION_NAME,
162 return (rc);
173 if ((rc = nvlist_lookup_uint32(nvlp, TSWTCL_COMMITTED_RATE,
179 return (rc);
183 if ((rc
468 int rc; local
499 int rc; local
517 int rc = 0; local
615 int rc; local
[all...]
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_kdi.c100 int rc; local
107 if ((rc = func(lp->modl_modp, arg)) != 0)
108 return (rc);
116 if ((rc = func(modp, arg)) != 0)
117 return (rc);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c546 RCURSOR *rc; local
548 rc = *curs = malloc(sizeof(RCURSOR));
549 if (rc == NULL) {
553 memset(rc, 0, sizeof(*rc));
555 rc->ssize = RCURSOR_MINSS;
556 rc->stack = malloc(rc->ssize * sizeof(EPGNO));
557 if (rc->stack == NULL) {
558 free(rc);
570 RCURSOR *rc; local
641 RCURSOR *rc; local
[all...]
/illumos-gate/usr/src/uts/intel/io/
H A Ducode_drv.c152 ucode_errno_t rc = EM_OK; local
178 rc = ucode_get_rev(revp);
180 STRUCT_FSET(h, ugv_errno, rc);
199 ucode_errno_t rc = EM_OK; local
232 if ((rc = ucode->validate(ucodep, size)) != EM_OK) {
234 STRUCT_FSET(h, uw_errno, rc);
242 rc = ucode_update(ucodep, size);
247 STRUCT_FSET(h, uw_errno, rc);
253 * Even if rc is not EM_OK, it is a successful operation
313 int rc; local
326 int rc; local
[all...]
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_dma.c108 int rc; local
115 rc = ddi_dma_alloc_handle(dip, &ata_prd_dma_attr, DDI_DMA_SLEEP, NULL,
117 if (rc != DDI_SUCCESS) {
119 (void *)ata_ctlp, rc));
123 rc = ddi_dma_mem_alloc(ata_ctlp->ac_sg_handle, prd_size, &dev_attr,
126 if (rc != DDI_SUCCESS) {
128 (void *)ata_ctlp, rc));
132 rc = ddi_dma_addr_bind_handle(ata_ctlp->ac_sg_handle, NULL,
136 if (rc != DDI_DMA_MAPPED) {
138 (void *)ata_ctlp, rc));
[all...]
H A Datapi_fsm.c622 int rc; local
638 rc = atapi_start_cmd(ata_ctlp, ata_drvp, ata_pktp);
640 switch (rc) {
665 return (rc);
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c484 int rc; local
488 rc = output(R_ACCEPT_DEST);
491 switch (rc) {
499 LP_ERRMSG1 (ERROR, E_LP_BADSTATUS, rc);
513 int rc; local
517 rc = output(R_REJECT_DEST);
520 switch (rc) {
529 LP_ERRMSG1 (ERROR, E_LP_BADSTATUS, rc);
542 int rc; local
546 rc
572 int rc; local
600 int rc; local
[all...]
H A Ddo_printer.c78 int rc; local
157 rc = output(R_LOAD_PRINTER);
159 switch (rc) {
175 LP_ERRMSG1 (ERROR, E_LP_BADSTATUS, rc);
207 rc = output(R_QUIET_ALERT);
209 switch(rc) {
220 LP_ERRMSG1 (ERROR, E_LP_BADSTATUS, rc);
282 rc = output(R_LOAD_CLASS);
284 switch(rc) {
300 LP_ERRMSG1 (ERROR, E_LP_BADSTATUS, rc);
[all...]

Completed in 137 milliseconds

<<11121314151617181920>>