/freebsd-src/contrib/bmake/unit-tests/ |
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 jobs' [all …]
|
H A D | directive-undef.mk | 112 DIRECT= direct 113 INDIRECT= in-${DIRECT} 114 .export DIRECT INDIRECT 115 .if ${DIRECT} != "direct" 118 .if ${INDIRECT} != "in-direct" 125 .undef DIRECT # Separate '.undef' directives, 128 .if ${DIRECT:Uundefined} != "undefined"
|
H A D | opt-keep-going-indirect.exp | 1 direct compat 6 make: stopped making "direct" in unit-tests 9 direct jobs 11 *** [direct] Error code 1 13 make: stopped making "direct" in unit-tests 27 *** [direct] Error code 1
|
H A D | var-recursive.mk | 6 TESTS= direct indirect conditional short target 17 .elif ${TEST} == direct 19 DIRECT= ${DIRECT} # Defining a recursive variable is not yet an error. 22 . info ${DIRECT} # But expanding the variable is an error.
|
H A D | varmod-assign-shell.mk | 19 DIRECT= previous 21 DIRECT!= echo output; (exit 13) 30 @echo DIRECT=${DIRECT:Q}
|
/freebsd-src/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 15 Optional Properties for Direct Keyes 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>; [all …]
|
/freebsd-src/sys/kern/ |
H A D | kern_timeout.c | 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 97 "Average number of direct callouts examined per callout_process call. " 101 &avg_lockcalls_dir, 0, "Average number of lock direct callouts made per " 105 0, "Average number of MP direct callouts made per callout_process call. " 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) in cc_cce_cleanup() 256 cc_cce_migrating(struct callout_cpu * cc,int direct) cc_cce_migrating() argument 629 softclock_call_cc(struct callout * c,struct callout_cpu * cc,int * mpcalls,int * lockcalls,int * gcalls,int direct) softclock_call_cc() argument 929 int cancelled, direct; callout_reset_sbt_on() local 1077 int direct, sq_locked, use_lock; _callout_stop_safe() local 1488 _show_last_callout(int cpu,int direct,const char * dirstr) _show_last_callout() argument [all...] |
/freebsd-src/contrib/ofed/libmlx5/ |
H A D | mlx5dv.7 | 6 mlx5dv \- Direct verbs for mlx5 devices 17 The mlx5 direct verbs API is intended for such applications. 25 The direct include of mlx5dv.h together with linkage to mlx5 library will 28 Once an application uses the direct flow the locking scheme is fully managed 30 direct/non-direct access will be by same application. 35 thus using the mlx5 direct verbs does not limit the applications
|
/freebsd-src/sys/dev/ixl/ |
H A D | i40e_adminq_cmd.h | 24 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 328 * - no suffix for direct command descriptor structures 331 * - _completion for direct return data 353 /* Get version (direct 0x0001) */ 378 /* Queue Shutdown (direct 0x0003) */ 387 /* Set PF context (0x0004, direct) */ 395 /* Request resource ownership (direct 0x0008) 396 * Release resource ownership (direct 0x0009) 475 /* Set CPPM Configuration (direct 0x0103) */ 599 /* Clear PXE Command and response (direct 0x0110) */ [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | DSDIRInstructions.td | 1 //===-- DSDIRInstructions.td - LDS/VDS Direct Instruction Definitions -----===// 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> { [all...] |
/freebsd-src/sys/dev/bhnd/ |
H A D | bhnd.h | 341 bool direct; /**< false if the resource requires member 349 .direct = true, \ 764 * @retval EINVAL If @p child is not a direct child of @p dev. 785 * @retval EINVAL If @p child is not a direct child of @p dev. 803 * @retval EINVAL If @p child is not a direct child of @p dev. 1198 * @retval EINVAL If @p child is not a direct child of @p dev. 1227 * @retval EINVAL If @p child is not a direct child of @p dev. 1491 (((r)->direct) ? \ 1497 (((r)->direct) ? \ 1503 (((r)->direct) ? \ [all …]
|
/freebsd-src/sys/contrib/xen/ |
H A D | features.h | 46 * update them via direct writes. 52 * tables, and can update them via direct writes. 118 * A direct-mapped (or 1:1 mapped) domain is a domain for which its 119 * local pages have gfn == mfn. If a domain is direct-mapped, 124 * - not auto_translated domains (x86 only) are always direct-mapped 125 * - on x86, auto_translated domains are not direct-mapped 126 * - on ARM, Dom0 is direct-mapped, DomUs are not
|
/freebsd-src/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-src/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-src/sys/dev/ice/ |
H A D | ice_adminq_cmd.h | 23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 59 /* Get version (direct 0x0001) */ 84 /* Queue Shutdown (direct 0x0003) */ 91 /* Get Expanded Error Code (0x0005, direct) */ 99 /* Request resource ownership (direct 0x0008) 100 * Release resource ownership (direct 0x0009) 232 /* Manage MAC address, write command - direct (0x0108) */ 248 /* Clear PXE Command and response (direct 0x0110) */ 255 /* Configure No-Drop Policy Command (direct 0x0112) */ 305 /* Set Port parameters, (direct, [all...] |
/freebsd-src/lib/libvgl/ |
H A D | vgl.h | 22 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 61 #define VIDBUF16 6 /* Direct Color linear buffer */ 62 #define VIDBUF24 7 /* Direct Color linear buffer */ 63 #define VIDBUF32 8 /* Direct Color linear buffer */ 64 #define VIDBUF16S 9 /* Direct Color segmented buffer */ 65 #define VIDBUF24S 10 /* Direct Color segmented buffer */ 66 #define VIDBUF32S 11 /* Direct Color segmented buffer */
|
/freebsd-src/share/doc/papers/diskperf/ |
H A D | methodology.ms | 20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 35 These might be termed the \fIindirect\fR and the \fIdirect\fR approach. 39 We chose to use the direct approach. 66 The methodology chosen by us is direct 89 A more significant disadvantage to the direct approach
|
/freebsd-src/share/man/man4/ |
H A D | da.4 | 18 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 31 .Nd SCSI Direct Access device driver 39 devices of the direct access class that are attached to the system 43 The direct access class includes disk, magneto-optical, 52 direct access device can be configured. 54 Many direct access devices are equipped with read and/or write caches. 107 Direct Access devices have the capability of mapping out portions of
|
H A D | ada.4 | 18 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 31 .Nd ATA Direct Access device driver 37 driver provides support for direct access devices, implementing the 44 direct access device can be configured. 62 Many direct access devices are equipped with read and/or write caches.
|
/freebsd-src/sys/powerpc/include/ |
H A D | vmparam.h | 25 * IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 91 * 0xc000000000000000 - 0xc007ffffffffffff direct map 124 * Use the direct-mapped BAT registers for UMA small allocs. This 131 /* Use the direct map for UMA small allocs on powerpc64. */ 266 * actual mapping is provided by the direct virtual-to-physical mapping. 276 * We (usually) have a direct map of all physical memory, so provide 322 KASSERT(hw_direct_map, ("Direct map not provided by PMAP")); \ 325 KASSERT(hw_direct_map, ("Direct map not provided by PMAP")); \
|
/freebsd-src/sys/ufs/ufs/ |
H A D | dir.h | 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 55 * a struct direct at the front of it, containing its inode number, 76 struct direct { struct 106 * the directory entry. This requires the amount of space in struct direct 112 (roundup2(__offsetof(struct direct, d_name) + (namlen) + 1, DIR_ROUNDUP)) 124 * Template for manipulating directories. Should use struct direct's,
|
/freebsd-src/sbin/restore/ |
H A D | dirs.c | 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 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() [all …]
|
/freebsd-src/usr.sbin/autofs/ |
H A D | auto_master.5 | 22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 68 must reference a direct map. 269 This needs to be set up as a direct map. 296 .Sh INDIRECT VERSUS DIRECT MAPS 301 Direct maps are referred to in 309 For direct maps, the final mount point is determined by concatenating 312 The example above could be rewritten using direct map, by placing this in
|
/freebsd-src/sys/dev/isci/scil/ |
H A D | scu_bios_definitions.h | 46 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 220 * This field specifies the maximum number of direct attached 316 * used if a SATA 1.5Gbs or SATA 3.0Gbs device is direct-attached. 323 * be used if a SATA 6.0Gbs device is direct-attached. 330 * be used if a SAS 1.5Gbs or SAS 3.0Gbs device is direct-attached. 337 * be used if a SAS 6.0Gbs device is direct-attached. 384 * This field specifies the maximum number of direct attached 513 * used if a SATA 1.5Gbs or SATA 3.0Gbs device is direct-attached. 520 * be used if a SATA 6.0Gbs device is direct-attached. 527 * be used if a SAS 1.5Gbs or SAS 3.0Gbs device is direct-attached. [all …]
|
/freebsd-src/sys/dev/mlx4/mlx4_en/ |
H A D | mlx4_en_resources.c | 90 // if buf->direct.buf is not NULL it means that vmap was already done by mlx4_alloc_buff in mlx4_en_map_buffer() 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()
|