Home
last modified time | relevance | path

Searched refs:direct (Results 1 – 25 of 398) sorted by relevance

12345678910>>...16

/freebsd/sys/kern/
H A Dkern_timeout.c212 int direct);
240 cc_exec_curr(cc, direct) = NULL; in cc_cce_cleanup()
629 int direct) in softclock_call_cc() argument
670 cc_exec_curr(cc, direct) = c; in softclock_call_cc()
747 cc_cce_cleanup(cc, direct); in softclock_call_cc()
770 cc_cce_cleanup(cc, direct); in softclock_call_cc()
929 int cancelled, direct; in callout_reset_sbt_on() local
940 direct = 1; in callout_reset_sbt_on()
942 direct = 0; in callout_reset_sbt_on()
1099 direct = 1; in _callout_stop_safe()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dpxa27x-keypad.txt9 is debounce interval for direct key and bit[15:0] is debounce
16 - marvell,direct-key-count : How many direct keyes are used.
17 - marvell,direct-key-mask : The mask indicates which keyes
18 are used. If bit[X] of the mask is set, the direct key X
20 - marvell,direct-key-low-active : Direct key status register
21 tells the level of pins that connects to the direct keyes.
24 - marvell,direct-key-map : It is a u16 array. Each item indicates
25 the linux key-code for the direct key.
57 marvell,direct-key-count = <1>;
58 marvell,direct-key-map = <0x001c>;
/freebsd/sys/dev/bhnd/
H A Dbhnd.h349 .direct = true, \
1491 (((r)->direct) ? \
1497 (((r)->direct) ? \
1503 (((r)->direct) ? \
1509 (((r)->direct) ? \
1515 (((r)->direct) ? \
1521 (((r)->direct) ? \
1527 (((r)->direct) ? \
1533 (((r)->direct) ? \
1539 (((r)->direct) ? \
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dopt-keep-going-indirect.mk44 .PHONY: all direct indirect
52 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k direct; echo "exited $$?"
56 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k direct -j1; echo "exited $$?"
67 indirect: direct
68 direct:
H A Dopt-keep-going-indirect.exp1 direct compat
9 direct jobs
11 *** [direct] Error code 1
27 *** [direct] Error code 1
H A Dmoderrs.mk14 all: mod-unknown-direct mod-unknown-indirect
15 all: unclosed-direct unclosed-indirect
28 mod-unknown-direct: print-header print-footer
36 unclosed-direct: print-header print-footer
H A Dvar-recursive.mk6 TESTS= direct indirect conditional short target
17 .elif ${TEST} == direct
H A Dcmdline.mk13 all: makeobjdir-direct makeobjdir-indirect
22 makeobjdir-direct:
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DDSDIRInstructions.td53 class LDSDIR_getIns<bit direct> {
54 dag ret = !if(direct,
60 class VDSDIR_getIns<bit direct> {
61 dag ret = !if(direct,
86 let is_direct = direct;
89 class DSDIR_Pseudo<string opName, dag ins, bit direct> :
90 DSDIR_Common<opName, "", ins, direct>,
96 class LDSDIR_getAsm<bit direct> {
97 string ret = !if(direct,
103 class VDSDIR_getAsm<bit direct> {
[all …]
/freebsd/sbin/restore/
H A Ddirs.c130 struct direct nulldir; in extractdirs()
213 struct direct *dp; in treescan()
272 struct direct *
276 struct direct *dp; in pathsearch()
297 static struct direct *
300 struct direct *dp; in searchdir()
323 struct direct *dp; in putdir()
327 dp = (struct direct *)(buf + loc); in putdir()
384 putent(struct direct *dp) in putent()
448 struct direct *
[all …]
H A Dextern.h76 struct direct *pathsearch(const char *);
85 struct direct *rst_readdir(RST_DIR *);
/freebsd/sys/contrib/dev/rtw88/
H A Dsdio.c133 bool direct) in rtw_sdio_to_io_address() argument
135 if (!direct) in rtw_sdio_to_io_address()
252 bool direct, bus_claim; in rtw_sdio_read8() local
263 if (direct) in rtw_sdio_read8()
280 bool direct, bus_claim; in rtw_sdio_read16() local
291 if (direct) in rtw_sdio_read16()
308 bool direct, bus_claim; in rtw_sdio_read32() local
319 if (direct) in rtw_sdio_read32()
401 if (direct) in rtw_sdio_write8()
426 if (direct) in rtw_sdio_write16()
[all …]
/freebsd/sys/ufs/ufs/
H A Dufs_extern.h36 struct direct;
61 int ufs_dirbadentry(struct vnode *, struct direct *, int);
66 struct direct *);
67 int ufs_direnter(struct vnode *, struct vnode *, struct direct *,
H A Ddirhash.h124 void ufsdirhash_add(struct inode *, struct direct *, doff_t);
125 void ufsdirhash_remove(struct inode *, struct direct *, doff_t);
126 void ufsdirhash_move(struct inode *, struct direct *, doff_t, doff_t);
H A Dufs_dirhash.c346 struct direct *ep; in ufsdirhash_build()
553 struct direct *dp; in ufsdirhash_lookup()
638 dp = (struct direct *)(bp->b_data + (offset & bmask)); in ufsdirhash_lookup()
705 struct direct *dp; in ufsdirhash_findfree()
741 dp = (struct direct *)((char *)dp + dp->d_reclen); in ufsdirhash_findfree()
760 dp = (struct direct *)((char *)dp + dp->d_reclen); in ufsdirhash_findfree()
976 struct direct *dp; in ufsdirhash_checkblock()
990 dp = (struct direct *)(buf + i); in ufsdirhash_checkblock()
1147 ufsdirhash_getprev(struct direct *dirp, doff_t offset) in ufsdirhash_getprev()
1149 struct direct *dp; in ufsdirhash_getprev()
[all …]
H A Dufs_lookup.c301 ep = (struct direct *)((char *)bp->b_data + in ufs_lookup_ino()
812 struct direct *newdirp) in ufs_makedirentry()
858 struct direct *ep, *nep; in ufs_direnter()
923 ((struct direct *) in ufs_direnter()
982 ep = (struct direct *)dirbuf; in ufs_direnter()
986 nep = (struct direct *)(dirbuf + loc); in ufs_direnter()
990 ep = (struct direct *)((char *)ep + dsize); in ufs_direnter()
1050 ep = (struct direct *)((char *)ep + dsize); in ufs_direnter()
1107 struct direct *ep, *rep; in ufs_dirremove()
1230 struct direct *ep; in ufs_dirrewrite()
[all …]
H A Ddir.h76 struct direct { struct
112 (roundup2(__offsetof(struct direct, d_name) + (namlen) + 1, DIR_ROUNDUP))
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c91 if (buf->direct.buf != NULL || buf->nbufs == 1) in mlx4_en_map_buffer()
101 buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL); in mlx4_en_map_buffer()
103 if (!buf->direct.buf) in mlx4_en_map_buffer()
114 vunmap(buf->direct.buf); in mlx4_en_unmap_buffer()
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dspi-orion.txt13 the SPI direct access mode that some of the Marvell SoCs support
43 Example with SPI direct mode support (optionally):
61 To enable the direct mode, the board specific 'ranges' property in the
63 and its chip-selects that are used in the direct mode instead of PIO
65 controller 1, device 2 are used in direct mode. All other SPI device
69 * Enable the SPI direct access by configuring an entry
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_alloc.c102 err = -bus_dmamem_alloc(buf->dma_tag, &buf->direct.buf, in mlx5_buf_alloc()
110 buf->dma_tag, buf->dma_map, buf->direct.buf, in mlx5_buf_alloc()
125 memset(buf->direct.buf, 0, PAGE_SIZE * buf->npages); in mlx5_buf_alloc()
132 bus_dmamem_free(buf->dma_tag, buf->direct.buf, buf->dma_map); in mlx5_buf_alloc()
144 bus_dmamem_free(buf->dma_tag, buf->direct.buf, buf->dma_map); in mlx5_buf_free()
H A Dmlx5_wq.c86 wq->buf = wq_ctrl->buf.direct.buf; in mlx5_wq_cyc_create()
123 wq->buf = wq_ctrl->buf.direct.buf; in mlx5_cqwq_create()
161 wq->buf = wq_ctrl->buf.direct.buf; in mlx5_wq_ll_create()
/freebsd/sys/dev/mthca/
H A Dmthca_allocator.c209 buf->direct.buf = dma_alloc_coherent(&dev->pdev->dev, in mthca_buf_alloc()
211 if (!buf->direct.buf) in mthca_buf_alloc()
214 dma_unmap_addr_set(&buf->direct, mapping, t); in mthca_buf_alloc()
216 memset(buf->direct.buf, 0, size); in mthca_buf_alloc()
291 dma_free_coherent(&dev->pdev->dev, size, buf->direct.buf, in mthca_buf_free()
292 dma_unmap_addr(&buf->direct, mapping)); in mthca_buf_free()
/freebsd/sbin/fsck_ffs/
H A Ddir.c58 static struct direct *fsck_readdir(struct inodesc *);
195 struct direct *dp; in dirscan()
217 idesc->id_dirp = (struct direct *)dbuf; in dirscan()
238 static struct direct *
241 struct direct *dp, *ndp; in fsck_readdir()
252 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); in fsck_readdir()
273 ndp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); in fsck_readdir()
527 struct direct *dirp = idesc->id_dirp; in mkentry()
528 struct direct newent; in mkentry()
541 dirp = (struct direct *)(((char *)dirp) + oldlen); in mkentry()
[all …]
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c594 buf->direct.buf = dma_alloc_coherent(&dev->persist->pdev->dev, in mlx4_buf_alloc()
596 if (!buf->direct.buf) in mlx4_buf_alloc()
599 buf->direct.map = t; in mlx4_buf_alloc()
606 memset(buf->direct.buf, 0, size); in mlx4_buf_alloc()
610 buf->direct.buf = NULL; in mlx4_buf_alloc()
639 buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL); in mlx4_buf_alloc()
641 if (!buf->direct.buf) in mlx4_buf_alloc()
661 buf->direct.buf, in mlx4_buf_free()
662 buf->direct.map); in mlx4_buf_free()
665 vunmap(buf->direct.buf); in mlx4_buf_free()
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dmtd-physmap.txt19 - no-unaligned-direct-access: boolean to disable the default direct
21 On some platforms (e.g. MPC5200) a direct 1:1 mapping may cause
24 By defining "no-unaligned-direct-access", the flash will not be

12345678910>>...16