Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 709) sorted by path

12345678910>>...29

/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c453 gfx_mem_wr1(uint8_t *base, size_t size, uint32_t o, uint8_t v) in gfx_mem_wr1()
462 gfx_mem_wr2(uint8_t *base, size_t size, uint32_t o, uint16_t v) in gfx_mem_wr2()
471 gfx_mem_wr4(uint8_t *base, size_t size, uint32_t o, uint32_t v) in gfx_mem_wr4()
H A Disapnp.h257 u_long base; /* Memory Base Address */ member
H A Dload_elf_obj.c467 Elf_Addr base; in __elfN() local
523 Elf_Addr base; in __elfN() local
H A Dmodule.c1032 #define INT_ALIGN(base, ptr) ptr = \ argument
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosacpi.c237 biosacpi_search_rsdp(char *base, int length) in biosacpi_search_rsdp()
H A Dbiosdisk.c336 int base, unit; in bd_init() local
H A Dvidconsole.c277 uint16_t *base; in vidc_text_cons_copy() local
/illumos-gate/usr/src/boot/libsa/
H A Dpkgfs.c524 int digit, sign, base; in pkg_atol8() local
H A Dprintf.c199 ksprintn(char *nbuf, uintmax_t num, int base, int *lenp, int upper) in ksprintn()
261 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; in kvprintf() local
H A Dsbrk.c41 setheap(void *base, void *top) in setheap()
H A Dsmbios.c63 #define SMBIOS_GET8(base, off) (*(uint8_t *)((base) + (off))) argument
64 #define SMBIOS_GET16(base, off) (*(uint16_t *)((base) + (off))) argument
65 #define SMBIOS_GET32(base, off) (*(uint32_t *)((base) + (off))) argument
66 #define SMBIOS_GET64(base, off) (*(uint64_t *)((base) + (off))) argument
68 #define SMBIOS_GETLEN(base) SMBIOS_GET8(base, 0x01) argument
69 #define SMBIOS_GETSTR(base) ((base) + SMBIOS_GETLEN(base)) argument
205 #define UUID_GET(base, off) (*(UUID_TYPE *)((base) + (off))) argument
H A Dzalloc.c280 zextendPool(MemPool *mp, void *base, uintptr_t bytes) in zextendPool()
H A Dzalloc_malloc.c83 char *base; in Malloc_align() local
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c456 uint64_t base = 0; in vdev_indirect_mapping_entry_for_offset() local
/illumos-gate/usr/src/boot/sys/amd64/include/pc/
H A Dbios.h49 u_int64_t base; member
56 u_int64_t base; member
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h219 u_int64_t base; member
226 u_int64_t base; member
285 u_int base; member
328 u_int32_t base; /* base of service */ member
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbsub.c199 indirect(off_t offset, size_t size, char *base, char *member) in indirect()
/illumos-gate/usr/src/cmd/auditreduce/
H A Dmain.c546 a_pow(int base, int exp) in a_pow()
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c570 rst_seekdir(RST_DIR *sdirp, offset_t loc, offset_t base) in rst_seekdir()
H A Drestore.h199 struct afile *base; /* current list arena */ member
H A Dsymtab.c653 char *base; in initsymtable() local
/illumos-gate/usr/src/cmd/bhyve/
H A Dacpi.c192 dsdt_fixed_mem32(uint32_t base, uint32_t length) in dsdt_fixed_mem32()
H A De820.c49 uint64_t base; member
57 e820_element_alloc(uint64_t base, uint64_t end, enum e820_memory_type type) in e820_element_alloc()
153 e820_add_entry(const uint64_t base, const uint64_t end, in e820_add_entry()
261 e820_add_memory_hole(const uint64_t base, const uint64_t end) in e820_add_memory_hole()
335 uint64_t address, base, end; in e820_alloc_highest() local
369 uint64_t base, end; in e820_alloc_lowest() local
H A De820.h33 uint64_t base; member
H A Dmem.h45 uint64_t base; member

12345678910>>...29