/src/usr.bin/netstat/ |
mroute6.c | 135 struct mf6c mfc; local in function:mroute6pr 207 kread((u_long)mfcp, (char *)&mfc, sizeof(mfc)); 218 routename6(&mfc.mf6c_origin, nflag)); 220 routename6(&mfc.mf6c_mcastgrp, nflag)); 221 printf(" %9llu", (unsigned long long)mfc.mf6c_pkt_cnt); 223 for (waitings = 0, rtep = mfc.mf6c_stall; rtep; ) { 230 if (mfc.mf6c_parent == MF6C_INCOMPLETE_PARENT) 233 printf(" %3d ", mfc.mf6c_parent); 235 if (IF_ISSET(mifi, &mfc.mf6c_ifset) [all...] |
mroute.c | 136 LIST_HEAD(, mfc) *mfchashtbl; 139 struct mfc *mfcp, mfc; local in function:mroutepr 217 for (; mfcp != 0; mfcp = mfc.mfc_hash.le_next) { 225 kread((u_long)mfcp, (char *)&mfc, sizeof(mfc)); 227 i, routename4(mfc.mfc_origin.s_addr, nflag)); 229 routename4(mfc.mfc_mcastgrp.s_addr, nflag), 230 pktscale(mfc.mfc_pkt_cnt), mfc.mfc_parent) [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
s5pv210.dtsi | 464 mfc: codec@f1700000 { label 465 compatible = "samsung,mfc-v5"; 470 clock-names = "sclk_mfc", "mfc";
|
exynos3250.dtsi | 200 label = "MFC"; 490 mfc: codec@13400000 { label 491 compatible = "samsung,mfc-v7"; 494 clock-names = "mfc", "sclk_mfc"; 867 bus_mfc: bus-mfc {
|
exynos4.dtsi | 118 label = "MFC"; 438 mfc: codec@13400000 { label 439 compatible = "samsung,mfc-v5"; 444 clock-names = "mfc", "sclk_mfc";
|
exynos5250.dtsi | 207 label = "MFC"; 311 mfc: codec@11000000 { label 312 compatible = "samsung,mfc-v6"; 317 clock-names = "mfc";
|
exynos5420.dtsi | 193 mfc: codec@11000000 { label in label:soc 194 compatible = "samsung,mfc-v7"; 198 clock-names = "mfc"; 365 label = "MFC"; 1115 bus_mfc: bus-mfc {
|
/src/sys/dev/pcmcia/ |
pcmcia_cis.c | 151 } mfc[256 / 5]; local in function:pcmcia_scan_cis 385 howmany(sizeof mfc, sizeof mfc[0])) 386 panic("CISTPL_LONGLINK_MFC mfc " 392 mfc[i].common = 397 mfc[i].addr = 401 mfc[i].common ? "common" : 402 "attr", mfc[i].addr)); 429 * if any. The loop is here in the case that there is an MFC 472 if (!mfc[mfc_index].common [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/exynos/ |
exynos5433.dtsi | 579 compatible = "samsung,exynos5433-cmu-mfc"; 743 label = "MFC"; 1272 mfc: codec@152e0000 { label 1273 compatible = "samsung,exynos5433-mfc";
|
/src/sys/netinet6/ |
ip6_mroute.c | 606 struct mf6c *mfc; local in function:ip6_mrouter_detach 627 for (mfc = mf6ctable[i]; mfc != NULL; mfc = mfc->mf6c_next) { 628 for (rte = mfc->mf6c_stall; rte != NULL; rte = rte->next) { 761 * Add an mfc entry 951 * Delete an mfc entry 1285 struct mf6c *mfc, **nptr; local in function:expire_upcalls 1296 while ((mfc = *nptr) != NULL) [all...] |
/src/sys/netinet/ |
ip_mroute.h | 222 #define IGMPMSG_NOCACHE 1 /* no MFC in the kernel */ 268 struct mfc { struct 269 LIST_ENTRY(mfc) mfc_hash; 311 struct bw_meter *bm_mfc_next; /* next bw meter (same mfc) */ 314 struct mfc *bm_mfc; /* the corresponding mfc */
|
ip_mroute.c | 163 LIST_HEAD(mfchashhdr, mfc) *mfchashtbl; 206 static void update_mfc_params(struct mfc *, struct mfcctl2 *); 207 static void init_mfc_params(struct mfc *, struct mfcctl2 *); 208 static void expire_mfc(struct mfc *); 217 static int ip_mdq(struct mbuf *, struct ifnet *, struct mfc *); 248 struct mbuf *, struct mfc *); 250 struct mbuf *, struct mfc *); 252 struct mbuf *, struct mfc *); 363 static struct mfc * 366 struct mfc *rt 2173 struct mfc *mfc; local in function:add_bw_upcall 2266 struct mfc *mfc; local in function:del_bw_upcall [all...] |
/src/sys/arch/x68k/x68k/ |
iodevice.h | 72 char pad6[1]; unsigned char mfc; member in struct:dmac
|