Home
last modified time | relevance | path

Searched defs:_l (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/scsi/libses/common/
H A Dlibses_plugin.h97 #define SES_NV_ADD(_t, _e, _l, _n, ...) \ argument
101 #define SES_NV_ADD_OR_FREE(_t, _e, _l, _n, ...) \ argument
105 #define SES_NV_ADD_FS(_e, _l, _name, _buf) \ argument
108 #define SES_NV_ADD_FS_TRUNC(_e, _l, _name, _buf) \ argument
112 #define SES_NV_CTLBOOL(_l, _n, _b) \ argument
119 #define SES_NV_CTLBOOL_INVERT(_l, _n, _b) \ argument
126 #define SES_NV_CTL64(_l, _n, _v) \ argument
133 #define SES_NV_CTL16(_l, _n, _v) \ argument
/titanic_41/usr/src/ucbhead/sys/
H A Dtypes.h147 int32_t _l[2]; member
152 uint32_t _l[2]; member
158 int32_t _l[4]; member
163 uint32_t _l[4]; member
245 int32_t _l; /* lower 32 bits of offset value */ member
256 int32_t _l; /* lower 32 bits of offset value */ member
265 int32_t _l; /* lower 32 bits of disk address value */ member
276 int32_t _l; /* lower 32 bits of disk address value */ member
/titanic_41/usr/src/uts/common/sys/
H A Dtypes.h223 int32_t _l[2]; member
228 uint32_t _l[2]; member
234 int32_t _l[4]; member
239 uint32_t _l[4]; member
259 int32_t _l; /* lower 32 bits of offset value */ member
270 int32_t _l; /* lower 32 bits of offset value */ member
279 int32_t _l; /* lower 32 bits of disk address value */ member
290 int32_t _l; /* lower 32 bits of disk address value */ member
/titanic_41/usr/src/head/iso/
H A Dstdlib_iso.h165 inline long abs(long _l) { return labs(_l); } in abs()
/titanic_41/usr/src/common/crypto/sha1/
H A Dsha1.c56 #define bcopy(_s, _d, _l) ((void) memcpy((_d), (_s), (_l))) argument
57 #define bzero(_m, _l) ((void) memset((_m), 0, (_l))) argument
/titanic_41/usr/src/lib/libldap5/sources/ldap/ber/
H A Dlber-int.h222 #define LBER_HTONL( _l ) \ argument
225 #define LBER_NTOHL(_l) LBER_HTONL(_l) argument
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_hash.c30 #define link_to_obj(_h, _l) \ argument
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_core.h148 #define INCR(_l, _sz) do { \ argument
154 #define DECR(_l, _sz) do { \ argument
161 #define TSF_TO_TU(_h, _l) \ argument
/titanic_41/usr/src/uts/common/io/ath/
H A Dath_hal.h1261 #define ATH_HAL_FILLTXDESC(_ah, _ds, _l, _first, _last, _ath_desc) \ argument