Searched refs:GET32 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/geom/raid/ |
H A D | md_ddf.c | 136 #define GET32(m, f) ((m)->bigendian ? be32dec(&(m)->f) : le32dec(&(m)->f)) macro 179 #define GETCRNUM(m) (GET32((m), hdr->cr_length) / \ 240 printf("Sequence_Number 0x%08x\n", GET32(meta, hdr->Sequence_Number)); in g_raid_md_ddf_print() 241 printf("TimeStamp 0x%08x\n", GET32(meta, hdr->TimeStamp)); in g_raid_md_ddf_print() 247 printf("WorkSpace_Length %u\n", GET32(meta, hdr->WorkSpace_Length)); in g_raid_md_ddf_print() 254 printf("Controller Data %u:%u\n", GET32(meta, hdr->cd_section), GET32(meta, hdr->cd_length)); in g_raid_md_ddf_print() 255 …printf("Physical Disk %u:%u\n", GET32(meta, hdr->pdr_section), GET32(meta, hdr->pdr_length)… in g_raid_md_ddf_print() 256 …printf("Virtual Disk %u:%u\n", GET32(meta, hdr->vdr_section), GET32(meta, hdr->vdr_length)… in g_raid_md_ddf_print() 257 printf("Configuration Recs %u:%u\n", GET32(meta, hdr->cr_section), GET32(meta, hdr->cr_length)); in g_raid_md_ddf_print() 258 …printf("Physical Disk Recs %u:%u\n", GET32(meta, hdr->pdd_section), GET32(meta, hdr->pdd_length)… in g_raid_md_ddf_print() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evdns.c | 981 #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&t32_, packet + j, 4); j += 4; x = ntohl… in name_parse() macro 1122 GET32(ttl); in reply_parse() 1194 GET32(ttl); in reply_parse() 1200 GET32(serial); in reply_parse() 1201 GET32(refresh); in reply_parse() 1202 GET32(retry); in reply_parse() 1203 GET32(expire); in reply_parse() 1204 GET32(minimum); in reply_parse() 1315 #undef GET32 in request_parse()
|
/freebsd/contrib/libevent/ |
H A D | evdns.c | 981 #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&t32_, packet + j, 4); j += 4; x = ntohl… in name_parse() macro 1122 GET32(ttl); in reply_parse() 1194 GET32(ttl); in reply_parse() 1200 GET32(serial); in reply_parse() 1201 GET32(refresh); in reply_parse() 1202 GET32(retry); in reply_parse() 1203 GET32(expire); in reply_parse() 1204 GET32(minimum); in reply_parse() 1315 #undef GET32 in request_parse()
|