Searched defs:rv (Results 301 - 325 of 965) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_bay.c119 int rv; local
125 rv = topo_pgroup_create(t_node, &io_pgroup, &err);
126 if (rv != 0) {
148 rv = topo_prop_set_string(t_node, TOPO_PGROUP_IO, TOPO_IO_AP_PATH,
150 if (rv != 0) {
160 rv = topo_pgroup_create(t_node, &binding_pgroup, &err);
161 if (rv != 0) {
183 rv = topo_prop_set_string(t_node, TOPO_PGROUP_BINDING,
185 if (rv != 0) {
189 rv
278 int rv; local
358 int i, rv; local
[all...]
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Drandom.c272 int rv; local
281 rv = -1;
283 rv = 0;
286 return (rv);
295 int rv; local
304 rv = -1;
306 rv = 0;
309 return (rv);
/illumos-gate/usr/src/lib/libzpool/common/
H A Dtaskq.c62 int rv; local
82 rv = cv_timedwait(&tq->tq_maxalloc_cv,
85 if (rv > 0)
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_print.c310 printRuleValue(__nis_rule_value_t *rv) { argument
315 if (rv == 0)
318 if (rv->colName != 0) {
320 for (i = 0; i < rv->numColumns; i++) {
321 bp2buf(myself, &b, "\t%s", NIL(rv->colName[i]));
322 if (rv->colVal[i].numVals == 1) {
324 if (rv->colVal[i].type == vt_string)
326 rv->colVal[i].val[0].value,
327 rv->colVal[i].val[0].length, &b);
330 rv
[all...]
/illumos-gate/usr/src/lib/libproc/i386/
H A DPisadep.c190 int rv; local
239 if ((rv = func(arg, gregs, argc, frame.args)) != 0)
276 return (rv);
/illumos-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c144 int rv = 0; /* Return value for skip to next lwp */ local
173 rv = 1; /* We're done */
181 return (rv);
265 int rv; local
281 if ((rv = func(arg, gregs, 6, args)) != 0)
321 return (rv);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dregex.c267 int rv; local
286 if (rv = advance(p1, p2))
287 return(rv);
295 if (rv = advance(p1, p2))
296 return(rv);
309 int rv; local
372 if (rv = advance(lp, ep))
373 return(rv);
402 if (rv = advance(lp, ep))
403 return(rv);
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dregexpr.c278 int rv; local
297 if (rv = advance(p1, p2))
298 return (rv);
306 if (rv = advance(p1, p2))
307 return (rv);
321 int rv; local
384 if (rv = advance(lp, ep))
385 return (rv);
414 if (rv = advance(lp, ep))
415 return (rv);
[all...]
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dwordexp.c107 int rv = WRDE_ERRNO; local
322 rv = 0;
328 if ((rv = append(&wptmp, cp)) != 0) {
337 rv = WRDE_NOSPACE;
355 if (rv == 0)
356 rv = WRDE_ERRNO;
360 if (rv == 0)
361 rv = WEXITSTATUS(status); /* shell WRDE_* status */
364 if (rv == 0)
376 switch (rv) {
[all...]
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsched.c251 int rv; local
282 rv = priocntl(idtype, id, PC_DOPRIO, &pcprio);
283 } while (rv == -1 && errno == ENOMEM);
284 return (rv);
289 rv = priocntl(idtype, id, PC_SETPARMS, pcparmp);
290 } while (rv == -1 && errno == ENOMEM);
291 return (rv);
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c325 int seof = -1, eof = 0, rv = -1, ret = 0; local
336 rv = 0;
344 rv = -1;
356 rv = -1;
416 rv = 0;
431 rv = 0;
437 rv = 0;
443 rv = 1;
449 return (rv);
H A Dpk11tokens.c294 CK_RV rv; local
316 rv = C_Initialize(NULL);
317 if ((rv != CKR_OK) &&
318 (rv != CKR_CRYPTOKI_ALREADY_INITIALIZED)) {
/illumos-gate/usr/src/cmd/vntsd/
H A Dcommon.c58 int rv; local
60 rv = vntsd_write_client(clientp, line, strlen(line));
61 if (rv == VNTSD_SUCCESS) {
62 rv = vntsd_write_client(clientp, vntsd_eol, VNTSD_EOL_LEN);
65 return (rv);
108 int rv; local
115 if ((rv = vntsd_write_client(clientp, msg, strlen(msg)))
117 return (rv);
120 if ((rv = vntsd_write_client(clientp, yesno, strlen(yesno))) !=
122 return (rv);
219 int rv; local
267 int rv; local
323 int rv; local
358 int rv; local
429 int rv; local
461 int rv; local
[all...]
H A Dconsole.c81 int rv = VNTSD_SUCCESS; local
84 if ((rv = vntsd_write_client(clientp, vntsd_eol, VNTSD_EOL_LEN)) !=
86 return (rv);
93 if ((rv = vntsd_write_line(clientp, buf)) != VNTSD_SUCCESS) {
94 return (rv);
97 if ((rv = vntsd_write_line(clientp,
100 return (rv);
135 int rv = VNTSD_SUCCESS; local
137 if ((rv = vntsd_write_client(clientp, vntsd_eol, VNTSD_EOL_LEN))
139 return (rv);
172 int rv = VNTSD_SUCCESS; local
255 int rv; local
353 int rv, rv1; local
483 int rv; local
754 int rv = VNTSD_SUCCESS; local
[all...]
H A Dvntsd.c110 int rv; local
117 rv = vntsd_que_append(&vntsdp->tmoq, (void *)tmop);
119 return (rv);
126 int rv; local
133 rv = vntsd_que_rm(&vntsdp->tmoq, (void *)tmop);
136 return (rv);
/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c738 int rv; local
741 rv = cbc_encrypt_contiguous_blocks(ctx, data, length, out,
745 rv = ecb_cipher_contiguous_blocks(ctx, data, length, out,
748 return (rv);
759 int rv; local
762 rv = cbc_decrypt_contiguous_blocks(ctx, data, length, out,
766 rv = ecb_cipher_contiguous_blocks(ctx, data, length, out,
768 if (rv == CRYPTO_DATA_LEN_RANGE)
769 rv = CRYPTO_ENCRYPTED_DATA_LEN_RANGE;
771 return (rv);
[all...]
/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c190 CK_RV rv = CKR_OK; local
352 rv = generate_rsa_key(key, psize, qsize, pubexp, rf);
359 rv = convert_rv(brv);
370 return (rv);
399 CK_RV rv = CKR_OK; local
436 rv = CKR_HOST_MEMORY;
442 if ((rv = generate_rsa_key(&rsakey,
482 return (rv);
491 CK_RV rv = CKR_OK; local
520 rv
558 CK_RV rv = CKR_OK; local
[all...]
/illumos-gate/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c207 brand_unimpl(sysret_t *rv, uintptr_t p1) argument
243 brand_indir(sysret_t *rv, int code, argument
252 return ((sst->st_callc)(rv));
254 return ((sst->st_callc)(rv, a0));
256 return ((sst->st_callc)(rv, a0, a1));
258 return ((sst->st_callc)(rv, a0, a1, a2));
260 return ((sst->st_callc)(rv, a0, a1, a2, a3));
262 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4));
264 return ((sst->st_callc)(rv, a0, a1, a2, a3, a4, a5));
266 return ((sst->st_callc)(rv, a
[all...]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tape.c1171 boolean_t rv; local
1178 rv = TRUE;
1181 rv = FALSE;
1184 return (rv);
/illumos-gate/usr/src/cmd/oplhpd/
H A Dscf_notify.c137 cfga_err_t rv; /* return value */ local
145 rv = config_list_ext(1, (char *const *)&ap_pid, &stat, &nlist, NULL,
148 if (rv != CFGA_OK) {
149 config_error(rv, "config_list_ext", errstr, ap_pid);
/illumos-gate/usr/src/cmd/pcidr/plugins/default/
H A Dpcidr_cfga.c232 int rv, i, j; local
301 rv = config_change_state(cmd, 1, &apid, NULL, &cfga_confirm,
303 if (rv != CFGA_OK) {
307 str = pcidr_cfga_err_name(rv);
309 str = "unrecognized rv!";
310 dprint(DDEBUG, ": rv = %d (%s)", rv, str);
/illumos-gate/usr/src/cmd/psradm/
H A Dpsradm.c194 int rv; local
198 if ((rv = psr_set_state(cpu, action, pac, 0)) > 0)
200 else if (rv < 0)
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Ddump_rcm.c193 int rv; local
206 rv = dump_relocate(dc, errstr);
209 return (rv);
218 int rv; local
228 rv = dump_configure(dc, errstr);
231 return (rv);
245 int rv; local
259 rv = dump_relocate(dc, errstr);
261 return (rv);
278 int rv; local
442 int rv = RCM_SUCCESS; local
[all...]
H A Drcm_impl.c504 int rv = RCM_SUCCESS; local
511 rv = rsrc_usage_info(rsrcnames, flag, seq_num, info);
514 return (rv);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dpppdump.c245 int nb, nl, dn, proto, rv; local
329 rv = pkt->comp->decompress(pkt->state, r,
331 switch (rv) {

Completed in 186 milliseconds

<<11121314151617181920>>