Searched refs:GET32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/geom/raid/
H A Dmd_ddf.c134 #define GET32(m, f) ((m)->bigendian ? be32dec(&(m)->f) : le32dec(&(m)->f)) macro
177 #define GETCRNUM(m) (GET32((m), hdr->cr_length) / \
238 printf("Sequence_Number 0x%08x\n", GET32(meta, hdr->Sequence_Number));
239 printf("TimeStamp 0x%08x\n", GET32(meta, hdr->TimeStamp));
245 printf("WorkSpace_Length %u\n", GET32(meta, hdr->WorkSpace_Length));
252 printf("Controller Data %u:%u\n", GET32(meta, hdr->cd_section), GET32(meta, hdr->cd_length));
253 printf("Physical Disk %u:%u\n", GET32(meta, hdr->pdr_section), GET32(meta, hdr->pdr_length));
254 printf("Virtual Disk %u:%u\n", GET32(met
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c964 #define GET32(x) do { if (j + 4 > length) goto err; memcpy(&t32_, packet + j, 4); j += 4; x = ntohl(t32_); } while (0) macro
1107 GET32(ttl);
1179 GET32(ttl);
1185 GET32(serial);
1186 GET32(refresh);
1187 GET32(retry);
1188 GET32(expire);
1189 GET32(minimum);
1302 #undef GET32 macro

Completed in 61 milliseconds