Symbol: _L
usr/src/head/iso/ctype_iso.h
63
#define _ISLOWER _L
usr/src/lib/libc/port/i18n/_ctype.c
131
_P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
usr/src/lib/libc/port/i18n/_ctype.c
132
_L, _L, _L, _L, _L, _L, _L, _L,
usr/src/lib/libc/port/i18n/_ctype.c
133
_L, _L, _L, _L, _L, _L, _L, _L,
usr/src/lib/libc/port/i18n/_ctype.c
134
_L, _L, _L, _P, _P, _P, _P, _C,
usr/src/lib/libc/port/i18n/_ctype.c
58
_P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
usr/src/lib/libc/port/i18n/_ctype.c
59
_L, _L, _L, _L, _L, _L, _L, _L,
usr/src/lib/libc/port/i18n/_ctype.c
60
_L, _L, _L, _L, _L, _L, _L, _L,
usr/src/lib/libc/port/i18n/_ctype.c
61
_L, _L, _L, _P, _P, _P, _P, _C,
usr/src/stand/lib/sa/ctype.c
64
_P, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L|_X, _L,
usr/src/stand/lib/sa/ctype.c
65
_L, _L, _L, _L, _L, _L, _L, _L,
usr/src/stand/lib/sa/ctype.c
66
_L, _L, _L, _L, _L, _L, _L, _L,
usr/src/stand/lib/sa/ctype.c
67
_L, _L, _L, _P, _P, _P, _P, _C,
usr/src/stand/lib/sa/ctype.h
53
#define isalpha(c) ((__ctype + 1)[c] & (_U | _L))
usr/src/stand/lib/sa/ctype.h
55
#define islower(c) ((__ctype + 1)[c] & _L)
usr/src/stand/lib/sa/ctype.h
58
#define isalnum(c) ((__ctype + 1)[c] & (_U | _L | _N))
usr/src/stand/lib/sa/ctype.h
61
#define isprint(c) ((__ctype + 1)[c] & (_P | _U | _L | _N | _B))
usr/src/stand/lib/sa/ctype.h
62
#define isgraph(c) ((__ctype + 1)[c] & (_P | _U | _L | _N))
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6849
(is_t4(adap->params.chip) ? PORT_REG(idx, A_MPS_PORT_STAT_##name##_L) : \
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6850
T5_PORT_REG(idx, A_MPS_PORT_STAT_##name##_L)))
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6851
#define GET_STAT_COM(name) t4_read_reg64(adap, A_MPS_STAT_##name##_L)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6947
PORT_REG(idx, A_MPS_PORT_STAT_LB_PORT_##name##_L) : \
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6948
T5_PORT_REG(idx, A_MPS_PORT_STAT_LB_PORT_##name##_L)))
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6949
#define GET_STAT_COM(name) t4_read_reg64(adap, A_MPS_STAT_##name##_L)
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
376
t4_read_reg64(sc, PORT_REG(pi->tx_chan, A_MPS_PORT_STAT_##name##_L))
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3452
PORT_REG(pi->port_id, A_MPS_PORT_STAT_##name##_L))
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
3454
A_MPS_STAT_##name##_L)