Home
last modified time | relevance | path

Searched refs:_arg (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/sgs/crle/common/
H A Dutil.c245 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 Dsgs.h156 #define VLA_SIZE(_arg) ((_arg) + 1) argument
158 #define VLA_SIZE(_arg) (_arg) argument
H A Dconv.h1087 #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 Dnet80211_impl.h322 #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 Dnet80211.h626 #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 Dath_hal.h1239 #define ATH_HAL_RXMONITOR(_ah, _arg, _chan) \ argument
1240 ((*(_ah)->ah_rxMonitor)((_ah), (_arg), (_chan)))