Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_input.h31 #define IEEE80211_VERIFY_ELEMENT(__elem, __maxlen, _action) do { \ argument
36 _action; \
41 _action; \
45 #define IEEE80211_VERIFY_LENGTH(_len, _minlen, _action) do { \ argument
51 _action; \
59 #define IEEE80211_VERIFY_SSID(_ni, _ssid, _action) do { \ argument
68 _action; \
72 #define IEEE80211_VERIFY_SSID(_ni, _ssid, _action) do { \ argument
77 _action; \
/freebsd/libexec/rc/
H A Dnetwork.subr103 local _ifn _cfg _action _vnet
105 _action="$2"
109 ${IFCONFIG_CMD} $_ifn $_action $_vnet && _cfg=0
796 local _af _action
799 _action=$2
803 ifalias_expand_addr_$_af $_action $*
811 local _action _arg _cidr _cidr_addr _exargs
814 _action=$1
820 case $_action:$_arg:$_exargs in
823 _action="alias"
[all …]
H A Drc.subr2125 _action=$1
2130 case $_action in
/freebsd/libexec/rc/rc.d/
H A Drouting142 local _action _if _skip _fibmod _fibs
143 _action=$1
193 ${ROUTE_CMD} ${_action} ${route_args}
204 local _action _if _skip fibmod _fibs
205 _action=$1
270 ${ROUTE_CMD} ${_action} \
/freebsd/usr.sbin/lpr/common_source/
H A Dlp.h306 int set_qstate(int _action, const char *_lfname);
/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c121 static int dofork(const struct printer *_pp, int _action);