Searched refs:GET8 (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Daccf_dns.c78 #define GET8(p, val) do { \ macro
97 GET8(p, v0); \
98 GET8(p, v1); \
/freebsd-12-stable/sys/geom/raid/
H A Dmd_ddf.c135 #define GET8(m, f) ((m)->f) macro
309 GET8(meta, vdr->entry[j].VD_State));
311 GET8(meta, vdr->entry[j].Init_State));
313 GET8(meta, vdr->entry[j].Drive_Failures_Remaining));
423 GET8(meta, pdd->Forced_Ref_Flag));
425 GET8(meta, pdd->Forced_PD_GUID_Flag));
521 for (bvd = 0; bvd < GET8(vmeta, vdc->Secondary_Element_Count); bvd++) {
1770 } else if ((GET8(vmeta, vde->VD_State) & DDF_VDE_DIRTY) != 0 ||
1771 (GET8(vmeta, vde->Init_State) & DDF_VDE_INIT_MASK) !=
1871 vol->v_raid_level = GET8(vmet
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devdns.c966 #define GET8(x) do { if (j >= length) goto err; x = packet[j++]; } while (0) macro
980 GET8(label_len);
984 GET8(ptr_low);
1304 #undef GET8 macro
/freebsd-12-stable/contrib/libevent/
H A Devdns.c966 #define GET8(x) do { if (j >= length) goto err; x = packet[j++]; } while (0) macro
979 GET8(label_len);
983 GET8(ptr_low);
1302 #undef GET8 macro

Completed in 183 milliseconds