Home
last modified time | relevance | path

Searched defs:name_size (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/dev/fdt/
H A Dqcscm.c351 uint32_t name_size; member
368 CHAR16 *name, int name_size, EFI_GUID *guid, in qcscm_uefi_get_variable()
456 uint32_t name_size; member
473 CHAR16 *name, int name_size, EFI_GUID *guid, in qcscm_uefi_set_variable()
540 uint32_t name_size; member
550 uint32_t name_size; member
555 CHAR16 *name, int *name_size, EFI_GUID *guid) in qcscm_uefi_get_next_variable()
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_debugging.cpp28 char *name, uptr name_size, in FindInfoForStackVar()
80 const char *__asan_locate_address(uptr addr, char *name, uptr name_size, in __asan_locate_address()
/openbsd/usr.sbin/nsd/
H A Ddname.h37 uint8_t name_size; member
H A Ddname.c28 size_t name_size = 0; in dname_make() local
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsolib-irix.c514 int name_size; in irix_current_sos() local
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp190 const char *__tsan_locate_address(uptr addr, char *name, uptr name_size, in __tsan_locate_address()
/openbsd/lib/libcurses/tinfo/
H A Dwrite_entry.c322 size_t name_size = strlen(term_names); in _nc_write_entry() local
H A Dread_entry.c285 int name_size, bool_count, num_count, str_count, str_size; in _nc_read_termtype() local
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atom.c1315 int name_size; in atom_get_vbios_name() local
/openbsd/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h1475 inline size_t name_size () const { return NumArgNames; } in name_size() function