Home
last modified time | relevance | path

Searched defs:helper (Results 1 – 25 of 57) sorted by relevance

123

/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dtest_case_test.cpp543 atf_helper helper(this, "pass"); in ATF_TEST_CASE_BODY() local
560 atf_helper helper(this, "pass"); in ATF_TEST_CASE_BODY() local
570 atf_helper helper(this, "pass"); in ATF_TEST_CASE_BODY() local
582 atf_helper helper(this, "create_cookie_in_control_dir"); in ATF_TEST_CASE_BODY() local
596 atf_helper helper(this, "check_cleanup_workdir"); in ATF_TEST_CASE_BODY() local
615 atf_helper helper(this, "create_cookie_from_cleanup"); in ATF_TEST_CASE_BODY() local
630 atf_helper helper(this, "create_cookie_from_cleanup"); in ATF_TEST_CASE_BODY() local
645 atf_helper helper(this, "spawn_blocking_child"); in ATF_TEST_CASE_BODY() local
685 atf_helper helper(this, "validate_isolation"); in ATF_TEST_CASE_BODY() local
697 atf_helper helper(this, "create_cookie_in_control_dir"); in ATF_TEST_CASE_BODY() local
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/bootstrap/
H A Dplain_helpers.cpp92 struct helper { struct
94 const char* name;
97 int (*hook)(int, char**);
/netbsd-src/external/mit/libcbor/dist/src/cbor/internal/
H A Dloaders.c73 union _cbor_float_helper helper = {.as_uint = _cbor_load_uint32(source)}; in _cbor_load_float() local
78 union _cbor_double_helper helper = {.as_uint = _cbor_load_uint64(source)}; in _cbor_load_double() local
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_file.c153 ssize_t helper; in dict_file_to_b64() local
174 ssize_t helper; in dict_file_from_b64() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_tvnv04.c133 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_tv_prepare() local
175 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_tv_commit() local
H A Dnouveau_dispnv04_dac.c370 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dac_prepare() local
421 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dac_commit() local
534 const struct drm_encoder_helper_funcs *helper; in nv04_dac_create() local
H A Dnouveau_dispnv04_dfp.c252 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dfp_prepare() local
454 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv04_dfp_commit() local
684 const struct drm_encoder_helper_funcs *helper; in nv04_dfp_create() local
H A Dnouveau_dispnv04_tvnv17.c405 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv17_tv_prepare() local
583 const struct drm_encoder_helper_funcs *helper = encoder->helper_private; in nv17_tv_commit() local
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dtest_helpers.cpp92 const char* helper = "detail/process_helpers"; in get_process_helpers_path() local
/netbsd-src/tests/lib/libc/sys/
H A Dt_eventfd.c174 pthread_t helper; in ATF_TC_BODY() local
504 pthread_t helper; in ATF_TC_BODY() local
691 pthread_t helper; in ATF_TC_BODY() local
H A Dt_timerfd.c340 pthread_t helper; ATF_TC_BODY() local
588 pthread_t helper; ATF_TC_BODY() local
/netbsd-src/sys/arch/arm/nvidia/
H A Dtegra_drm_fb.c90 tegra_fb_probe(struct drm_fb_helper *helper, in tegra_fb_probe()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_fb_helper.c168 int drm_fb_helper_debug_enter_fb(struct drm_fb_helper *helper) in drm_fb_helper_debug_enter_fb()
201 int drm_fb_helper_debug_leave_fb(struct drm_fb_helper *helper) in drm_fb_helper_debug_leave_fb()
293 struct drm_fb_helper *helper; in drm_fb_helper_force_kernel_mode() local
387 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, in drm_fb_helper_resume_worker() local
418 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, in drm_fb_helper_dirty_work() local
459 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, in drm_fb_helper_prepare()
658 struct drm_fb_helper *helper = info->par; in drm_fb_helper_dirty() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_fbcon.h37 struct drm_fb_helper helper; /* must be first */ member
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_fb.c57 struct drm_fb_helper helper; /* must be first */ member
224 static int radeonfb_create(struct drm_fb_helper *helper, in radeonfb_create()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_fb_helper.h295 struct drm_fb_helper *helper, in drm_fb_helper_prepare()
301 struct drm_fb_helper *helper, in drm_fb_helper_init()
311 static inline void drm_fb_helper_fini(struct drm_fb_helper *helper) in drm_fb_helper_fini()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_fbdev.c126 static int intelfb_alloc(struct drm_fb_helper *helper, in intelfb_alloc()
179 static int intelfb_create(struct drm_fb_helper *helper, in intelfb_create()
/netbsd-src/tests/lib/libc/gen/posix_spawn/
H A Dt_spawnattr.c109 char helper[FILENAME_MAX]; in ATF_TC_BODY() local
/netbsd-src/sys/external/bsd/drm2/vmwgfx/
H A Dvmwgfxfb.c161 struct drm_fb_helper *const helper = sc->sc_vfa.vfa_fb_helper; in vmwgfxfb_drmfb_mmapfb() local
/netbsd-src/sys/external/bsd/drm2/radeon/
H A Dradeondrmkmsfb.c165 struct drm_fb_helper *const helper = sc->sc_rfa.rfa_fb_helper; in radeonfb_drmfb_mmapfb() local
/netbsd-src/sys/external/bsd/drm2/amdgpu/
H A Damdgpufb.c165 struct drm_fb_helper *const helper = sc->sc_afa.afa_fb_helper; in amdgpufb_drmfb_mmapfb() local
/netbsd-src/sys/external/bsd/drm2/nouveau/
H A Dnouveaufb.c170 struct drm_fb_helper *const helper = sc->sc_nfa.nfa_fb_helper; in nouveaufb_drmfb_mmapfb() local
/netbsd-src/sys/external/bsd/drm2/i915drm/
H A Dintelfb.c172 struct drm_fb_helper *const helper = sc->sc_ifa.ifa_fb_helper; in intelfb_drmfb_mmapfb() local
/netbsd-src/external/mit/libuv/dist/test/
H A Drunner.c390 const task_entry_t* helper; in find_helpers() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_fb.c213 static int amdgpufb_create(struct drm_fb_helper *helper, in amdgpufb_create()

123