Searched defs:rc (Results 526 - 550 of 1350) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-snmp.c29 int rc = -1; local
37 rc = ieee1284_devid_to_printer_info(string, manufacturer, model,
40 rc = 0;
49 return (rc);
118 int rc = -1; local
129 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
138 return (rc);
146 int rc = -1; local
157 rc = ieee1284_devid_to_printer_info(tmp, manufacturer, model,
166 return (rc);
174 int rc = -1; local
202 int rc = -1; local
264 int rc = -1; local
301 int rc = -1; local
329 int rc = -1; local
357 int rc = -1; local
380 int rc = -1; local
411 int rc = -1; local
485 int rc; local
[all...]
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap_engine.c126 int rc; local
138 rc = my_comv[i].p_do_func(flags,
143 return (rc);
349 int rc = 0; local
387 rc = -1;
410 rc = run_command(my_argc, my_argv, NULL);
412 if (strcmp(my_argv[0], "exit") == 0 && rc == 0) {
421 return (rc);
431 int rc = -1; local
468 rc
572 int rc = -1; local
[all...]
/illumos-gate/usr/src/cmd/iscsid/
H A Discsid.c630 boolean_t rc; local
637 rc = B_FALSE;
659 rc = B_TRUE;
676 return (rc);
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drtld_db.c236 rd_err_e rc = RD_OK; local
256 rc = RD_ERR;
259 if (rc == RD_OK) {
265 return (rc);
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c137 int rc; local
142 rc = strcmp(str1, str2);
143 if (rc > 0)
145 if (rc < 0)
/illumos-gate/usr/src/cmd/sh/
H A Dio.c129 int rc; local
131 if ((rc = open((char *)idf, mode, 0666)) < 0)
134 return (rc);
171 int rc; local
173 if ((rc = creat((char *)s, 0666)) < 0)
176 return (rc);
H A Dmacro.c542 int rc; local
551 rc = WEXITSTATUS(stat);
553 rc = (WTERMSIG(stat) | SIGFLG);
554 if (rc && (flags & errflg))
555 exitsh(rc);
556 exitval = rc;
/illumos-gate/usr/src/cmd/stmfproxy/stmfproxy/
H A Dstmfproxy.c184 int rc; local
201 rc = stmfPostProxyMsg(proxy_hdl, (void *)pq->buf, pq->buflen);
202 if (rc != STMF_STATUS_SUCCESS) {
223 int rc; local
278 rc = pthread_create(&tid, NULL, push_to_drv, NULL);
279 if (rc != 0) {
281 "pthread_create() call failed: %d", rc);
284 exit(rc);
336 daemon_fini(int rc) argument
342 if (rc !
402 int rc; local
[all...]
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c102 static int rc = 0; /* exit code */ variable
113 int rc = 0; local
132 rc = 1;
144 rc = 1;
172 return (rc);
301 rc = 1;
328 rc = look_in_sections(argv[optind - 1],
341 return (rc);
413 rc = 1;
455 rc
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c196 int rc; local
219 rc = __ns_ldap_list_sort(database, (const char *)ldapfilter,
222 if (rc != NS_LDAP_SUCCESS) {
224 (void) __ns_ldap_err2str(rc, &p);
232 return (rc);
242 switch_err(int rc) argument
244 switch (rc) {
268 int rc; local
496 rc = rc1 = -1;
511 rc
[all...]
H A Dmapping.c298 int rc; local
307 rc = set_keys_publickey(key,
309 switch (rc) {
383 int rc, v2 = 1; local
406 rc = __ns_ldap_getParam(NS_LDAP_FILE_VERSION_P, &paramVal, &errorp);
407 if (rc != NS_LDAP_SUCCESS || !paramVal || !*paramVal) {
/illumos-gate/usr/src/uts/common/fs/zut/
H A Dzut.c110 int error, rc; local
188 rc = ddi_copyout(zr, (void *)arg, sizeof (zut_readdir_t), iflag);
190 error = rc;
290 int error, rc; local
360 rc = ddi_copyout(zl, (void *)arg, sizeof (zut_lookup_t), iflag);
362 error = rc;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dinit_os_ctx.c125 LONG rc = 0; local
141 if ((rc = RegOpenKeyEx(hBaseKey, key_path, 0, KEY_QUERY_VALUE,
147 rc = RegQueryValueEx(hKey, value_name, 0, 0, 0, &size);
148 if ((rc != ERROR_SUCCESS) && (rc != ERROR_MORE_DATA))
159 if ((rc = RegQueryValueEx(hKey, value_name, 0, 0, *pbuffer, &size)) !=
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dk5sealv3.c54 rotate_left (void *ptr, size_t bufsiz, size_t rc) argument
65 rc = rc % bufsiz;
66 if (rc == 0)
69 tbuf = MALLOC(rc);
72 (void) memcpy(tbuf, ptr, rc);
73 (void) memmove(ptr, (char *)ptr + rc, bufsiz - rc); local
74 (void) memcpy((char *)ptr + bufsiz - rc, tbuf, rc);
[all...]
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c728 int error, rc; local
762 rc = 1;
764 rc = cv_wait_sig(&rqp->sr_cond, &rqp->sr_lock);
766 if (rc == 0) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_xattr.c199 int error, rc = 0; local
226 rc = 1;
233 return (rc);
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dhash.c154 int rc = 0; local
159 rc += cbrc;
162 return (rc);
H A Dinput.c138 int rc = 0; local
155 rc = read_archive(fd, melf, memname, label,
159 rc = read_file(melf, memname, label,
174 if (rc < 0)
175 return (rc);
177 found += rc;
237 int i, rc; local
240 if ((rc = read_ctf_common(files[i], label, func,
242 return (rc);
243 found += rc;
282 int fd, rc, i; local
[all...]
H A Dstabs.c190 int nstabs, rc, i; local
316 if ((rc = parse_stab(stab, fstr, &iidescp)) < 0) {
321 if (rc == 0)
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dgenassym.c272 int rc; local
278 if ((rc = ctf_member_iter(ctf, curtype, ga_member_cb, md)) == 0) {
281 } else if (rc != 1)
/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c470 int rc; local
480 if ((rc = parse_proto_line(basedir, buf, list, arch,
482 elem_count += rc;
578 int rc; local
580 if ((rc = parse_proto_link(basedir, buf, list, arch,
582 elem_count += rc;
/illumos-gate/usr/src/ucbcmd/install.d/
H A Dinstall.c77 int rc; local
181 rc = 0;
183 rc |= install(argv[i], argv[argc-1]);
184 return (rc);
/illumos-gate/usr/src/uts/common/avs/ncall/
H A Dncall_stub.c184 int rc = 0; local
189 rc = EHOSTUNREACH;
193 return (rc);
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.c211 int rc; local
213 rc = mod_info(&ii_modlinkage, modinfop);
215 return (rc);
491 int rc; local
499 rc = _ii_wait(arg, ilp32, rvp);
503 rc = _ii_reset(arg, ilp32, rvp);
507 rc = _ii_version(arg, ilp32, rvp);
511 rc = _ii_config(arg, ilp32, rvp, 0);
515 rc = _ii_config(arg, ilp32, rvp, II_EXISTING);
519 rc
[all...]
H A Dii_tree.c129 int rc; local
145 rc = nsc_alloc_buf(ip->bi_bmpfd, node_fba, 1, NSC_RDBUF|flag, &tmp);
146 if (!II_SUCCESS(rc)) {
156 rc = 0;
161 II_NSC_WRITE(ip, bitmap, rc, tmp, node_fba, 1, 0);
162 if (!II_SUCCESS(rc)) {
164 rc = EIO;
176 int rc; local
184 rc = nsc_maxfbas(ip->bi_bmpfd, 0, &maxfbas);
185 if (!II_SUCCESS(rc))
260 chunkid_t rc = II_NULLCHUNK; local
561 int rc = 0; local
[all...]

Completed in 201 milliseconds

<<21222324252627282930>>