Home
last modified time | relevance | path

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

/titanic_51/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, _ argument
119 SES_NV_CTLBOOL_INVERT(_l,_n,_b) global() argument
126 SES_NV_CTL64(_l,_n,_v) global() argument
133 SES_NV_CTL16(_l,_n,_v) global() argument
[all...]
/titanic_51/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_51/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; /* lowe member
[all...]
/titanic_51/usr/src/head/iso/
H A Dstdlib_iso.h167 inline long abs(long _l) { return labs(_l); } in abs() argument
/titanic_51/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_51/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_51/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_hash.c30 #define link_to_obj(_h, _l) \ argument
/titanic_51/usr/src/boot/include/net/
H A Dif.h278 #define IF_MSGHDRL_IFM_DATA(_l) \ argument
280 #define IF_MSGHDRL_RTA(_l) \ argument
318 #define IFA_MSGHDRL_IFAM_DATA(_l) \ argument
320 #define IFA_MSGHDRL_RTA(_l) \ argument
[all...]
/titanic_51/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_51/usr/src/uts/common/io/ath/
H A Dath_hal.h1261 #define ATH_HAL_FILLTXDESC(_ah, _ds, _l, _first, _last, _ath_desc) \ argument