Searched refs:mtag (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-12-stable/usr.sbin/bsdconfig/usermgmt/
H A Dgroupdel83 f_dialog_menutag_fetch mtag
84 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
85 defaultitem="$mtag"
89 [ "$mtag" = "X $msg_exit" ] && break
93 f_group_delete "$mtag"
H A Dgroupedit83 f_dialog_menutag_fetch mtag
84 f_dprintf "retval=%s mtag=[%s]" $retval "$mtag"
85 defaultitem="$mtag"
89 [ "$mtag" = "X $msg_exit" ] && break
93 f_group_edit "$mtag"
H A Duserdel83 f_dialog_menutag_fetch mtag
84 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
85 defaultitem="$mtag"
89 [ "$mtag" = "X $msg_exit" ] && break
93 f_user_delete "$mtag"
H A Duseredit83 f_dialog_menutag_fetch mtag
84 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
85 defaultitem="$mtag"
89 [ "$mtag" = "X $msg_exit" ] && break
93 f_user_edit "$mtag"
H A Dusermgmt136 f_dialog_menutag_fetch mtag
137 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
147 case "$mtag" in
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_mtag.h58 struct m_tag *mtag; local
60 if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) == NULL)
63 return ((struct pf_mtag *)(mtag + 1));
/freebsd-12-stable/usr.sbin/bsdconfig/startup/
H A Drcadd119 f_dialog_menutag_fetch mtag
121 case "$mtag" in
127 f_dialog_menutag_fetch mtag
128 defaultitem="$mtag"
130 [ "$mtag" = "X $msg_exit" ] && break
135 "${mtag# }"
H A Drcvar198 f_dialog_menutag_fetch mtag
200 [ "$mtag" = "X $msg_exit" ] && break
204 rcvar="${mtag# }"
H A Drcconf231 f_dialog_menutag_fetch mtag
234 case "$mtag" in
247 case "$mtag" in
256 $BSDCFG_LIBE/$APP_DIR/rcedit ${USE_XDIALOG:+-X} "${mtag# }"
H A Drcdelete347 f_dialog_menutag_fetch mtag
350 case "$mtag" in "> $msg_view_details")
362 case "$mtag" in
398 var="${mtag# }"
/freebsd-12-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h156 struct m_tag *mtag; local
157 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
158 if (mtag == NULL){
162 *pkt_ts = *(aqm_time_t *)(mtag + 1);
163 m_tag_delete(m,mtag);
H A Ddn_aqm_codel.c186 * Also extract packet's timestamp from mtag.
191 struct m_tag *mtag; local
205 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
206 if (mtag == NULL) {
207 D("Codel timestamp mtag not found!");
210 *pkt_ts = *(aqm_time_t *)(mtag + 1);
211 m_tag_delete(m,mtag);
226 struct m_tag *mtag; local
251 /* Add timestamp as mtag */
252 mtag
[all...]
H A Ddn_aqm_pie.c325 * If getts is set, also extract packet's timestamp from mtag.
330 struct m_tag *mtag; local
345 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
346 if (mtag == NULL) {
347 D("PIE timestamp mtag not found!");
350 *pkt_ts = *(aqm_time_t *)(mtag + 1);
351 m_tag_delete(m,mtag);
540 struct m_tag *mtag; local
541 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
542 if (mtag
[all...]
/freebsd-12-stable/sys/net80211/
H A Dieee80211_freebsd.c544 struct m_tag *mtag; local
547 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_CALLBACK,
549 if (mtag == NULL)
552 cb = (struct ieee80211_cb *)(mtag+1);
555 m_tag_prepend(m, mtag);
564 struct m_tag *mtag; local
567 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_XMIT_PARAMS,
569 if (mtag == NULL)
572 tx = (struct ieee80211_tx_params *)(mtag+1);
574 m_tag_prepend(m, mtag);
582 struct m_tag *mtag; local
598 struct m_tag *mtag; local
615 struct m_tag *mtag; local
632 struct m_tag *mtag; local
647 struct m_tag *mtag; local
665 struct m_tag *mtag; local
682 struct m_tag *mtag; local
[all...]
/freebsd-12-stable/usr.sbin/bsdconfig/networking/
H A Dnetworking121 f_dialog_menutag_fetch mtag
124 case "$mtag" in
139 if [ "$mtag" = "devices" ]; then
/freebsd-12-stable/sys/net/altq/
H A Daltq_codel.c287 struct m_tag *mtag; local
291 mtag = m_tag_locate(m, MTAG_CODEL, 0, NULL);
292 if (mtag == NULL)
293 mtag = m_tag_alloc(MTAG_CODEL, 0, sizeof(uint64_t),
295 if (mtag == NULL) {
299 enqueue_time = (uint64_t *)(mtag + 1);
301 m_tag_prepend(m, mtag);
315 struct m_tag *mtag; local
323 mtag = m_tag_locate(m, MTAG_CODEL, 0, NULL);
324 if (mtag
[all...]
/freebsd-12-stable/usr.sbin/bsdconfig/console/
H A Dttys196 f_dialog_menutag_fetch mtag
198 [ "$mtag" = "1 $msg_none" ] && exit $SUCCESS
H A Dsaver140 f_dialog_menutag_fetch mtag
142 case "$mtag" in
154 case "$mtag" in
H A Dconsole122 f_dialog_menutag_fetch mtag
125 case "$mtag" in
H A Drepeat121 f_dialog_menutag_fetch mtag
124 case "$mtag" in
H A Dscreenmap125 f_dialog_menutag_fetch mtag
128 case "$mtag" in
/freebsd-12-stable/sys/netinet/
H A Dip_divert.c194 struct m_tag *mtag; local
197 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
198 if (mtag == NULL) {
223 divsrc.sin_port = ((struct ipfw_rule_ref *)(mtag+1))->rulenum;
275 nport = htons((u_int16_t)(((struct ipfw_rule_ref *)(mtag+1))->info));
318 struct m_tag *mtag; local
333 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
334 if (mtag == NULL) {
336 mtag = m_tag_alloc(MTAG_IPFW_RULE, 0,
338 if (mtag
[all...]
/freebsd-12-stable/sys/net/
H A Dif_fwsubr.c86 struct m_tag *mtag; local
125 mtag = m_tag_locate(m, MTAG_FIREWIRE, MTAG_FIREWIRE_HWADDR, NULL);
126 if (!mtag) {
127 mtag = m_tag_alloc(MTAG_FIREWIRE, MTAG_FIREWIRE_HWADDR,
129 if (!mtag) {
133 m_tag_prepend(m, mtag);
135 destfw = (struct fw_hwaddr *)(mtag + 1);
572 struct m_tag *mtag; local
574 mtag = m_tag_locate(m, MTAG_FIREWIRE, MTAG_FIREWIRE_SENDER_EUID, 0);
575 if (mtag)
[all...]
/freebsd-12-stable/usr.sbin/bsdconfig/
H A Dbsdconfig396 f_dialog_menutag_fetch mtag
397 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
406 case "$mtag" in
415 f_getvar menu_program$mtag menu_program
/freebsd-12-stable/usr.sbin/bsdconfig/mouse/
H A Dmouse121 f_dialog_menutag_fetch mtag
124 case "$mtag" in

Completed in 190 milliseconds

123