Home
last modified time | relevance | path

Searched refs:LCASE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/cam/scsi/
H A Dscsi_ses.h180 #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 Dlib_tracebits.c256 #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 Drex.x97 const LCASE = 0x00000004; /* simulate lower case */ variable
/freebsd/sys/sys/
H A Dioctl_compat.h83 #define LCASE 0x00000004 /* simulate lower case */ macro
/freebsd/contrib/tcsh/
H A Ded.term.c47 { "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 Dmain.c383 tmode.sg_flags |= LCASE; in main()
385 tmode.sg_flags &= ~LCASE; in main()
H A Dsubr.c297 f |= LCASE; in set_flags()