Searched refs:sys (Results 126 - 150 of 542) sorted by relevance

1234567891011>>

/fuchsia/zircon/kernel/dev/interrupt/arm_gic/common/include/dev/interrupt/
H A Darm_gic_common.h11 #include <sys/types.h>
/fuchsia/zircon/kernel/dev/hw_rng/include/dev/
H A Dhw_rng.h14 #include <sys/types.h>
/fuchsia/zircon/kernel/dev/interrupt/arm_gic/v2/include/dev/interrupt/
H A Darm_gicv2m.h10 #include <sys/types.h>
/fuchsia/zircon/kernel/include/kernel/
H A Dcmdline.h11 #include <sys/types.h>
H A Ddpc.h10 #include <sys/types.h>
/fuchsia/zircon/kernel/include/platform/
H A Ddebug.h10 #include <sys/types.h>
/fuchsia/zircon/kernel/lib/libc/include/
H A Diovec.h12 #include <sys/types.h>
/fuchsia/zircon/kernel/lib/libc/string/
H A Dstrlcat.c10 #include <sys/types.h>
H A Dstrnicmp.c10 #include <sys/types.h>
H A Dstrtok.c9 #include <sys/types.h>
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dtimes.c6 #include <sys/times.h>
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dunknown.c35 #include <sys/types.h>
/fuchsia/zircon/third_party/ulib/musl/include/
H A Difaddrs.h9 #include <sys/socket.h>
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dget_current_dir_name.c5 #include <sys/stat.h>
H A Dpty.c6 #include <sys/ioctl.h>
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dtmpnam.c5 #include <sys/stat.h>
/fuchsia/zircon/third_party/ulib/musl/src/temp/
H A Dmkdtemp.c4 #include <sys/stat.h>
/fuchsia/zircon/third_party/ulib/musl/src/termios/
H A Dcfsetospeed.c3 #include <sys/ioctl.h>
/fuchsia/zircon/third_party/ulib/musl/src/unistd/
H A Dgethostname.c1 #include <sys/utsname.h>
/fuchsia/zircon/system/ulib/xdc-host-utils/
H A Dclient.cpp9 #include <sys/socket.h>
10 #include <sys/types.h>
11 #include <sys/un.h>
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Dacdragonfly.h48 #include <sys/types.h>
67 #include <sys/ctype.h>
68 #include <sys/systm.h>
/fuchsia/zircon/bootloader/include/
H A Dxefi.h14 void xefi_init(efi_handle img, efi_system_table* sys);
44 efi_system_table* sys; member in struct:__anon1
53 #define gSys (xefi_global_state.sys)
/fuchsia/zircon/bootloader/src/
H A Dzircon.c24 static size_t get_last_crashlog(efi_system_table* sys, void* ptr, size_t max) { argument
25 efi_runtime_services* rs = sys->RuntimeServices;
197 int boot_zircon(efi_handle img, efi_system_table* sys, argument
201 efi_boot_services* bs = sys->BootServices;
250 uint64_t rsdp = find_acpi_root(img, sys);
260 uint64_t smbios = find_smbios(img, sys);
270 uint64_t addr = (uintptr_t) sys;
272 hdr.length = sizeof(sys);
305 efi_status r = sys->BootServices->GetMemoryMap(&msize, mmap, &mkey, &dsize, &dversion);
311 r = sys
363 zedboot(efi_handle img, efi_system_table* sys, void* image, size_t sz) argument
407 boot_kernel(efi_handle img, efi_system_table* sys, void* image, size_t sz, void* ramdisk, size_t rsz) argument
[all...]
/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dioport.h11 #include <sys/types.h>
/fuchsia/zircon/kernel/include/dev/
H A Ddisplay.h14 #include <sys/types.h>

Completed in 288 milliseconds

1234567891011>>