Home
last modified time | relevance | path

Searched refs:OP_MASK (Results 1 – 5 of 5) sorted by relevance

/trueos/crypto/heimdal/lib/roken/
HDflock.c40 #define OP_MASK (LOCK_SH | LOCK_EX | LOCK_UN) macro
59 switch (operation & OP_MASK) { in rk_flock()
106 switch (operation & OP_MASK) { in rk_flock()
/trueos/contrib/binutils/opcodes/
HDppc-opc.c1253 #define OP_MASK OP (0x3f) macro
1259 #define OPTO_MASK (OP_MASK | TO_MASK)
1324 #define DRA_MASK (OP_MASK | RA_MASK)
1370 #define SC_MASK (OP_MASK | (((unsigned long)0x3ff) << 16) | (((unsigned long)1) << 1) | 1)
1683 { "tdi", OP(2), OP_MASK, PPC64, { TO, RA, SI } },
1713 { "twi", OP(3), OP_MASK, PPCCOM, { TO, RA, SI } },
1714 { "ti", OP(3), OP_MASK, PWRCOM, { TO, RA, SI } },
2241 { "mulli", OP(7), OP_MASK, PPCCOM, { RT, RA, SI } },
2242 { "muli", OP(7), OP_MASK, PWRCOM, { RT, RA, SI } },
2244 { "subfic", OP(8), OP_MASK, PPCCOM, { RT, RA, SI } },
[all …]
HDalpha-opc.c337 #define OP_MASK 0xFC000000 macro
341 #define BRA_MASK OP_MASK
346 #define FP_MASK (OP_MASK | 0xFFE0)
351 #define MEM_MASK OP_MASK
356 #define MFC_MASK (OP_MASK | 0xFFFF)
361 #define MBR_MASK (OP_MASK | 0xC000)
368 #define OPR_MASK (OP_MASK | 0x1FE0)
374 #define PCD_MASK OP_MASK
384 #define EV4HWMEM_MASK (OP_MASK | 0xF000)
388 #define EV5HWMEM_MASK (OP_MASK | 0xF800)
[all …]
/trueos/contrib/netbsd-tests/fs/nfs/nfsservice/
HDmountd.c247 #define OP_MASK 0x008 macro
1761 opt_flags |= OP_MASK;
2122 !(opt_flags & (OP_MASK|OP_MASKLEN))) {
2465 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) {
2470 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN) != 0) {
/trueos/usr.sbin/mountd/
HDmountd.c264 #define OP_MASK 0x08 macro
2223 opt_flags |= OP_MASK; in do_opt()
2731 (opt_flags & OP_MASK) == 0) { in get_net()
3057 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) { in check_options()
3065 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN)) { in check_options()
3071 ~(OP_SEC | OP_MASK | OP_NET | OP_HAVEMASK | OP_MASKLEN)) != 0) { in check_options()