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

/freebsd-12-stable/sys/geom/raid/
H A Dmd_ddf.c136 #define GET16(m, f) ((m)->bigendian ? be16dec(&(m)->f) : le16dec(&(m)->f)) macro
181 GET16((m), hdr->Configuration_Record_Length))
184 (n) * GET16((m), hdr->Configuration_Record_Length) * \
188 (n) * GET16((m), hdr->Configuration_Record_Length) * \
243 printf("Open_Flag 0x%02x\n", GET16(meta, hdr->Open_Flag));
244 printf("Foreign_Flag 0x%02x\n", GET16(meta, hdr->Foreign_Flag));
245 printf("Diskgrouping 0x%02x\n", GET16(meta, hdr->Diskgrouping));
250 printf("Max_PD_Entries %u\n", GET16(meta, hdr->Max_PD_Entries));
251 printf("Max_VD_Entries %u\n", GET16(meta, hdr->Max_VD_Entries));
252 printf("Max_Partitions %u\n", GET16(met
[all...]
/freebsd-12-stable/sys/netinet/
H A Daccf_dns.c95 #define GET16(p, val) do { \ macro
116 GET16(p, packlen);
/freebsd-12-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...]
/freebsd-12-stable/contrib/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);
1103 GET16(type);
1104 GET16(class);
1106 GET16(datalengt
1301 #undef GET16 macro
[all...]

Completed in 121 milliseconds