Searched refs:GET16 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/geom/raid/
H A Dmd_ddf.c133 #define GET16(m, f) ((m)->bigendian ? be16dec(&(m)->f) : le16dec(&(m)->f)) macro
178 GET16((m), hdr->Configuration_Record_Length))
181 (n) * GET16((m), hdr->Configuration_Record_Length) * \
185 (n) * GET16((m), hdr->Configuration_Record_Length) * \
240 printf("Open_Flag 0x%02x\n", GET16(meta, hdr->Open_Flag));
241 printf("Foreign_Flag 0x%02x\n", GET16(meta, hdr->Foreign_Flag));
242 printf("Diskgrouping 0x%02x\n", GET16(meta, hdr->Diskgrouping));
247 printf("Max_PD_Entries %u\n", GET16(meta, hdr->Max_PD_Entries));
248 printf("Max_VD_Entries %u\n", GET16(meta, hdr->Max_VD_Entries));
249 printf("Max_Partitions %u\n", GET16(met
[all...]
/freebsd-11-stable/sys/netinet/
H A Daccf_dns.c106 #define GET16(p, val) do { \ macro
127 GET16(p, packlen);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c965 #define GET16(x) do { if (j + 2 > length) goto err; memcpy(&t_, packet + j, 2); j += 2; x = ntohs(t_); } while (0) macro
1033 GET16(trans_id);
1034 GET16(flags);
1035 GET16(questions);
1036 GET16(answers);
1037 GET16(authority);
1038 GET16(additional);
1105 GET16(type);
1106 GET16(class);
1108 GET16(datalengt
1303 #undef GET16 macro
[all...]

Completed in 67 milliseconds