| /freebsd/sys/security/mac/ |
| H A D | mac_framework.c | 354 mac_policy_getlabeled(struct mac_policy_conf *mpc) in mac_policy_getlabeled() argument 359 if (mpc->mpc_ops->mpo_ ## method != NULL) \ in mac_policy_getlabeled() 397 struct mac_policy_conf *mpc; in mac_policy_update() local 403 LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) { in mac_policy_update() 404 mac_labeled |= mac_policy_getlabeled(mpc); in mac_policy_update() 407 LIST_FOREACH(mpc, &mac_policy_list, mpc_list) { in mac_policy_update() 408 mac_labeled |= mac_policy_getlabeled(mpc); in mac_policy_update() 488 mac_policy_fastpath_register(struct mac_policy_conf *mpc) in mac_policy_fastpath_register() argument 496 ops = (uintptr_t **)mpc->mpc_ops; in mac_policy_fastpath_register() 505 mac_policy_fastpath_unregister(struct mac_policy_conf *mpc) in mac_policy_fastpath_unregister() argument [all …]
|
| H A D | mac_internal.h | 302 struct mac_policy_conf *mpc; \ 305 LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) { \ 306 if (mpc->mpc_ops->mpo_ ## check != NULL) \ 308 mpc->mpc_ops->mpo_ ## check (args), \ 313 LIST_FOREACH(mpc, &mac_policy_list, mpc_list) { \ 314 if (mpc->mpc_ops->mpo_ ## check != NULL) \ 316 mpc->mpc_ops->mpo_ ## check (args), \ 324 struct mac_policy_conf *mpc; \ 327 LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) { \ 328 if (mpc->mpc_ops->mpo_ ## check != NULL) \ [all …]
|
| H A D | mac_syscalls.c | 824 struct mac_policy_conf *mpc; in sys_mac_syscall() local 833 LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) { in sys_mac_syscall() 834 if (strcmp(mpc->mpc_name, target) == 0 && in sys_mac_syscall() 835 mpc->mpc_ops->mpo_syscall != NULL) { in sys_mac_syscall() 836 error = mpc->mpc_ops->mpo_syscall(td, in sys_mac_syscall() 844 LIST_FOREACH(mpc, &mac_policy_list, mpc_list) { in sys_mac_syscall() 845 if (strcmp(mpc->mpc_name, target) == 0 && in sys_mac_syscall() 846 mpc->mpc_ops->mpo_syscall != NULL) { in sys_mac_syscall() 847 error = mpc->mpc_ops->mpo_syscall(td, in sys_mac_syscall()
|
| H A D | mac_policy.h | 113 typedef void (*mpo_destroy_t)(struct mac_policy_conf *mpc); 114 typedef void (*mpo_init_t)(struct mac_policy_conf *mpc);
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-mptcp.c | 193 const struct mp_capable *mpc = (const struct mp_capable *) opt; in mp_capable_print() local 201 version = MP_CAPABLE_OPT_VERSION(GET_U_1(mpc->sub_ver)); in mp_capable_print() 212 if (GET_U_1(mpc->flags) & MP_CAPABLE_C) in mp_capable_print() 215 ND_PRINT(" {0x%" PRIx64, GET_BE_U_8(mpc->sender_key)); in mp_capable_print() 217 ND_PRINT(",0x%" PRIx64, GET_BE_U_8(mpc->receiver_key)); in mp_capable_print()
|
| /freebsd/sys/security/mac_portacl/ |
| H A D | mac_portacl.c | 152 destroy(struct mac_policy_conf *mpc) in destroy() argument 160 init(struct mac_policy_conf *mpc) in init() argument
|
| /freebsd/contrib/arm-optimized-routines/ |
| H A D | Makefile | 38 mpc-libs = -lmpc
|
| H A D | config.mk.dist | 78 mpc-libs = $(SYSROOT)/lib/libmpc.dll.a
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_os.c | 3798 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; in qlnx_tpa_start() local 3964 mpc = sw_rx_data->data; in qlnx_tpa_start() 3966 if (mpc == NULL) { in qlnx_tpa_start() 4001 mpc->m_flags &= ~M_PKTHDR; in qlnx_tpa_start() 4002 mpc->m_next = NULL; in qlnx_tpa_start() 4003 mpc->m_len = cqe->ext_bd_len_list[i]; in qlnx_tpa_start() 4006 mpf = mpl = mpc; in qlnx_tpa_start() 4009 mpl->m_next = mpc; in qlnx_tpa_start() 4010 mpl = mpc; in qlnx_tpa_start() 4108 struct mbuf *mpf = NULL, *mpl = NULL, *mpc = NULL; in qlnx_tpa_cont() local [all …]
|
| /freebsd/sys/security/mac_bsdextended/ |
| H A D | mac_bsdextended.c | 206 ugidfw_init(struct mac_policy_conf *mpc) in ugidfw_init() argument 213 ugidfw_destroy(struct mac_policy_conf *mpc) in ugidfw_destroy() argument
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.h | 489 void brcmf_set_mpc(struct brcmf_if *ndev, int mpc);
|
| H A D | cfg80211.c | 1077 static void brcmf_scan_config_mpc(struct brcmf_if *ifp, int mpc) in brcmf_scan_config_mpc() argument 1080 brcmf_set_mpc(ifp, mpc); in brcmf_scan_config_mpc() 1083 void brcmf_set_mpc(struct brcmf_if *ifp, int mpc) in brcmf_set_mpc() argument 1089 err = brcmf_fil_iovar_int_set(ifp, "mpc", mpc); in brcmf_set_mpc() 1094 brcmf_dbg(INFO, "MPC : %d\n", mpc); in brcmf_set_mpc()
|
| /freebsd/sys/dev/igc/ |
| H A D | igc_hw.h | 272 u64 mpc; member
|
| H A D | if_igc.c | 2506 sc->stats.mpc += IGC_READ_REG(&sc->hw, IGC_MPC); in igc_update_stats_counters() 2595 sc->stats.mpc + sc->stats.htdpmc); in igc_if_get_counter() 2795 CTLFLAG_RD, &sc->stats.mpc, in igc_add_hw_stats()
|
| /freebsd/sys/security/mac_do/ |
| H A D | mac_do.c | 2100 mac_do_init(struct mac_policy_conf *mpc) in mac_do_init() argument 2115 mac_do_destroy(struct mac_policy_conf *mpc) in mac_do_destroy() argument
|
| /freebsd/sys/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 784 mac_veriexec_init(struct mac_policy_conf *mpc __unused) in mac_veriexec_init()
|
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | Dir.mk | 157 $(math-host-tools): HOST_LDLIBS += $(libm-libs) $(mpfr-libs) $(mpc-libs)
|
| /freebsd/sys/dev/e1000/ |
| H A D | e1000_hw.h | 577 u64 mpc; member
|
| H A D | if_em.c | 4712 stats->mpc += E1000_READ_REG(&sc->hw, E1000_MPC); in em_update_stats_counters() 4861 stats->mpc + stats->cexterr); in em_if_get_counter() 5108 CTLFLAG_RD, &stats->mpc, in em_add_hw_stats()
|
| /freebsd/contrib/jemalloc/bin/ |
| H A D | jeprof.in | 5151 my $mpc = AddressSub($pc, $offset); 5152 while (($index < $#names) && ($mpc ge $symbol_table->{$fullname}->[1])){ 5157 if ($mpc lt $symbol_table->{$fullname}->[1]) {
|
| /freebsd/sys/dev/ixgbe/ |
| H A D | if_ix.c | 1880 stats->mpc[0] += IXGBE_READ_REG(hw, IXGBE_MPC(0)); in ixgbe_update_stats_counters() 2002 stats->mpc[0] + stats->rlec + stats->ruc + stats->rfc + in ixgbe_update_stats_counters() 2115 CTLFLAG_RD, &stats->mpc[0], "RX Missed Packet Count"); in ixgbe_add_hw_stats()
|
| H A D | ixgbe_type.h | 3941 u64 mpc[8]; member
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 12570 mpc.lists.freebsd.current newsgroup.
|