Home
last modified time | relevance | path

Searched refs:opts2 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgengtype-parse.c868 options_p opts, opts2, dopts; in extern_or_static() local
880 ty = type (&opts2, true); /* if we get here, it's got a GTY(()) */ in extern_or_static()
883 if ((opts && dopts) || (opts && opts2) || (opts2 && dopts)) in extern_or_static()
885 else if (opts2) in extern_or_static()
886 opts = opts2; in extern_or_static()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgengtype-parse.c1113 options_p opts, opts2, dopts; in extern_or_static() local
1125 ty = type (&opts2, true); /* if we get here, it's got a GTY(()) */ in extern_or_static()
1128 if ((opts && dopts) || (opts && opts2) || (opts2 && dopts)) in extern_or_static()
1130 else if (opts2) in extern_or_static()
1131 opts = opts2; in extern_or_static()
/dragonfly/sys/dev/netif/re/
H A Dre.c8008 uint32_t opts2 =0; in re_start() local
8051 opts2 |= RL_IPV4CS; in re_start()
8053 opts2 |= RL_TCPCS; in re_start()
8055 opts2 |= RL_UDPCS; in re_start()
8161 txptr->ul[1] = htole32(opts2); in WritePacket()
8325 u_int32_t opts2,opts1,status; local
8353 opts2 = le32toh(rxptr->ul[1]);
8406 if (opts2 & RL_RDESC_VLANCTL_TAG) {
8408 bswap16((opts2 & RL_RDESC_VLANCTL_DATA));
8424 if (!(opts1 & RL_IPF) && (opts2 & RL_V4F))
[all …]