/src/sys/arch/i386/stand/lib/ |
boot_params.S | 13 .space 16 /* md5 boot password */ 14 .space 64 /* keyboard xlat map */
|
/src/sys/arch/mac68k/mac68k/ |
macglobals.s | 6 * Mac OS global variable space; storage for global variables used by 10 .space 0x2a00 15 * this additional space of 0x2a00 should be sufficient (WRU)
|
/src/usr.sbin/sysinst/arch/playstation2/ |
mbr_buf.S | 5 .space 2 7 mbr: .space 512
|
/src/lib/csu/arch/arm/ |
crtend.S | 40 .space 4 47 .space 4 51 .space 4 55 .space 4
|
/src/tests/usr.bin/indent/ |
opt_di.c | 9 int space; variable in typeref:typename:int 17 int space; variable in typeref:typename:int 32 * '-di', the others are separated with a single space. 53 * An indentation of 0 columns uses a single space between the declaration 73 /* The indentation consists of a tab and a space. */ 88 int space; variable in typeref:typename:int 95 int space; variable in typeref:typename:int 104 * indented to the right of the keyword 'struct', it only needs a single space
|
/src/lib/csu/arch/aarch64/ |
crtend.S | 41 .space 8 48 .space 8
|
/src/lib/csu/arch/earm/ |
crtend.S | 46 .space 4 53 .space 4
|
/src/lib/csu/arch/or1k/ |
crtend.S | 41 .space 4 48 .space 4
|
/src/lib/csu/arch/riscv/ |
crtend.S | 41 .space (1 << PTR_SCALESHIFT) 48 .space (1 << PTR_SCALESHIFT)
|
/src/lib/csu/arch/vax/ |
crtend.S | 51 .space 4 55 .space 4
|
/src/sys/arch/mvme68k/stand/bootxx/ |
block_x.S | 15 .space (MAXBLOCKNUM * 4)
|
/src/usr.bin/make/unit-tests/ |
sh-leading-at.exp | 2 space after @
|
sh-dots.exp | 13 indirect-space regular 17 indirect-space deferred
|
directive-if.exp | 10 make: directive-if.mk:76: Don't do this, always put a space after a directive. 11 make: directive-if.mk:81: Don't do this, always put a space after a directive. 12 make: directive-if.mk:88: Don't do this, always put a space around comparison operators. 13 make: directive-if.mk:95: Don't do this, always put a space after a directive. 14 make: directive-if.mk:100: Don't do this, always put a space after a directive.
|
job-flags.exp | 8 false space
|
cmdline.exp | 5 space-and-comment:
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
nouveau_nvkm_core_enum.c | 49 bool space = false; local in function:nvkm_snprintbf 53 space ? " " : "", bf->name); 56 space = true;
|
/src/lib/csu/arch/mips/ |
crtend.S | 51 .space _MIPS_SZPTR / 8 55 .space _MIPS_SZPTR / 8
|
/src/sys/arch/amiga/amiga/ |
bus.c | 38 bus_space_barrier(bus_space_tag_t space, bus_space_handle_t handle, 55 bus_space_vaddr(bus_space_tag_t space, bus_space_handle_t handle)
|
/src/usr.bin/uname/ |
uname.c | 68 int space = 0; local in function:main 125 space++; 129 if (space++) putchar(' '); 133 if (space++) putchar(' '); 137 if (space++) putchar(' '); 141 if (space++) putchar(' '); 145 if (space++) putchar(' ');
|
/src/regress/sys/arch/m68k/060sp/ |
dotestsubs.S | 11 .space 120 17 .space 120
|
/src/sys/compat/common/ |
uipc_syscalls_40.c | 42 int space = 0, error = 0; local in function:compat_ifconf 61 space = ifc->ifc_len; 82 if (space >= sz) { 88 space -= sizeof(ifr); 110 if (space >= sz) { 118 if (space >= sz) { 123 space -= sa->sa_len - sizeof(*sa); 124 if (space >= sz) { 141 space -= sz; 159 ifc->ifc_len -= space; [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/include/ |
cgs_common.h | 111 typedef uint32_t (*cgs_read_ind_register_t)(struct cgs_device *cgs_device, enum cgs_ind_reg space, 120 typedef void (*cgs_write_ind_register_t)(struct cgs_device *cgs_device, enum cgs_ind_reg space, 136 #define CGS_WREG32_FIELD_IND(device, space, reg, field, val) \ 137 cgs_write_ind_register(device, space, ix##reg, (cgs_read_ind_register(device, space, ix##reg) & ~CGS_REG_FIELD_MASK(reg, field)) | (val) << CGS_REG_FIELD_SHIFT(reg, field)) 172 #define cgs_read_ind_register(dev,space,index) \ 173 CGS_CALL(read_ind_register,dev,space,index) 174 #define cgs_write_ind_register(dev,space,index,value) \ 175 CGS_CALL(write_ind_register,dev,space,index,value)
|
/src/sys/arch/arm/imx/ |
imx23_space.c | 62 /* Describes bus space on i.MX23 */ 79 /* mmap bus space for user */ 141 imx23_bs_map(void *space, bus_addr_t address, bus_size_t size, 156 imx23_bs_unmap(void *space, bus_space_handle_t handle, bus_size_t size) 167 imx23_bs_subregion(void *space, bus_space_handle_t handle, 175 imx23_bs_alloc(void *space, bus_addr_t reg_start, bus_addr_t reg_end, 184 imx23_bs_free(void *space, bus_space_handle_t handle, bus_size_t size) 190 imx23_bs_vaddr(void *space, bus_space_handle_t handle) 196 imx23_bs_mmap(void *space, bus_addr_t addr, off_t off, int prot, 203 imx23_bs_barrier(void *space, bus_space_handle_t handle [all...] |
/src/sys/arch/sparc/include/ |
bus_defs.h | 92 * Access methods for bus resources and address space. 150 bus_space_tag_t space, 155 bus_space_tag_t space, 160 bus_space_tag_t space, 165 bus_space_tag_t space, 170 bus_space_tag_t space, 176 bus_space_tag_t space, 182 bus_space_tag_t space, 188 bus_space_tag_t space, 194 /* flags for bus space map functions * [all...] |