/freebsd/contrib/bmake/unit-tests/ |
H A D | cmd-errors-jobs.mk | 15 ${RUN} undefined-direct 17 ${RUN} parse-error-direct 19 ${RUN} begin-direct 21 ${RUN} end-direct 31 undefined-indirect: undefined-direct 32 undefined-direct: 36 parse-error-indirect: parse-error-direct 37 parse-error-direct: parse-error-unclosed-expression 38 parse-error-direct: parse-error-unclosed-modifier 39 parse-error-direct: parse-error-unknown-modifier [all …]
|
H A D | opt-keep-going-indirect.mk | 9 # direct or an indirect target failed. 12 # mode, both for direct as well as indirect targets. 14 # Since 2001.10.16.18.50.12, the exit status for a direct failure in 20 # At 2006.11.17.22.07.39, the exit status for direct failures in both 26 # At 2016.08.26.23.28.39, the additional empty line for a direct failure 27 # in compat mode was removed, making it consistent with a direct failure 44 .PHONY: all direct indirect 51 @echo 'direct compat' 52 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k direct; echo "exited $$?" 55 @echo 'direct job [all...] |
H A D | opt-keep-going-indirect.exp | 1 direct compat 9 direct jobs 11 *** [direct] Error code 1 27 *** [direct] Error code 1
|
H A D | moderrs.mk | 13 all: mod-unknown-direct mod-unknown-indirect 14 all: unclosed-direct unclosed-indirect 27 mod-unknown-direct: 35 unclosed-direct:
|
/freebsd/sys/kern/ |
H A D | kern_timeout.c | 212 int direct); 237 cc_cce_cleanup(struct callout_cpu *cc, int direct) in cc_cce_cleanup() argument 240 cc_exec_curr(cc, direct) = NULL; in cc_cce_cleanup() 241 cc_exec_cancel(cc, direct) = false; in cc_cce_cleanup() 242 cc_exec_waiting(cc, direct) = false; in cc_cce_cleanup() 244 cc_migration_cpu(cc, direct) = CPUBLOCK; in cc_cce_cleanup() 245 cc_migration_time(cc, direct) = 0; in cc_cce_cleanup() 246 cc_migration_prec(cc, direct) = 0; in cc_cce_cleanup() 247 cc_migration_func(cc, direct) = NULL; in cc_cce_cleanup() 248 cc_migration_arg(cc, direct) = NULL; in cc_cce_cleanup() [all …]
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd.h | 341 bool direct; /**< false if the resource requires member 349 .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) ? \ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | pxa27x-keypad.txt | 9 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/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | LDSDIRInstructions.td |
|
H A D | DSDIRInstructions.td | 53 class LDSDIR_getIns<bit direct> { 54 dag ret = !if(direct, 60 class VDSDIR_getIns<bit direct> { 61 dag ret = !if(direct, 68 class DSDIR_Common<string opName, string asm = "", dag ins, bit 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, [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
H A D | dio_unaligned_block.ksh | 28 . $STF_SUITE/tests/functional/direct/dio.cfg 29 . $STF_SUITE/tests/functional/direct/dio.kshlib 45 zfs set direct=standard $TESTPOOL/$TESTFS 63 log_must zfs set direct=standard $TESTPOOL/$TESTFS 68 log_must zfs set direct=always $TESTPOOL/$TESTFS 73 log_must zfs set direct=disabled $TESTPOOL/$TESTFS
|
H A D | dio_property.ksh | 28 . $STF_SUITE/tests/functional/direct/dio.cfg 29 . $STF_SUITE/tests/functional/direct/dio.kshlib 45 zfs set direct=standard $TESTPOOL/$TESTFS 66 log_must zfs set direct=always $TESTPOOL/$TESTFS 98 log_must zfs set direct=disabled $TESTPOOL/$TESTFS 115 log_must zfs set direct=standard $TESTPOOL/$TESTFS
|
H A D | dio_async_always.ksh | 28 . $STF_SUITE/tests/functional/direct/dio.cfg 29 . $STF_SUITE/tests/functional/direct/dio.kshlib 45 zfs set direct=standard $TESTPOOL/$TESTFS 53 log_must zfs set direct=always $TESTPOOL/$TESTFS
|
H A D | dio_write_stable_pages.ksh | 28 . $STF_SUITE/tests/functional/direct/dio.cfg 29 . $STF_SUITE/tests/functional/direct/dio.kshlib 48 log_must rm -f "$mntpnt/direct-write.iso" 79 log_must manipulate_user_buffer -f "$mntpnt/direct-write.iso" \ 83 log_must stride_dd -i $mntpnt/direct-write.iso -o /dev/null \ 99 log_must rm -f "$mntpnt/direct-write.iso"
|
H A D | dio.kshlib | 21 . $STF_SUITE/tests/functional/direct/dio.cfg 45 log_must fio --directory=$mntpnt --name=direct-$mode \ 46 --rw=$mode --size=$size --bs=$bs --direct=1 --numjobs=1 \ 52 log_must fio --directory=$mntpnt --name=direct-$mode \ 53 --rw=read --size=$size --bs=$bs --direct=0 --numjobs=1 \ 56 log_must rm -f "$mntpnt/direct-*"
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | sdio.c | 133 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 256 direct = rtw_sdio_use_direct_io(rtwdev, addr); in rtw_sdio_read8() 257 addr = rtw_sdio_to_io_address(rtwdev, addr, direct); in rtw_sdio_read8() 263 if (direct) in rtw_sdio_read8() 280 bool direct, bus_claim; in rtw_sdio_read16() local 284 direct = rtw_sdio_use_direct_io(rtwdev, addr); in rtw_sdio_read16() 285 addr = rtw_sdio_to_io_address(rtwdev, addr, direct); in rtw_sdio_read16() 291 if (direct) in rtw_sdio_read16() 308 bool direct, bus_claim; rtw_sdio_read32() local 391 bool direct, bus_claim; rtw_sdio_write8() local 416 bool direct, bus_claim; rtw_sdio_write16() local 441 bool direct, bus_claim; rtw_sdio_write32() local [all...] |
/freebsd/sbin/restore/ |
H A D | dirs.c | 114 static void putent(struct direct *); 117 static struct direct *searchdir(ino_t, char *); 130 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() [all …]
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_extern.h | 36 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 D | dirhash.h | 124 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 D | ufs_dirhash.c | 99 static doff_t ufsdirhash_getprev(struct direct *dp, doff_t offset); 346 struct direct *ep; in ufsdirhash_build() 444 ep = (struct direct *)((char *)bp->b_data + (pos & bmask)); 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() 805 ufsdirhash_add(struct inode *ip, struct direct *dirp, doff_t offset) in ufsdirhash_add() 846 ufsdirhash_remove(struct inode *ip, struct direct *dirp, doff_t offset) in ufsdirhash_remove() [all …]
|
H A D | ufs_lookup.c | 193 struct direct *ep; /* the current directory entry */ in ufs_lookup_ino() 301 ep = (struct direct *)((char *)bp->b_data + in ufs_lookup_ino() 370 ep = (struct direct *)((char *)bp->b_data + entryoffsetinblock); in ufs_lookup_ino() 771 ufs_dirbadentry(struct vnode *dp, struct direct *ep, int entryoffsetinblock) in ufs_dirbadentry() 812 struct direct *newdirp) in ufs_makedirentry() 849 ufs_direnter(struct vnode *dvp, struct vnode *tvp, struct direct *dirp, in ufs_direnter() 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() [all …]
|
/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | mlx4_en_resources.c | 91 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 D | spi-orion.txt | 13 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/mthca/ |
H A D | mthca_allocator.c | 209 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/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_alloc.c | 102 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()
|
/freebsd/sbin/fsck_ffs/ |
H A D | dir.c | 56 static int dircheck(struct inodesc *, struct bufarea *, struct direct *); 58 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() 311 dircheck(struct inodesc *idesc, struct bufarea *bp, struct direct *dp) in dircheck() 349 unused = dp->d_reclen - __offsetof(struct direct, d_nam in dircheck() [all...] |