/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_fbcon.h | 37 struct drm_fb_helper helper; /* must be first */ member in struct:nouveau_fbdev
|
nouveau_fbcon.h | 37 struct drm_fb_helper helper; /* must be first */ member in struct:nouveau_fbdev
|
/src/sys/external/bsd/drm2/amdgpu/ |
amdgpufb.c | 165 struct drm_fb_helper *const helper = sc->sc_afa.afa_fb_helper; local in function:amdgpufb_drmfb_mmapfb 166 struct drm_framebuffer *const fb = helper->fb;
|
amdgpufb.c | 165 struct drm_fb_helper *const helper = sc->sc_afa.afa_fb_helper; local in function:amdgpufb_drmfb_mmapfb 166 struct drm_framebuffer *const fb = helper->fb;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_tvnv04.c | 133 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; local in function:nv04_tv_prepare 135 helper->dpms(encoder, DRM_MODE_DPMS_OFF); 175 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; local in function:nv04_tv_commit 177 helper->dpms(encoder, DRM_MODE_DPMS_ON);
|
nouveau_dispnv04_tvnv04.c | 133 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; local in function:nv04_tv_prepare 135 helper->dpms(encoder, DRM_MODE_DPMS_OFF); 175 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; local in function:nv04_tv_commit 177 helper->dpms(encoder, DRM_MODE_DPMS_ON);
|
/src/sys/external/bsd/drm2/nouveau/ |
nouveaufb.c | 170 struct drm_fb_helper *const helper = sc->sc_nfa.nfa_fb_helper; local in function:nouveaufb_drmfb_mmapfb 171 struct drm_framebuffer *const fb = helper->fb;
|
nouveaufb.c | 170 struct drm_fb_helper *const helper = sc->sc_nfa.nfa_fb_helper; local in function:nouveaufb_drmfb_mmapfb 171 struct drm_framebuffer *const fb = helper->fb;
|
/src/sys/external/bsd/drm2/radeon/ |
radeondrmkmsfb.c | 165 struct drm_fb_helper *const helper = sc->sc_rfa.rfa_fb_helper; local in function:radeonfb_drmfb_mmapfb 166 struct drm_framebuffer *const fb = helper->fb;
|
radeondrmkmsfb.c | 165 struct drm_fb_helper *const helper = sc->sc_rfa.rfa_fb_helper; local in function:radeonfb_drmfb_mmapfb 166 struct drm_framebuffer *const fb = helper->fb;
|
/src/sys/external/bsd/drm2/vmwgfx/ |
vmwgfxfb.c | 161 struct drm_fb_helper *const helper = sc->sc_vfa.vfa_fb_helper; local in function:vmwgfxfb_drmfb_mmapfb 162 struct drm_framebuffer *const fb = helper->fb;
|
vmwgfxfb.c | 161 struct drm_fb_helper *const helper = sc->sc_vfa.vfa_fb_helper; local in function:vmwgfxfb_drmfb_mmapfb 162 struct drm_framebuffer *const fb = helper->fb;
|
/src/sys/external/bsd/drm2/i915drm/ |
intelfb.c | 172 struct drm_fb_helper *const helper = sc->sc_ifa.ifa_fb_helper; local in function:intelfb_drmfb_mmapfb 173 struct intel_fbdev *const fbdev = container_of(helper, 174 struct intel_fbdev, helper); 175 struct drm_device *const dev = helper->dev;
|
intelfb.c | 172 struct drm_fb_helper *const helper = sc->sc_ifa.ifa_fb_helper; local in function:intelfb_drmfb_mmapfb 173 struct intel_fbdev *const fbdev = container_of(helper, 174 struct intel_fbdev, helper); 175 struct drm_device *const dev = helper->dev;
|
/src/tests/lib/libc/gen/posix_spawn/ |
t_spawnattr.c | 114 char helper[FILENAME_MAX]; local in function:ATF_TC_BODY 142 snprintf(helper, sizeof(helper), "%s/h_spawnattr", 144 RZ(posix_spawn(&pid, helper, NULL, &attr, args, NULL));
|
t_fileactions.c | 280 char helper[FILENAME_MAX]; local in function:ATF_TC_BODY 300 snprintf(helper, sizeof helper, "%s/h_fileactions", 302 RZ(posix_spawn(&pid, helper, &fa, NULL, args, NULL));
|
t_spawnattr.c | 114 char helper[FILENAME_MAX]; local in function:ATF_TC_BODY 142 snprintf(helper, sizeof(helper), "%s/h_spawnattr", 144 RZ(posix_spawn(&pid, helper, NULL, &attr, args, NULL));
|
t_fileactions.c | 280 char helper[FILENAME_MAX]; local in function:ATF_TC_BODY 300 snprintf(helper, sizeof helper, "%s/h_fileactions", 302 RZ(posix_spawn(&pid, helper, &fa, NULL, args, NULL));
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_fb.c | 53 * this contains a helper + a radeon fb 54 * the helper contains a pointer to radeon framebuffer baseclass. 57 struct drm_fb_helper helper; /* must be first */ member in struct:radeon_fbdev 224 static int radeonfb_create(struct drm_fb_helper *helper, 228 container_of(helper, struct radeon_fbdev, helper); 273 rfa.rfa_fb_helper = helper; 279 helper->fbdev = config_found(rdev->ddev->dev, &rfa, NULL, 282 if (helper->fbdev == NULL) { 288 rfbdev->helper.fb = fb [all...] |
radeon_fb.c | 53 * this contains a helper + a radeon fb 54 * the helper contains a pointer to radeon framebuffer baseclass. 57 struct drm_fb_helper helper; /* must be first */ member in struct:radeon_fbdev 224 static int radeonfb_create(struct drm_fb_helper *helper, 228 container_of(helper, struct radeon_fbdev, helper); 273 rfa.rfa_fb_helper = helper; 279 helper->fbdev = config_found(rdev->ddev->dev, &rfa, NULL, 282 if (helper->fbdev == NULL) { 288 rfbdev->helper.fb = fb [all...] |
/src/tests/lib/libc/sys/ |
t_eventfd.c | 174 pthread_t helper; local in function:ATF_TC_BODY 181 ATF_REQUIRE(pthread_create(&helper, NULL, 185 * Wait for the helper to block in read(). Give it some time 194 /* Write a distinct value; helper will assert it. */ 197 /* Wait for helper to read the value. */ 200 /* Helper is now blocked in a barrier. */ 206 /* Satisfy the barrier; helper will read value and assert 0xbeefcafe. */ 212 /* Reap the helper. */ 213 ATF_REQUIRE(pthread_join(helper, &join_val) == 0); 504 pthread_t helper; local in function:ATF_TC_BODY 691 pthread_t helper; local in function:ATF_TC_BODY [all...] |
t_timerfd.c | 476 pthread_t helper; local in function:ATF_TC_BODY 492 ATF_REQUIRE(pthread_create(&helper, NULL, 497 ATF_REQUIRE(pthread_join(helper, &join_val) == 0); 723 pthread_t helper; local in function:ATF_TC_BODY 738 ATF_REQUIRE(pthread_create(&helper, NULL, 742 * Wait for the helper to be ready, and then immediately block 743 * in read(). The helper will close the file, and we should get 753 /* Reap the helper. */ 754 ATF_REQUIRE(pthread_join(helper, &join_val) == 0);
|
t_eventfd.c | 174 pthread_t helper; local in function:ATF_TC_BODY 181 ATF_REQUIRE(pthread_create(&helper, NULL, 185 * Wait for the helper to block in read(). Give it some time 194 /* Write a distinct value; helper will assert it. */ 197 /* Wait for helper to read the value. */ 200 /* Helper is now blocked in a barrier. */ 206 /* Satisfy the barrier; helper will read value and assert 0xbeefcafe. */ 212 /* Reap the helper. */ 213 ATF_REQUIRE(pthread_join(helper, &join_val) == 0); 504 pthread_t helper; local in function:ATF_TC_BODY 691 pthread_t helper; local in function:ATF_TC_BODY [all...] |
t_timerfd.c | 476 pthread_t helper; local in function:ATF_TC_BODY 492 ATF_REQUIRE(pthread_create(&helper, NULL, 497 ATF_REQUIRE(pthread_join(helper, &join_val) == 0); 723 pthread_t helper; local in function:ATF_TC_BODY 738 ATF_REQUIRE(pthread_create(&helper, NULL, 742 * Wait for the helper to be ready, and then immediately block 743 * in read(). The helper will close the file, and we should get 753 /* Reap the helper. */ 754 ATF_REQUIRE(pthread_join(helper, &join_val) == 0);
|
/src/games/warp/ |
term.c | 478 helper(void) function in typeref:typename:void
|