method 171 dev/acpi/acpitz.c acpitz_setfan(struct acpitz_softc *sc, int i, char *method)
method 177 dev/acpi/acpitz.c dnprintf(20, "%s: acpitz_setfan(%d, %s)\n", DEVNAME(sc), i, method);
method 217 dev/acpi/acpitz.c if (aml_evalname(sc->sc_acpi, ref->node, method, 0,
method 220 dev/acpi/acpitz.c DEVNAME(sc), name, x, y, method);
method 732 dev/ic/rtw.c const char *method;
method 739 dev/ic/rtw.c method = "fallback";
method 743 dev/ic/rtw.c method = "Intersil";
method 747 dev/ic/rtw.c method = "Philips";
method 751 dev/ic/rtw.c method = "RFMD";
method 760 dev/ic/rtw.c ("%s: %s RF programming method, %#02x\n", dvname, method,
method 484 dev/ic/siopreg.h u_int16_t method;
method 55 dev/ofw/openfirm.h int OF_call_method_1(char *method, int ihandle, int nargs, ...);
method 56 dev/ofw/openfirm.h int OF_call_method(char *method, int ihandle, int nargs, int nreturns, ...);
method 137 lib/libsa/cread.c int method; /* method byte */
method 161 lib/libsa/cread.c method = get_byte(s);
method 163 lib/libsa/cread.c if (method != Z_DEFLATED || (flags & RESERVED) != 0) {
method 1322 lib/libz/zlib.h ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method,
method 1336 lib/libz/zlib.h #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
method 1337 lib/libz/zlib.h deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\
method 237 net/zlib.c Byte method; /* STORED (for zip only) or DEFLATED */
method 602 net/zlib.c int deflateInit2 (strm, level, method, windowBits, memLevel,
method 606 net/zlib.c int method;
method 627 net/zlib.c if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != DEFLATED ||
method 669 net/zlib.c s->method = (Byte)method;
method 2351 net/zlib.c s->method = STORED;
method 2765 net/zlib.c uInt method; /* if FLAGS, method byte */
method 2884 net/zlib.c if (((z->state->sub.method = NEXTBYTE) & 0xf) != DEFLATED)
method 2891 net/zlib.c if ((z->state->sub.method >> 4) + 8 > z->state->wbits)
method 2908 net/zlib.c if (((z->state->sub.method << 8) + b) % 31)
method 444 net/zlib.h int method,