Searched refs:_arg (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/sgs/crle/common/ |
H A D | util.c | 245 char *tok, *_arg; in dlflags() local 256 if ((_arg = malloc(strlen(arg) + 1)) == 0) in dlflags() 258 (void) strcpy(_arg, arg); in dlflags() 260 if ((tok = strtok_r(_arg, separate, &lasts)) != NULL) { in dlflags() 288 free(_arg); in dlflags() 298 free(_arg); in dlflags()
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | sgs.h | 156 #define VLA_SIZE(_arg) ((_arg) + 1) argument 158 #define VLA_SIZE(_arg) (_arg) argument
|
H A D | conv.h | 1087 #define conv_expn_field(_arg, _vdp, _fmt_flags) \ argument 1088 _conv_expn_field(_arg, _vdp, _fmt_flags, MSG_SGS_LOCAL_ARRAY) 1090 #define conv_expn_field2(_arg, _osabi, _mach, _vdp, _fmt_flags) \ argument 1091 _conv_expn_field2(_arg, _osabi, _mach, _vdp, _fmt_flags, \
|
/titanic_44/usr/src/uts/common/io/net80211/ |
H A D | net80211_impl.h | 322 #define IEEE80211_SEND_MGMT(_ic, _in, _type, _arg) \ argument 323 ((*(_ic)->ic_send_mgmt)((_ic), (_in), (_type), (_arg)))
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | net80211.h | 626 #define ieee80211_new_state(_ic, _nstate, _arg) \ argument 627 (((_ic)->ic_newstate)((_ic), (_nstate), (_arg)))
|
/titanic_44/usr/src/uts/common/io/ath/ |
H A D | ath_hal.h | 1239 #define ATH_HAL_RXMONITOR(_ah, _arg, _chan) \ argument 1240 ((*(_ah)->ah_rxMonitor)((_ah), (_arg), (_chan)))
|