Searched refs:flgs (Results 1 – 8 of 8) sorted by relevance
76 int flgs; /* option flags */ member400 pt->flgs = CMPMTME; in trng_add()402 pt->flgs = 0; in trng_add()407 pt->flgs |= CMPMTME; in trng_add()411 pt->flgs |= CMPCTME; in trng_add()436 pt->flgs |= HASLOW; in trng_add()448 pt->flgs |= HASHIGH; in trng_add()453 if (pt->flgs & HASLOW) { in trng_add()495 switch (pt->flgs & CMPBOTH) { in trng_match()501 if (((pt->flgs & HASLOW) && in trng_match()[all …]
53 int flgs; /* print conversions? global in operation? */ member170 rep->flgs = 0; in rep_add()179 rep->flgs |= GLOB; in rep_add()183 rep->flgs |= PRNT; in rep_add()246 pt->flgs = 0; in pat_add()275 if (pt->flgs & MTCH) in pat_chk()319 pt->flgs |= MTCH; in pat_sel()330 if (pt->flgs & DIR_MTCH) in pat_sel()375 pt->flgs = DIR_MTCH | MTCH; in pat_sel()446 if (pt->flgs & DIR_MTCH) { in pat_match()[all …]
83 int flgs; /* processing/state flags */ member
442 struct SIM_FLAGS flgs; member
441 struct SIM_FLAGS flgs; member
1474 int flgs = 0; in mvneta_rx_proc() local1477 flgs |= M_CSUM_IPv4; in mvneta_rx_proc()1479 flgs |= M_CSUM_IPv4_BAD; in mvneta_rx_proc()1495 flgs |= M_CSUM_TCPv4; in mvneta_rx_proc()1499 flgs |= M_CSUM_UDPv4; in mvneta_rx_proc()1501 m->m_pkthdr.csum_flags = flgs; in mvneta_rx_proc()
49 #define SET_APCS_FLAGS(abfd, flgs) \ argument53 coff_data (abfd)->flags |= (flgs) | F_APCS_SET; \
51 #define SET_APCS_FLAGS(abfd, flgs) \ argument55 coff_data (abfd)->flags |= (flgs) | F_APCS_SET; \