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

/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_ses.h180 #define GEN_SES_CTRL_COMMON_ACCESSORS(LCASE, UCASE) \
181 GEN_ACCESSORS(ses_ctrl_common, SES_CTRL_COMMON, LCASE, UCASE)
235 #define GEN_SES_CTRL_DEV_SLOT_ACCESSORS(LCASE, UCASE) \
236 GEN_ACCESSORS(ses_ctrl_dev_slot, SES_CTRL_DEV_SLOT, LCASE, UCASE)
295 #define GEN_SES_CTRL_ARRAY_DEV_SLOT_ACCESSORS(LCASE, UCASE) \
297 LCASE, UCASE)
330 #define GEN_SES_CTRL_POWER_SUPPLY_ACCESSORS(LCASE, UCASE) \
331 GEN_ACCESSORS(ses_ctrl_power_supply, SES_CTRL_POWER_SUPPLY, LCASE, UCASE)
364 #define GEN_SES_CTRL_COOLING_ACCESSORS(LCASE, UCASE) \
365 GEN_ACCESSORS(ses_ctrl_cooling, SES_CTRL_COOLING, LCASE, UCAS
[all...]
/freebsd-10-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c219 #ifndef LCASE
220 #define LCASE 0 macro
238 {LCASE, "LCASE"},
245 #define ALLCTRL (CBREAK|CRMOD|ECHO|EVENP|LCASE|LLITOUT|ODDP|RAW|TANDEM|XTABS)
/freebsd-10-stable/sys/sys/
H A Dioctl_compat.h84 #define LCASE 0x00000004 /* simulate lower case */ macro
/freebsd-10-stable/include/rpcsvc/
H A Drex.x106 const LCASE = 0x00000004; /* simulate lower case */
/freebsd-10-stable/contrib/tcsh/
H A Ded.term.c50 { "nrmal:", (ECHO|CRMOD|ANYP), (CBREAK|RAW|LCASE|VTDELAY|ALLDELAY) },
64 { "nrmal:", (CBREAK|CRMOD|ANYP), (RAW|ECHO|LCASE|VTDELAY|ALLDELAY) },
318 # ifdef LCASE
319 { "lcase", LCASE, M_CONTROL },
320 # endif /* LCASE */
/freebsd-10-stable/libexec/getty/
H A Dmain.c392 tmode.sg_flags |= LCASE;
394 tmode.sg_flags &= ~LCASE;
H A Dsubr.c303 f |= LCASE;

Completed in 97 milliseconds