HomeSort by: relevance | last modified time | path
    Searched defs:GETP (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
uvideo.c 446 #define GETP(type, descp, field) (&(((const type *)(descp))->field))
1351 guid = GETP(uvideo_vs_format_uncompressed_descriptor_t,
1476 guid = GETP(
  /src/external/mpl/bind/dist/bin/dig/
dig.c 1133 #define GETP() (st->str)
1323 const char *start = GETP();
1333 st->last_addr_len = GETP() - start;
1348 const char *start = GETP();
1360 st->last_port_len = GETP() - start;
1376 #undef GETP
  /src/external/mpl/bind/dist/lib/isc/netmgr/
http.c 3863 #define GETP() (st->str)
3966 st->last_key = GETP();
3976 st->last_key_len = GETP() - st->last_key;
3982 const char *s = GETP();
3991 st->last_value_len = GETP() - st->last_value;

Completed in 33 milliseconds