Searched refs:_mode (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/usr.sbin/pw/ |
| HD | pw.h | 46 enum _mode enum
|
| HD | pw.c | 123 … static int (*funcs[W_NUM]) (struct userconf * _cnf, int _mode, struct cargs * _args) = in main()
|
| /dragonfly/sys/dev/netif/ath/ath/ |
| HD | if_athvar.h | 1081 #define ath_hal_getratetable(_ah, _mode) \ argument 1082 ((*(_ah)->ah_getRateTable)((_ah), (_mode))) 1101 #define ath_hal_setpower(_ah, _mode) \ argument 1102 ((*(_ah)->ah_setPowerMode)((_ah), (_mode), AH_TRUE)) 1103 #define ath_hal_setselfgenpower(_ah, _mode) \ argument 1104 ((*(_ah)->ah_setPowerMode)((_ah), (_mode), AH_FALSE))
|
| /dragonfly/lib/libutil/ |
| HD | libutil.h | 94 pidfile_open(const char *_path, mode_t _mode, pid_t *_pidptr);
|
| /dragonfly/sys/dev/sound/midi/ |
| HD | synth_if.m | 294 int _mode;
|
| /dragonfly/crypto/libressl/include/openssl/ |
| HD | asn1.h | 1197 int ASN1_time_parse(const char *_bytes, size_t _len, struct tm *_tm, int _mode);
|