Home
last modified time | relevance | path

Searched defs:mprot (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition.cpp135 int mprot = PROT_READ | ((flags == O_RDWR) ? PROT_WRITE : 0); in fulfil() local
/openbmc/linux/drivers/net/dsa/b53/
H A Db53_common.c2106 enum dsa_tag_protocol mprot) in b53_get_tag_protocol()