Home
last modified time | relevance | path

Searched refs:_mp (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dstrft.h171 mblk_t *_mp; \
174 for (_mp = (mp); _mp != NULL; _mp = _mp->b_cont) { \
175 if ((_hp = DB_FTHDR(_mp)) != NULL) \
/titanic_44/usr/src/lib/libumem/common/
H A Dstub_stand.c82 static mutex_t _mp = DEFAULTMUTEX; variable
88 (void) memcpy(mp, &_mp, sizeof (mutex_t)); in mutex_init()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dipsecah.c2841 #define AH_INIT_CALLREQ(_cr, _mp, _callback) \ argument
2843 (_cr)->cr_callback_arg = (_mp); \
H A Dipsecesp.c2029 #define ESP_INIT_CALLREQ(_cr, _mp, _callback) \ argument
2031 (_cr)->cr_callback_arg = (_mp); \