Searched refs:ifp (Results 101 - 111 of 111) sorted by relevance

12345

/haiku-fatelf/src/bin/patch/
H A Dpch.c1903 FILE *ifp = fopen (TMPOUTNAME, binary_transput ? "rb" : "r"); local
1905 if (!ifp)
1907 while ((c = getc (ifp)) != EOF)
1910 if (ferror (ifp) || fclose (ifp) != 0)
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dfbsd_mbuf.c392 m_devget(char *buf, int totlen, int off, struct ifnet *ifp, argument
419 m->m_pkthdr.rcvif = ifp;
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_superg.c507 struct ifnet *ifp = vap->iv_ifp; local
515 ifp->if_opackets++;
H A Dieee80211_hwmp.c944 struct ifnet *ifp = vap->iv_ifp; local
1075 ifp->if_transmit(ifp, m);
H A Dieee80211_node.c1837 struct ifnet *ifp = ic->ic_ifp; local
1840 IEEE80211_NODE_LOCK_INIT(nt, ifp->if_xname);
1841 IEEE80211_NODE_ITERATE_LOCK_INIT(nt, ifp->if_xname);
H A Dieee80211_scan_sta.c1694 struct ifnet *ifp = ic->ic_ifp; local
1698 ifp->if_flags |= IFF_PROMISC;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dbwirf.c1261 struct ifnet *ifp = sc->sc_ifp; local
1330 if ((ifp->if_drv_flags & IFF_DRV_RUNNING) == 0)
1353 if ((ifp->if_drv_flags & IFF_DRV_RUNNING) == 0)
1463 struct ifnet *ifp = mac->mac_sc->sc_ifp; local
1477 if ((ifp->if_drv_flags & IFF_DRV_RUNNING) == 0) {
/haiku-fatelf/src/bin/gawk/
H A Dio.c2144 rp->ifp = current;
2160 aval = pclose(rp->ifp);
2161 rp->ifp = NULL;
H A Dawk.h611 FILE *ifp; /* input fp, needed for PIPES_SIMULATED */ member in struct:redirect
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dllib-lncurses1242 FILE *ifp)
H A Dllib-lncursesw1744 FILE *ifp)

Completed in 90 milliseconds

12345