HomeSort by: relevance | last modified time | path
    Searched refs:methods (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.sbin/memswitch/
Makefile 5 SRCS= memswitch.c properties.c methods.c
  /src/sys/dev/ic/
cissvar.h 75 #define CISS_PERF_SUPPORTED(sc) ((sc)->cfg.methods & CISS_METH_PERF)
ciss.c 231 if (!(sc->cfg.methods & (CISS_METH_SIMPL|CISS_METH_PERF))) {
232 aprint_error(": no supported method 0x%08x\n", sc->cfg.methods);
419 if (sc->cfg.methods & CISS_METH_FIFO64)
421 else if (sc->cfg.methods & CISS_METH_FIFO64_RRO)
558 if (sc->cfg.methods & CISS_METH_FIFO64) {
566 } else if (sc->cfg.methods & CISS_METH_FIFO64_RRO) {
780 if (sc->cfg.methods & (CISS_METH_FIFO64|CISS_METH_FIFO64_RRO)) {
cissreg.h 78 u_int32_t methods; member in struct:ciss_config
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
CodecBase.cs 160 #region Helper methods
  /src/lib/lua/gpio/
gpio.c 46 #define GPIO_METATABLE "GPIO object methods"
274 static const struct luaL_Reg methods[] = { local
291 luaL_newlib(L, methods);
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 329 * For documentation of the member methods below, refer to corresponding methods
  /src/usr.sbin/fstyp/
hammer2_disk.h 627 uint8_t methods; /* check method & compression method */ member in struct:hammer2_blockref
734 * bref.methods. The compression level is not encoded in
735 * bref.methods.
775 * Passed to hammer2_chain_create(), causes methods to be inherited from

Completed in 38 milliseconds