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

/freebsd-13-stable/sys/dev/usb/
H A Dusb_hub_acpi.c525 struct hub_result hres; local
530 uhub_find_iface_index(sc->usc.sc_udev->hub, child, &hres);
534 (hres.portno > 0) &&
535 (hres.portno <= sc->nports) &&
536 (ah = sc->port[hres.portno - 1].handle)) {
/freebsd-13-stable/contrib/apr-util/test/
H A Dtestmemcache.c203 apr_uint32_t hres; local
217 hres = apr_memcache_hash(memcache, "whatever", sizeof("whatever") - 1);
218 ABTS_INT_EQUAL(tc, HASH_FUNC_RESULT, hres);
H A Dtestredis.c204 apr_uint32_t hres; local
218 hres = apr_redis_hash(redis, "whatever", sizeof("whatever") - 1);
219 ABTS_INT_EQUAL(tc, HASH_FUNC_RESULT, hres);
/freebsd-13-stable/sys/dev/fb/
H A Dsplash_pcx.c161 uint16_t hres; member in struct:pcx_header

Completed in 66 milliseconds