Searched defs:res (Results 1 - 25 of 173) sorted by relevance

1234567

/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_join.c4 int __pthread_join(pthread_t t, void** res) { argument
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dres_state.c6 static struct __res_state res; local
H A Dgethostbyaddr.c10 struct hostent* res; local
H A Dgethostbyname2.c11 struct hostent* res; local
H A Dgetservbyport.c7 struct servent* res; local
H A Dgetservbyname.c7 struct servent* res; local
H A Dgethostbyname_r.c6 gethostbyname_r(const char* name, struct hostent* h, char* buf, size_t buflen, struct hostent** res, int* err) argument
H A Dgetservbyport_r.c9 getservbyport_r(int port, const char* prots, struct servent* se, char* buf, size_t buflen, struct servent** res) argument
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dget_current_dir_name.c10 char* res = getenv("PWD"); local
/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dthrd_join.c7 int thrd_join(thrd_t t, int* res) { argument
/fuchsia/zircon/system/uapp/ihda/
H A Dintel_hda_device.cpp14 zx_status_t res = ZirconDevice::Connect(); local
/fuchsia/zircon/third_party/ulib/musl/src/ldso/
H A Ddlinfo.c8 int dlinfo(void* dso, int req, void* res) { argument
/fuchsia/zircon/kernel/dev/interrupt/arm_gic/v3/
H A Darm_gicv3_pcie.cpp30 zx_status_t res = PcieBusDriver::InitializeDriver(platform_pcie_support); local
/fuchsia/zircon/kernel/lib/libc/string/
H A Dmemcmp.c15 signed char res = 0; local
/fuchsia/zircon/system/dev/serial/intel-serialio/
H A Dserialio.c20 zx_status_t res; local
/fuchsia/zircon/third_party/ulib/musl/src/passwd/
H A Dfgetpwent.c8 struct passwd* res; local
H A Dgetpwent_a.c10 int __getpwent_a(FILE* f, struct passwd* pw, char** line, size_t* size, struct passwd** res) { argument
H A Dgetgrent_a.c10 __getgrent_a(FILE* f, struct group* gr, char** line, size_t* size, char*** mem, size_t* nmem, struct group** res) argument
/fuchsia/zircon/third_party/ulib/musl/src/process/
H A Dposix_spawnp.c11 int posix_spawnp(pid_t* restrict res, const char* restrict file, argument
/fuchsia/zircon/kernel/dev/interrupt/arm_gic/v2/
H A Darm_gicv2m_pcie.cpp60 zx_status_t res; local
[all...]
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio.cpp21 zx_status_t res = usb_get_string_descriptor(&usb, desc_id, &lang_id, str_buf, &buflen); local
/fuchsia/zircon/system/ulib/fzl/
H A Dvmar-manager.cpp24 zx_status_t res; local
/fuchsia/zircon/system/ulib/hid/
H A Deyoyo.c435 ssize_t res = ioctl_input_set_report(fd, enable_multitouch, sizeof(buf)); local
H A Dsamsung.c448 ssize_t res = ioctl_input_set_report(fd, enable_multitouch, sizeof(buf)); local
/fuchsia/zircon/third_party/ulib/musl/src/dirent/
H A Dscandir.c8 int scandir(const char* path, struct dirent*** res, int (*sel)(const struct dirent*), argument

Completed in 128 milliseconds

1234567