Searched refs:mpc (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/sys/security/mac/
H A Dmac_framework.c318 mac_policy_getlabeled(struct mac_policy_conf *mpc) argument
323 if (mpc->mpc_ops->mpo_ ## method != NULL) \
360 struct mac_policy_conf *mpc; local
366 LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) {
367 mac_labeled |= mac_policy_getlabeled(mpc);
370 LIST_FOREACH(mpc, &mac_policy_list, mpc_list) {
371 mac_labeled |= mac_policy_getlabeled(mpc);
377 mac_policy_register(struct mac_policy_conf *mpc) argument
397 !(mpc->mpc_loadtime_flags & MPC_LOADTIME_FLAG_UNLOADOK));
401 if (strcmp(tmpc->mpc_name, mpc
458 mac_policy_unregister(struct mac_policy_conf *mpc) argument
508 struct mac_policy_conf *mpc; local
[all...]
H A Dmac_internal.h269 struct mac_policy_conf *mpc; \
272 LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) { \
273 if (mpc->mpc_ops->mpo_ ## check != NULL) \
275 mpc->mpc_ops->mpo_ ## check (args), \
280 LIST_FOREACH(mpc, &mac_policy_list, mpc_list) { \
281 if (mpc->mpc_ops->mpo_ ## check != NULL) \
283 mpc->mpc_ops->mpo_ ## check (args), \
291 struct mac_policy_conf *mpc; \
294 LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) { \
295 if (mpc
[all...]
H A Dmac_syscalls.c638 struct mac_policy_conf *mpc; local
647 LIST_FOREACH(mpc, &mac_static_policy_list, mpc_list) {
648 if (strcmp(mpc->mpc_name, target) == 0 &&
649 mpc->mpc_ops->mpo_syscall != NULL) {
650 error = mpc->mpc_ops->mpo_syscall(td,
658 LIST_FOREACH(mpc, &mac_policy_list, mpc_list) {
659 if (strcmp(mpc->mpc_name, target) == 0 &&
660 mpc->mpc_ops->mpo_syscall != NULL) {
661 error = mpc->mpc_ops->mpo_syscall(td,
H A Dmac_policy.h106 typedef void (*mpo_destroy_t)(struct mac_policy_conf *mpc);
107 typedef void (*mpo_init_t)(struct mac_policy_conf *mpc);
/freebsd-9.3-release/sys/security/mac_portacl/
H A Dmac_portacl.c161 destroy(struct mac_policy_conf *mpc) argument
169 init(struct mac_policy_conf *mpc) argument
/freebsd-9.3-release/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c210 ugidfw_init(struct mac_policy_conf *mpc) argument
217 ugidfw_destroy(struct mac_policy_conf *mpc) argument
/freebsd-9.3-release/sys/dev/ixgb/
H A Dixgb_hw.h755 uint64_t mpc; member in struct:ixgb_hw_stats
H A Dif_ixgb.c2343 adapter->stats.mpc += IXGB_READ_REG(&adapter->hw, MPC);
2409 adapter->stats.mpc +
2477 (long long)adapter->stats.mpc);
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_hw.h501 u64 mpc; member in struct:e1000_hw_stats
H A Dif_lem.c4206 adapter->stats.mpc += E1000_READ_REG(&adapter->hw, E1000_MPC);
4281 adapter->stats.mpc + adapter->stats.cexterr;
4412 CTLFLAG_RD, &adapter->stats.mpc,
H A Dif_em.c5156 adapter->stats.mpc += E1000_READ_REG(&adapter->hw, E1000_MPC);
5248 adapter->stats.mpc + adapter->stats.cexterr;
5396 CTLFLAG_RD, &adapter->stats.mpc,
H A Dif_igb.c5304 stats->mpc += E1000_READ_REG(hw, E1000_MPC);
5404 stats->ruc + stats->roc + stats->mpc + stats->cexterr;
5674 CTLFLAG_RD, &stats->mpc,
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe.c5192 adapter->stats.mpc[i] += mp;
5194 total_missed_rx += adapter->stats.mpc[i];
H A Dixgbe_type.h2950 u64 mpc[8]; member in struct:ixgbe_hw_stats

Completed in 317 milliseconds