/src/tests/usr.bin/indent/ |
lsym_offsetof.c | 5 * that starts an expression for computing the offset of a member in a struct. 9 size_t offset = offsetof(struct s, member); 21 size_t offset = offsetof (struct s, member);
|
lsym_offsetof.c | 5 * that starts an expression for computing the offset of a member in a struct. 9 size_t offset = offsetof(struct s, member); 21 size_t offset = offsetof (struct s, member);
|
lsym_offsetof.c | 5 * that starts an expression for computing the offset of a member in a struct. 9 size_t offset = offsetof(struct s, member); 21 size_t offset = offsetof (struct s, member);
|
/src/sys/external/isc/atheros_hal/dist/ar5312/ |
ar5312_eeprom.c | 32 * Read 16 bits of data from offset into *data 37 int i,offset; local in function:ar5312EepromRead 42 for (i=0,offset=2*off; i<2; i++,offset++) { 43 data[i] = eepromAddr[offset];
|
ar5312_eeprom.c | 32 * Read 16 bits of data from offset into *data 37 int i,offset; local in function:ar5312EepromRead 42 for (i=0,offset=2*off; i<2; i++,offset++) { 43 data[i] = eepromAddr[offset];
|
ar5312_eeprom.c | 32 * Read 16 bits of data from offset into *data 37 int i,offset; local in function:ar5312EepromRead 42 for (i=0,offset=2*off; i<2; i++,offset++) { 43 data[i] = eepromAddr[offset];
|
/src/lib/libc/stdlib/ |
putenv.c | 67 ssize_t offset; local in function:putenv 69 offset = __getenvslot(str, l_name, true); 70 if (offset != -1) { 71 if (environ[offset] != NULL) 72 __freeenvvar(environ[offset]); 73 environ[offset] = str;
|
putenv.c | 67 ssize_t offset; local in function:putenv 69 offset = __getenvslot(str, l_name, true); 70 if (offset != -1) { 71 if (environ[offset] != NULL) 72 __freeenvvar(environ[offset]); 73 environ[offset] = str;
|
putenv.c | 67 ssize_t offset; local in function:putenv 69 offset = __getenvslot(str, l_name, true); 70 if (offset != -1) { 71 if (environ[offset] != NULL) 72 __freeenvvar(environ[offset]); 73 environ[offset] = str;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_vpstate.c | 40 return nvbios_rd32(b, bit_P.offset + 0x38); 52 h->offset = nvbios_vpstate_offset(b); 53 if (!h->offset) 56 h->version = nvbios_rd08(b, h->offset); 59 h->hlen = nvbios_rd08(b, h->offset + 0x1); 60 h->elen = nvbios_rd08(b, h->offset + 0x2); 61 h->slen = nvbios_rd08(b, h->offset + 0x3); 62 h->scount = nvbios_rd08(b, h->offset + 0x4); 63 h->ecount = nvbios_rd08(b, h->offset + 0x5); 65 h->base_id = nvbios_rd08(b, h->offset + 0x0f) 84 u32 offset; local in function:nvbios_vpstate_entry [all...] |
nouveau_nvkm_subdev_bios_vpstate.c | 40 return nvbios_rd32(b, bit_P.offset + 0x38); 52 h->offset = nvbios_vpstate_offset(b); 53 if (!h->offset) 56 h->version = nvbios_rd08(b, h->offset); 59 h->hlen = nvbios_rd08(b, h->offset + 0x1); 60 h->elen = nvbios_rd08(b, h->offset + 0x2); 61 h->slen = nvbios_rd08(b, h->offset + 0x3); 62 h->scount = nvbios_rd08(b, h->offset + 0x4); 63 h->ecount = nvbios_rd08(b, h->offset + 0x5); 65 h->base_id = nvbios_rd08(b, h->offset + 0x0f) 84 u32 offset; local in function:nvbios_vpstate_entry [all...] |
nouveau_nvkm_subdev_bios_vpstate.c | 40 return nvbios_rd32(b, bit_P.offset + 0x38); 52 h->offset = nvbios_vpstate_offset(b); 53 if (!h->offset) 56 h->version = nvbios_rd08(b, h->offset); 59 h->hlen = nvbios_rd08(b, h->offset + 0x1); 60 h->elen = nvbios_rd08(b, h->offset + 0x2); 61 h->slen = nvbios_rd08(b, h->offset + 0x3); 62 h->scount = nvbios_rd08(b, h->offset + 0x4); 63 h->ecount = nvbios_rd08(b, h->offset + 0x5); 65 h->base_id = nvbios_rd08(b, h->offset + 0x0f) 84 u32 offset; local in function:nvbios_vpstate_entry [all...] |
/src/sys/external/bsd/drm2/include/drm/ |
drm_iomap_netbsd.h | 77 DRM_READ8(struct drm_local_map *map, bus_size_t offset) 81 map->lm_data.bus_space.bsh, offset); 83 return *(volatile uint8_t *)((vaddr_t)map->handle + offset); 87 DRM_READ16(struct drm_local_map *map, bus_size_t offset) 91 map->lm_data.bus_space.bsh, offset); 93 return *(volatile uint16_t *)((vaddr_t)map->handle + offset); 97 DRM_READ32(struct drm_local_map *map, bus_size_t offset) 101 map->lm_data.bus_space.bsh, offset); 103 return *(volatile uint32_t *)((vaddr_t)map->handle + offset); 107 DRM_READ64(struct drm_local_map *map, bus_size_t offset) [all...] |
drm_iomap_netbsd.h | 77 DRM_READ8(struct drm_local_map *map, bus_size_t offset) 81 map->lm_data.bus_space.bsh, offset); 83 return *(volatile uint8_t *)((vaddr_t)map->handle + offset); 87 DRM_READ16(struct drm_local_map *map, bus_size_t offset) 91 map->lm_data.bus_space.bsh, offset); 93 return *(volatile uint16_t *)((vaddr_t)map->handle + offset); 97 DRM_READ32(struct drm_local_map *map, bus_size_t offset) 101 map->lm_data.bus_space.bsh, offset); 103 return *(volatile uint32_t *)((vaddr_t)map->handle + offset); 107 DRM_READ64(struct drm_local_map *map, bus_size_t offset) [all...] |
drm_iomap_netbsd.h | 77 DRM_READ8(struct drm_local_map *map, bus_size_t offset) 81 map->lm_data.bus_space.bsh, offset); 83 return *(volatile uint8_t *)((vaddr_t)map->handle + offset); 87 DRM_READ16(struct drm_local_map *map, bus_size_t offset) 91 map->lm_data.bus_space.bsh, offset); 93 return *(volatile uint16_t *)((vaddr_t)map->handle + offset); 97 DRM_READ32(struct drm_local_map *map, bus_size_t offset) 101 map->lm_data.bus_space.bsh, offset); 103 return *(volatile uint32_t *)((vaddr_t)map->handle + offset); 107 DRM_READ64(struct drm_local_map *map, bus_size_t offset) [all...] |
/src/sys/dev/pci/ |
radeonfb_bios.c | 138 uint16_t offset; member in struct:rb_table 153 RAGE_REGS1_OFFSET, /* offset */ 161 RAGE_REGS2_OFFSET, /* offset */ 169 DYN_CLOCK_OFFSET, /* offset */ 177 PLL_INIT_OFFSET, /* offset */ 185 MEM_CONFIG_OFFSET, /* offset */ 193 0, /* offset */ 201 0, /* offset */ 209 0, /* offset */ 217 0, /* offset */ 259 uint16_t offset; local in function:rb_find_asic_table 279 uint16_t offset; local in function:rb_find_mem_reset_table 362 uint16_t offset; local in function:rb_load_init_block 447 uint16_t offset; local in function:rb_load_pll_block 517 uint16_t offset; local in function:rb_reset_sdram 575 uint16_t temp, offset; local in function:radeonfb_bios_init [all...] |
radeonfb_bios.c | 138 uint16_t offset; member in struct:rb_table 153 RAGE_REGS1_OFFSET, /* offset */ 161 RAGE_REGS2_OFFSET, /* offset */ 169 DYN_CLOCK_OFFSET, /* offset */ 177 PLL_INIT_OFFSET, /* offset */ 185 MEM_CONFIG_OFFSET, /* offset */ 193 0, /* offset */ 201 0, /* offset */ 209 0, /* offset */ 217 0, /* offset */ 259 uint16_t offset; local in function:rb_find_asic_table 279 uint16_t offset; local in function:rb_find_mem_reset_table 362 uint16_t offset; local in function:rb_load_init_block 447 uint16_t offset; local in function:rb_load_pll_block 517 uint16_t offset; local in function:rb_reset_sdram 575 uint16_t temp, offset; local in function:radeonfb_bios_init [all...] |
radeonfb_bios.c | 138 uint16_t offset; member in struct:rb_table 153 RAGE_REGS1_OFFSET, /* offset */ 161 RAGE_REGS2_OFFSET, /* offset */ 169 DYN_CLOCK_OFFSET, /* offset */ 177 PLL_INIT_OFFSET, /* offset */ 185 MEM_CONFIG_OFFSET, /* offset */ 193 0, /* offset */ 201 0, /* offset */ 209 0, /* offset */ 217 0, /* offset */ 259 uint16_t offset; local in function:rb_find_asic_table 279 uint16_t offset; local in function:rb_find_mem_reset_table 362 uint16_t offset; local in function:rb_load_init_block 447 uint16_t offset; local in function:rb_load_pll_block 517 uint16_t offset; local in function:rb_reset_sdram 575 uint16_t temp, offset; local in function:radeonfb_bios_init [all...] |
/src/lib/libc/stdio/ |
fseek.c | 50 * Seek the given file to the given offset. 51 * Zero extend the offset if SEEK_SET to allow access to 4GB files 56 off_t offset; local in function:fseek 61 offset = (unsigned long)l_offset; 64 offset = l_offset; 65 return fseeko(fp, offset, whence);
|
fseek.c | 50 * Seek the given file to the given offset. 51 * Zero extend the offset if SEEK_SET to allow access to 4GB files 56 off_t offset; local in function:fseek 61 offset = (unsigned long)l_offset; 64 offset = l_offset; 65 return fseeko(fp, offset, whence);
|
fseek.c | 50 * Seek the given file to the given offset. 51 * Zero extend the offset if SEEK_SET to allow access to 4GB files 56 off_t offset; local in function:fseek 61 offset = (unsigned long)l_offset; 64 offset = l_offset; 65 return fseeko(fp, offset, whence);
|
/src/lib/libc/sys/ |
posix_fadvise.c | 34 int __posix_fadvise50(int fd, int pad, off_t offset, off_t size, int hint); 37 posix_fadvise(int fd, off_t offset, off_t size, int hint) 39 return __posix_fadvise50(fd, 0, offset, size, hint);
|
posix_fadvise.c | 34 int __posix_fadvise50(int fd, int pad, off_t offset, off_t size, int hint); 37 posix_fadvise(int fd, off_t offset, off_t size, int hint) 39 return __posix_fadvise50(fd, 0, offset, size, hint);
|
/src/sys/arch/evbarm/lubbock/ |
lubbock_var.h | 86 #define obio_read(offset) ioreg_read(LUBBOCK_OBIO_VBASE+(offset)) 87 #define obio_write(offset,value) \ 88 ioreg_write(LUBBOCK_OBIO_VBASE+(offset), (value)) 91 #define obio16_read(offset) ioreg16_read(LUBBOCK_OBIO_VBASE+(offset)) 92 #define obio16_write(offset,value) \ 93 ioreg16_write(LUBBOCK_OBIO_VBASE+(offset), (value)) 95 #define obio8_read(offset) ioreg8_read(LUBBOCK_OBIO_VBASE+(offset)) [all...] |
lubbock_var.h | 86 #define obio_read(offset) ioreg_read(LUBBOCK_OBIO_VBASE+(offset)) 87 #define obio_write(offset,value) \ 88 ioreg_write(LUBBOCK_OBIO_VBASE+(offset), (value)) 91 #define obio16_read(offset) ioreg16_read(LUBBOCK_OBIO_VBASE+(offset)) 92 #define obio16_write(offset,value) \ 93 ioreg16_write(LUBBOCK_OBIO_VBASE+(offset), (value)) 95 #define obio8_read(offset) ioreg8_read(LUBBOCK_OBIO_VBASE+(offset)) [all...] |