/titanic_41/usr/src/lib/scsi/libses/common/ |
H A D | libses_plugin.h | 97 #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 D | types.h | 147 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 D | types.h | 223 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 D | stdlib_iso.h | 165 inline long abs(long _l) { return labs(_l); } in abs()
|
/titanic_41/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 56 #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 D | lber-int.h | 222 #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 D | mptsas_hash.c | 30 #define link_to_obj(_h, _l) \ argument
|
/titanic_41/usr/src/uts/common/io/arn/ |
H A D | arn_core.h | 148 #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 D | ath_hal.h | 1261 #define ATH_HAL_FILLTXDESC(_ah, _ds, _l, _first, _last, _ath_desc) \ argument
|