Searched refs:rval (Results 1 - 25 of 498) sorted by last modified time

1234567891011>>

/netbsd-current/sys/dev/pci/
H A Deap.c1302 int lval, rval, l, r, la, ra; local
1363 lval = rval = cp->un.value.level[AUDIO_MIXER_LEVEL_MONO];
1366 rval = cp->un.value.level[AUDIO_MIXER_LEVEL_RIGHT];
1373 r = VOL_TO_ATT5(rval);
1403 r = VOL_TO_GAIN5(rval);
H A Dpci_subr.c815 #define onoff2(str, rval, bit, onstr, offstr) \
817 printf(" %s: %s\n", (str), ((rval) & (bit)) ? onstr : offstr);
818 #define onoff(str, rval, bit) onoff2(str, rval, bit, "on", "off")
834 pcireg_t rval; local
837 rval = regs[o2i(PCI_CLASS_REG)];
838 class = PCI_CLASS(rval);
839 subclass = PCI_SUBCLASS(rval);
840 interface = PCI_INTERFACE(rval);
841 revision = PCI_REVISION(rval);
983 pcireg_t rval, rval64h; local
1185 pcireg_t rval; local
2742 pcireg_t rval; local
2783 pcireg_t rval; local
4599 pcireg_t rval; local
4623 pcireg_t rval; local
4688 pci_conf_print_ssr(pcireg_t rval) argument
4731 pcireg_t rval; local
4831 pcireg_t rval, csreg; local
5012 pcireg_t rval; local
[all...]
H A Dsv.c1038 int lval, rval; local
1051 rval = 0; /* shut up GCC */
1057 rval = cp->un.value.level[AUDIO_MIXER_LEVEL_RIGHT];
1072 rval = (AUDIO_MAX_GAIN - rval) * ports[idx].mask /
1074 reg |= rval;
H A Dif_iwm.c5605 uint8_t rval; local
5608 rval = (rs->rs_rates[i] & IEEE80211_RATE_VAL);
5609 if (rval == iwm_rates[ridx].rate)
/netbsd-current/sbin/disklabel/
H A Dmain.c927 int rval = 1, res; local
971 if (res > rval)
973 rval = res;
1000 return rval;
1367 int rval; local
1374 rval = process_mbr(f, writelabel_mbr);
1376 if (rval == 2 || written)
/netbsd-current/usr.bin/xlint/lint1/
H A Demit1.c237 outfdef(const sym_t *fsym, const pos_t *posp, bool rval, bool osdef, argument
275 if (rval)
H A Ddecl.c1954 bool rval = dsym->s_type->t_subt->t_tspec != VOID; local
1955 outfdef(dsym, &dsym->s_def_pos, rval, false, NULL);
/netbsd-current/usr.bin/make/
H A Djob.c2233 int rval, status; local
2234 rval = waitpid((pid_t)-1, &status, WNOHANG);
2235 if (rval > 0)
2237 if (rval == 0)
H A Dparse.c2556 int rval; local
2561 rval = For_Eval(line);
2562 if (rval == 0)
2564 if (rval < 0)
H A Dcond.c923 CondResult rval; local
936 rval = CondParser_Or(&par, true);
938 rval = CR_ERROR;
940 if (rval == CR_ERROR && eprint && !par.printedError)
943 return rval;
/netbsd-current/sys/dev/acpi/
H A Dthinkpad_acpi.c1013 ACPI_OBJECT rval; local
1022 memset(&rval, 0, sizeof rval);
1023 buf.Pointer = &rval;
1024 buf.Length = sizeof rval;
1036 return rval.Integer.Value;
/netbsd-current/sys/arch/mac68k/dev/
H A Dpm_direct.c231 pm_printerr(const char *ttl, int rval, int num, char *data) argument
235 printf("pm: %s:%04x %02x ", ttl, rval, num);
337 int rval = 0xffffcd34; local
349 rval = 0xffffcd33;
353 rval = 0x00;
360 return rval;
371 int rval; local
384 rval = 0x0;
386 rval = 0xffffcd35;
388 rval
407 int rval = 0; local
545 int rval; local
602 int rval; local
642 int rval; local
675 int rval = 0; local
807 int rval; local
890 u_int32_t rval=0; local
969 int rval; local
[all...]
/netbsd-current/usr.sbin/sysinst/
H A Dutil.c995 int rval; local
1008 rval = fetch_fn(dist->name);
1009 if (rval != SET_OK)
1010 return rval;
1057 rval = run_program(RUN_DISPLAY | RUN_PROGRESS,
1062 rval = run_program(RUN_DISPLAY | RUN_PROGRESS,
1070 /* Check rval for errors and give warning. */
1071 if (rval != 0) {
H A Dmbr.c540 int rval = -1; local
596 rval = 0;
660 if (rval == -1) {
665 return rval;
H A Dconfigmenu.c242 int rval; local
255 rval = 0;
257 rval = 1;
259 return rval;
/netbsd-current/lib/libm/src/
H A Dmath_private.h335 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval))
337 #define STRICT_ASSIGN(type, lval, rval) do { \
341 (lval) = (rval); \
343 __lval = (rval); \
/netbsd-current/sys/arch/mac68k/obio/
H A Dascaudio.c153 int rval = 0; local
168 rval = 1;
170 rval = 0;
174 return rval;
/netbsd-current/external/mpl/bind/dist/lib/irs/
H A Dresconf.c531 isc_result_t rval, ret = ISC_R_SUCCESS; local
563 rval = ISC_R_SUCCESS;
564 POST(rval);
569 rval = ISC_R_SUCCESS;
571 rval = resconf_parsenameserver(conf, fp);
573 rval = resconf_parsedomain(conf, fp);
575 rval = resconf_parsesearch(conf, fp);
577 rval = resconf_parsesortlist(conf, fp);
579 rval = resconf_parseoption(conf, fp);
582 rval
[all...]
/netbsd-current/external/mpl/bind/dist/
H A Dltmain.sh5999 int rval = 127;
6166 rval = (int) _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
6167 if (rval == -1)
6175 return rval;
6181 return rval; /* =127, but avoids unused variable warning */
6243 int rval = 0;
6253 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
6255 return rval;
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dmem_test.c58 int rval; local
86 rval = isc_mempool_getfreecount(mp1);
87 assert_int_equal(rval, 10);
90 rval = isc_mempool_getallocated(mp1);
91 assert_int_equal(rval, 19);
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Ddst_test.c70 size_t rval, len; local
88 result = isc_stdio_read(p, 1, len, fp, &rval);
90 len -= rval;
91 p += rval;
140 size_t rval, len; local
169 result = isc_stdio_read(p, 1, len, fp, &rval);
171 len -= rval;
172 p += rval;
/netbsd-current/usr.bin/ftp/
H A Dmain.c140 int ch, rval; local
536 rval = auto_put(argc, argv, upload_path);
542 exit(rval);
545 rval = auto_fetch(argc, argv);
546 if (rval >= 0) /* -1 == connected and cd-ed */
552 if ((rval = sigsetjmp(toplevel, 1)))
H A Dfetch.c268 int rval; local
273 rval = -1;
344 rval = 0;
349 return (rval);
1069 volatile int *rval, struct urlinfo *ui)
1102 *rval = fetch_url(url, penv,
1115 struct authinfo *pauth, volatile int *rval, volatile int *ischunked,
1237 *rval = fetch_url(url, location,
1243 *rval = go_fetch(location, ui);
1249 do_auth(hcode, url, penv, wauth, pauth, auth, message, rval,
1067 do_auth(int hcode, const char *url, const char *penv, struct authinfo *wauth, struct authinfo *pauth, char **auth, const char *message, volatile int *rval, struct urlinfo *ui) argument
1113 negotiate_connection(FETCH *fin, const char *url, const char *penv, struct posinfo *pi, time_t *mtime, struct authinfo *wauth, struct authinfo *pauth, volatile int *rval, volatile int *ischunked, char **auth, struct urlinfo *ui) argument
1278 connectmethod(FETCH *fin, const char *url, const char *penv, struct urlinfo *oui, struct urlinfo *ui, struct authinfo *wauth, struct authinfo *pauth, char **auth, int *hasleading, volatile int *rval) argument
1397 int volatile rval, ischunked; local
1943 int dirhasglob, filehasglob, rval, transtype, xargc; local
2372 volatile int argpos, rval; local
2422 int uargc, rval, argpos; local
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/irs/
H A Dresconf.c516 isc_result_t rval, ret = ISC_R_SUCCESS; local
546 rval = ISC_R_SUCCESS;
547 POST(rval);
552 rval = ISC_R_SUCCESS;
554 rval = resconf_parsenameserver(conf, fp);
556 rval = resconf_parsedomain(conf, fp);
558 rval = resconf_parsesearch(conf, fp);
560 rval = resconf_parsesortlist(conf, fp);
562 rval = resconf_parseoption(conf, fp);
565 rval
[all...]
/netbsd-current/usr.bin/touch/
H A Dtouch.c94 int aflag, cflag, Dflag, hflag, mflag, ch, fd, len, rval, timeset; local
182 for (rval = EXIT_SUCCESS; *argv; ++argv) {
190 rval = EXIT_FAILURE;
217 rval = EXIT_FAILURE;
230 rval = EXIT_FAILURE;
233 exit(rval);

Completed in 622 milliseconds

1234567891011>>