Searched refs:mode_value (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c877 uint8_t mode_value; local
885 mode_value = (uint8_t)0x04;
887 mode_value = newMode;
897 if (sc->sc_mode_bytes[0] == mode_value)
908 sc->sc_mode_bytes[0] = mode_value;
921 uint8_t mode_value; local
923 mode_value = 0x04;
925 mode_value = RAW_SENSOR_MODE;
929 sc->sc_mode_bytes[0] = mode_value;
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y209 %type <value> mode_value mode_list macro_arglist
400 mode_value
404 | mode_list ',' mode_value
410 mode_value: label
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp6563 uint32_t mode_value; local
6611 mode_value = strtoul(mode, &endp, 8);
6615 mode_value |= S_IFREG;
6616 PrintModeVerbose(mode_value);

Completed in 95 milliseconds