IF_IS_EMPTY      2746 dev/ic/rtw.c   	if (IF_IS_EMPTY(ifq))
IF_IS_EMPTY       858 dev/pci/if_san_xilinx.c 			while (!IF_IS_EMPTY(&trace_info->ifq)) {
IF_IS_EMPTY       426 dev/sdmmc/sbt.c 	if (sc->sc_dying || IF_IS_EMPTY(q))
IF_IS_EMPTY       878 dev/usb/ubt.c  	if (IF_IS_EMPTY(&unit->hci_cmdq))
IF_IS_EMPTY       970 dev/usb/ubt.c  	if (IF_IS_EMPTY(&unit->hci_acltxq) == NULL)
IF_IS_EMPTY       238 net80211/ieee80211_input.c 		while (!IF_IS_EMPTY(&ni->ni_savedq)) {
IF_IS_EMPTY      2591 net80211/ieee80211_input.c 	if (IF_IS_EMPTY(&ni->ni_savedq))
IF_IS_EMPTY       832 net80211/ieee80211_node.c 	if (!IF_IS_EMPTY(&ni->ni_savedq)) {
IF_IS_EMPTY      1952 net80211/ieee80211_output.c 	if (IF_IS_EMPTY(&ni->ni_savedq))
IF_IS_EMPTY       275 netbt/hci_event.c 	while (unit->hci_num_cmd_pkts > 0 && !IF_IS_EMPTY(&unit->hci_cmdwait)) {
IF_IS_EMPTY       327 netbt/hci_event.c 	while (unit->hci_num_cmd_pkts > 0 && !IF_IS_EMPTY(&unit->hci_cmdwait)) {
IF_IS_EMPTY       630 netbt/hci_link.c 		if (!IF_IS_EMPTY(&pdu->lp_data))
IF_IS_EMPTY       661 netbt/hci_link.c 		if (IF_IS_EMPTY(&pdu->lp_data)) {
IF_IS_EMPTY       719 netbt/hci_link.c 			if (IF_IS_EMPTY(&pdu->lp_data)) {
IF_IS_EMPTY       166 netbt/l2cap_lower.c 	if (IF_IS_EMPTY(&chan->lc_txq)) {
IF_IS_EMPTY       248 netbt/l2cap_upper.c 	if ((IF_IS_EMPTY(&chan->lc_txq) && chan->lc_pending == 0)