Searched refs:sys (Results 301 - 325 of 542) sorted by relevance

<<11121314151617181920>>

/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dtimex.h11 #include <sys/time.h>
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dgethostbyaddr_r.c8 #include <sys/socket.h>
H A Dinet_pton.c5 #include <sys/socket.h>
H A Dnetlink.c4 #include <sys/socket.h>
/fuchsia/zircon/third_party/ulib/musl/src/passwd/
H A Dnscd_query.c7 #include <sys/socket.h>
/fuchsia/zircon/bootloader/src/
H A Ddiskio.c99 static int disk_find_boot(efi_handle img, efi_system_table* sys, argument
102 efi_boot_services* bs = sys->BootServices;
293 void* image_load_from_disk(efi_handle img, efi_system_table* sys, size_t* _sz) { argument
296 efi_boot_services* bs = sys->BootServices;
299 if (disk_find_boot(img, sys, verbose, &disk) < 0) {
H A Dosboot.c339 EFIAPI efi_status efi_main(efi_handle img, efi_system_table* sys) { argument
340 xefi_init(img, sys);
442 kernel = image_load_from_disk(img, sys, &ksz);
534 zedboot(img, sys, kernel, ksz);
553 zedboot(img, sys, zedboot_kernel, zedboot_size);
/fuchsia/zircon/scripts/
H A Dsymbolize33 import sys namespace
208 sys.stdout.write(line + "\n")
265 default=sys.stdin,
456 sys.stderr.write("Symbolize could not find the zircon elf binary. Perhaps you need "
463 sys.stderr.write("Failed to find __code_start from nm")
600 sys.exit(main())
/fuchsia/zircon/system/host/bootserver/
H A Dnetboot.c7 #include <sys/socket.h>
8 #include <sys/stat.h>
9 #include <sys/time.h>
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dredir.c35 #include <sys/stat.h>
36 #include <sys/types.h>
37 #include <sys/param.h> /* PIPE_BUF */
H A Doutput.c46 #include <sys/types.h> /* quad_t */
47 #include <sys/param.h> /* BSD4_4 */
48 #include <sys/ioctl.h>
/fuchsia/zircon/kernel/arch/arm64/include/arch/
H A Darm64.h14 #include <sys/types.h>
/fuchsia/zircon/kernel/arch/arm64/
H A Dthread.cpp14 #include <sys/types.h>
/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpcie_bridge.h20 #include <sys/types.h>
/fuchsia/zircon/kernel/include/kernel/
H A Dwait.h15 #include <sys/types.h>
/fuchsia/zircon/kernel/kernel/
H A Devent.cpp34 #include <sys/types.h>
/fuchsia/zircon/kernel/lib/libc/include/
H A Dendian.h10 #include <sys/types.h>
/fuchsia/zircon/kernel/object/include/object/
H A Dpinned_memory_token_dispatcher.h18 #include <sys/types.h>
/fuchsia/zircon/system/host/loglistener/
H A Dloglistener.c14 #include <sys/socket.h>
/fuchsia/zircon/system/host/netprotocol/
H A Dnetaddr.c18 #include <sys/time.h>
H A Dnetls.c16 #include <sys/time.h>
/fuchsia/zircon/system/public/zircon/device/
H A Dioctl-wrapper.h10 #include <sys/types.h>
/fuchsia/zircon/system/uapp/clock/
H A Dclock.c14 #include <sys/types.h>
H A Dclkctl.c13 #include <sys/types.h>
/fuchsia/zircon/system/uapp/fs-mkfs/
H A Dmain.c13 #include <sys/stat.h>

Completed in 115 milliseconds

<<11121314151617181920>>