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

123

/freebsd-13-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-13-stable/sys/netpfil/pf/
H A Dpf_mtag.h59 struct m_tag *mtag; local
61 if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) == NULL)
64 return ((struct pf_mtag *)(mtag + 1));
/freebsd-13-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-13-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.c189 * Also extract packet's timestamp from mtag.
194 struct m_tag *mtag; local
208 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
209 if (mtag == NULL) {
210 D("Codel timestamp mtag not found!");
213 *pkt_ts = *(aqm_time_t *)(mtag + 1);
214 m_tag_delete(m,mtag);
229 struct m_tag *mtag; local
254 /* Add timestamp as mtag */
255 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);
539 struct m_tag *mtag; local
540 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
541 if (mtag
[all...]
/freebsd-13-stable/sys/net80211/
H A Dieee80211_freebsd.c554 struct m_tag *mtag; local
557 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_CALLBACK,
559 if (mtag == NULL)
562 cb = (struct ieee80211_cb *)(mtag+1);
565 m_tag_prepend(m, mtag);
574 struct m_tag *mtag; local
577 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_XMIT_PARAMS,
579 if (mtag == NULL)
582 tx = (struct ieee80211_tx_params *)(mtag+1);
584 m_tag_prepend(m, mtag);
592 struct m_tag *mtag; local
608 struct m_tag *mtag; local
625 struct m_tag *mtag; local
642 struct m_tag *mtag; local
657 struct m_tag *mtag; local
674 struct m_tag *mtag; local
691 struct m_tag *mtag; local
[all...]
/freebsd-13-stable/usr.sbin/bsdconfig/networking/
H A Dnetworking121 f_dialog_menutag_fetch mtag
124 case "$mtag" in
139 if [ "$mtag" = "devices" ]; then
/freebsd-13-stable/sys/net/altq/
H A Daltq_codel.c286 struct m_tag *mtag; local
290 mtag = m_tag_locate(m, MTAG_CODEL, 0, NULL);
291 if (mtag == NULL)
292 mtag = m_tag_alloc(MTAG_CODEL, 0, sizeof(uint64_t),
294 if (mtag == NULL) {
298 enqueue_time = (uint64_t *)(mtag + 1);
300 m_tag_prepend(m, mtag);
314 struct m_tag *mtag; local
322 mtag = m_tag_locate(m, MTAG_CODEL, 0, NULL);
323 if (mtag
[all...]
/freebsd-13-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-13-stable/sys/netinet/
H A Dip_divert.c198 struct m_tag *mtag; local
202 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
203 if (mtag == NULL) {
234 divsrc.sin_port = ((struct ipfw_rule_ref *)(mtag+1))->rulenum;
284 nport = htons((u_int16_t)(((struct ipfw_rule_ref *)(mtag+1))->info));
326 struct m_tag *mtag; local
354 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
355 if (mtag == NULL) {
357 mtag = m_tag_alloc(MTAG_IPFW_RULE, 0,
359 if (mtag
[all...]
/freebsd-13-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-13-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-13-stable/usr.sbin/bsdconfig/mouse/
H A Dmouse121 f_dialog_menutag_fetch mtag
124 case "$mtag" in

Completed in 100 milliseconds

123