Home
last modified time | relevance | path

Searched refs:devs (Results 1 – 16 of 16) sorted by relevance

/openbsd/sys/dev/pci/drm/ttm/tests/
H A Dttm_kunit_helpers.c39 bo->bdev = devs->ttm_dev; in ttm_bo_kunit_init()
47 struct ttm_test_devices *devs; in ttm_test_devices_basic() local
49 devs = kunit_kzalloc(test, sizeof(*devs), GFP_KERNEL); in ttm_test_devices_basic()
55 devs->drm = __drm_kunit_helper_alloc_drm_device(test, devs->dev, in ttm_test_devices_basic()
56 sizeof(*devs->drm), 0, in ttm_test_devices_basic()
60 return devs; in ttm_test_devices_basic()
66 struct ttm_test_devices *devs; in ttm_test_devices_all() local
78 devs->ttm_dev = ttm_dev; in ttm_test_devices_all()
80 return devs; in ttm_test_devices_all()
86 if (devs->ttm_dev) in ttm_test_devices_put()
[all …]
H A Dttm_pool_test.c19 struct ttm_test_devices *devs; member
37 priv->devs = ttm_test_devices_basic(test); in ttm_pool_test_init()
47 ttm_test_devices_put(test, priv->devs); in ttm_pool_test_fini()
60 bo = ttm_bo_kunit_init(test, priv->devs, size); in ttm_tt_kunit_init()
78 struct ttm_test_devices *devs = priv->devs; in ttm_pool_pre_populated() local
138 struct ttm_test_devices *devs = priv->devs; in ttm_pool_alloc_basic() local
157 KUNIT_ASSERT_PTR_EQ(test, pool->dev, devs->dev); in ttm_pool_alloc_basic()
199 struct ttm_test_devices *devs = priv->devs; in ttm_pool_alloc_basic_dma_addr() local
213 bo = ttm_bo_kunit_init(test, devs, size); in ttm_pool_alloc_basic_dma_addr()
338 struct ttm_test_devices *devs = priv->devs; in ttm_pool_free_dma_alloc() local
[all …]
H A Dttm_kunit_helpers.h29 struct ttm_test_devices *devs,
35 void ttm_test_devices_put(struct kunit *test, struct ttm_test_devices *devs);
/openbsd/usr.bin/ssh/
H A Dauth2-kbdint.c49 char *lang, *devs; in userauth_kbdint() local
52 (r = sshpkt_get_cstring(ssh, &devs, NULL)) != 0 || in userauth_kbdint()
56 debug("keyboard-interactive devs %s", devs); in userauth_kbdint()
59 authenticated = auth2_challenge(ssh, devs); in userauth_kbdint()
61 free(devs); in userauth_kbdint()
H A Dauth2-chall.c67 kbdint_alloc(const char *devs) in kbdint_alloc() argument
74 if (strcmp(devs, "") == 0) { in kbdint_alloc()
86 kbdintctxt->devices = xstrdup(devs); in kbdint_alloc()
154 auth2_challenge(struct ssh *ssh, char *devs) in auth2_challenge() argument
159 devs ? devs : "<no devs>"); in auth2_challenge()
161 if (authctxt->user == NULL || !devs) in auth2_challenge()
164 authctxt->kbdintctxt = kbdint_alloc(devs); in auth2_challenge()
/openbsd/sys/arch/armv7/omap/
H A Domap_machdep.c83 struct board_dev *devs; in omap_platform_match() local
85 devs = omap_board_devs(); in omap_platform_match()
86 if (devs == NULL) in omap_platform_match()
89 omap_platform.devs = devs; in omap_platform_match()
H A Domap.c63 struct board_dev *devs; member
98 return omap_socs[i].devs; in omap_board_devs()
/openbsd/sys/arch/luna88k/luna88k/
H A Dmainbus.c48 static const struct mainbus_attach_args devs[] = { variable
118 for (i = 0; i < sizeof(devs)/sizeof(devs[0]); i++)
119 if (devs[i].ma_machine & machtype)
120 config_found(self, (void *)&devs[i], mainbus_print);
/openbsd/sys/arch/armv7/armv7/
H A Dplatform.c125 if (platform && platform->devs) in platform_board_devs()
126 return (platform->devs); in platform_board_devs()
H A Darmv7.c69 armv7_set_devs(struct armv7_dev *devs) in armv7_set_devs() argument
71 armv7_devs = devs; in armv7_set_devs()
H A Darmv7_machdep.h31 struct board_dev *devs; member
/openbsd/sys/arch/landisk/stand/boot/
H A DMakefile7 SRCS= srt0.S conf.c devs.c getsecs.c scifcons.c delay.c arc4.c
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang/tools/driver/
H A DBUILD.gn90 # clang. This is different from the CMake build, which requires devs to
/openbsd/sys/dev/
H A Dsoftraid.c1159 dev_t *devs = NULL; in sr_boot_assembly() local
1292 devs = mallocarray(BIOC_CRMAXLEN, sizeof(dev_t), M_DEVBUF, in sr_boot_assembly()
1294 if (devs == NULL) { in sr_boot_assembly()
1415 devs[i] = NODEV; /* mark device as illegal */ in sr_boot_assembly()
1420 if (devs[bc->sbc_chunk_id] != NODEV) { in sr_boot_assembly()
1429 if (devs[bc->sbc_chunk_id] == NODEV || in sr_boot_assembly()
1432 devs[bc->sbc_chunk_id] = bc->sbc_mm; in sr_boot_assembly()
1450 bcr.bc_dev_list = devs; in sr_boot_assembly()
1499 free(devs, M_DEVBUF, BIOC_CRMAXLEN * sizeof(dev_t)); in sr_boot_assembly()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ras.c133 struct amdgpu_device *devs[MAX_GPU_INSTANCE]; member
3051 adev = mce_adev_list.devs[i]; in find_adev()
3133 mce_adev_list.devs[mce_adev_list.num_gpu++] = adev; in amdgpu_register_bad_pages_mca_notifier()
/openbsd/sys/arch/alpha/conf/
H A Dfiles.alpha110 include "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too.