Searched refs:LCASE (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_ses.h | 180 #define GEN_SES_CTRL_COMMON_ACCESSORS(LCASE, UCASE) \ argument 181 GEN_ACCESSORS(ses_ctrl_common, SES_CTRL_COMMON, LCASE, UCASE) 235 #define GEN_SES_CTRL_DEV_SLOT_ACCESSORS(LCASE, UCASE) \ argument 236 GEN_ACCESSORS(ses_ctrl_dev_slot, SES_CTRL_DEV_SLOT, LCASE, UCASE) 295 #define GEN_SES_CTRL_ARRAY_DEV_SLOT_ACCESSORS(LCASE, UCASE) \ argument 297 LCASE, UCASE) 330 #define GEN_SES_CTRL_POWER_SUPPLY_ACCESSORS(LCASE, UCASE) \ argument 331 GEN_ACCESSORS(ses_ctrl_power_supply, SES_CTRL_POWER_SUPPLY, LCASE, UCASE) 364 #define GEN_SES_CTRL_COOLING_ACCESSORS(LCASE, UCASE) \ argument 365 GEN_ACCESSORS(ses_ctrl_cooling, SES_CTRL_COOLING, LCASE, UCASE) [all …]
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_tracebits.c | 256 #ifndef LCASE in _nc_trace_ttymode() 257 #define LCASE 0 in _nc_trace_ttymode() macro 275 DATA(LCASE), in _nc_trace_ttymode() 282 #define ALLCTRL (CBREAK|CRMOD|ECHO|EVENP|LCASE|LLITOUT|ODDP|RAW|TANDEM|XTABS) in _nc_trace_ttymode()
|
/freebsd/include/rpcsvc/ |
H A D | rex.x | 97 const LCASE = 0x00000004; /* simulate lower case */ variable
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 83 #define LCASE 0x00000004 /* simulate lower case */ macro
|
/freebsd/contrib/tcsh/ |
H A D | ed.term.c | 47 { "nrmal:", (ECHO|CRMOD|ANYP), (CBREAK|RAW|LCASE|VTDELAY|ALLDELAY) }, 61 { "nrmal:", (CBREAK|CRMOD|ANYP), (RAW|ECHO|LCASE|VTDELAY|ALLDELAY) }, 315 # ifdef LCASE 316 { "lcase", LCASE, M_CONTROL },
|
/freebsd/libexec/getty/ |
H A D | main.c | 383 tmode.sg_flags |= LCASE; in main() 385 tmode.sg_flags &= ~LCASE; in main()
|
H A D | subr.c | 297 f |= LCASE; in set_flags()
|