Searched refs:GET8 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | accf_dns.c | 76 #define GET8(p, val) do { \ macro 95 GET8(p, v0); \ 96 GET8(p, v1); \
|
/freebsd/sys/geom/raid/ |
H A D | md_ddf.c | 134 #define GET8(m, f) ((m)->f) macro 308 GET8(meta, vdr->entry[j].VD_State)); in g_raid_md_ddf_print() 310 GET8(meta, vdr->entry[j].Init_State)); in g_raid_md_ddf_print() 312 GET8(meta, vdr->entry[j].Drive_Failures_Remaining)); in g_raid_md_ddf_print() 422 GET8(meta, pdd->Forced_Ref_Flag)); in g_raid_md_ddf_print() 424 GET8(meta, pdd->Forced_PD_GUID_Flag)); in g_raid_md_ddf_print() 520 for (bvd = 0; bvd < GET8(vmeta, vdc->Secondary_Element_Count); bvd++) { in ddf_meta_find_disk() 1772 } else if ((GET8(vmeta, vde->VD_State) & DDF_VDE_DIRTY) != 0 || in g_raid_md_ddf_start_disk() 1773 (GET8(vmeta, vde->Init_State) & DDF_VDE_INIT_MASK) != in g_raid_md_ddf_start_disk() 1873 vol->v_raid_level = GET8(vmeta, vdc->Primary_RAID_Level); in g_raid_md_ddf_start() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evdns.c | 983 #define GET8(x) do { if (j >= length) goto err; x = packet[j++]; } while (0) in name_parse() macro 996 GET8(label_len); in name_parse() 1000 GET8(ptr_low); in name_parse() 1317 #undef GET8 in request_parse()
|
/freebsd/contrib/libevent/ |
H A D | evdns.c | 983 #define GET8(x) do { if (j >= length) goto err; x = packet[j++]; } while (0) in name_parse() macro 996 GET8(label_len); in name_parse() 1000 GET8(ptr_low); in name_parse() 1317 #undef GET8 in request_parse()
|