Home
last modified time | relevance | path

Searched defs:until (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/pci/drm/i915/gt/
Dintel_gt.h20 #define IS_GFX_GT_IP_RANGE(gt, from, until) ( \ argument
34 #define IS_MEDIA_GT_IP_RANGE(gt, from, until) ( \ argument
56 #define IS_GFX_GT_IP_STEP(gt, ipver, from, until) ( \ argument
74 #define IS_MEDIA_GT_IP_STEP(gt, ipver, from, until) ( \ argument
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_display_device.h165 #define IS_DISPLAY_VER_FULL(__i915, from, until) ( \ argument
185 #define IS_DISPLAY_VER_STEP(__i915, ipver, from, until) \ argument
195 #define IS_DISPLAY_VER(i915, from, until) \ argument
200 #define IS_DISPLAY_STEP(__i915, since, until) \ argument
Dintel_fb.c136 u8 until; member
/openbsd/src/sys/dev/pci/drm/i915/
Di915_drv.h474 #define IS_GRAPHICS_VER(i915, from, until) \ argument
480 #define IS_MEDIA_VER(i915, from, until) \ argument
488 #define IS_GRAPHICS_STEP(__i915, since, until) \ argument
492 #define IS_MEDIA_STEP(__i915, since, until) \ argument
/openbsd/src/usr.bin/mandoc/
Dhtml.c971 print_tagq(struct html *h, const struct tag *until) in print_tagq()
/openbsd/src/usr.sbin/unbound/smallapp/
Dunbound-anchor.c1394 time_t until = xml_convertdate(find_att(atts, "validUntil")); in handle_keydigest() local