Home
last modified time | relevance | path

Searched refs:ENXIO (Results 1 - 25 of 160) sorted by relevance

1234567

/third_party/alsa-lib/src/seq/
H A Dseq_old.c134 return -ENXIO; in snd_instr_fm_convert_to_stream()
141 return -ENXIO; in snd_instr_fm_convert_from_stream()
149 return -ENXIO; in snd_instr_iwffff_open()
157 return -ENXIO; in snd_instr_iwffff_open_rom()
165 return -ENXIO; in snd_instr_iwffff_open_rom_file()
183 return -ENXIO; in snd_instr_iwffff_load()
191 return -ENXIO; in snd_instr_iwffff_convert_to_stream()
198 return -ENXIO; in snd_instr_iwffff_convert_from_stream()
212 return -ENXIO; in snd_instr_simple_convert_to_stream()
219 return -ENXIO; in snd_instr_simple_convert_from_stream()
[all...]
/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c193 return -ENXIO; in snd_ctl_ext_elem_add()
199 return -ENXIO; in snd_ctl_ext_elem_replace()
205 return -ENXIO; in snd_ctl_ext_elem_remove()
318 return -ENXIO; in snd_ctl_ext_elem_lock()
324 return -ENXIO; in snd_ctl_ext_elem_unlock()
339 return -ENXIO; in snd_ctl_ext_elem_tlv()
358 return -ENXIO; in snd_ctl_ext_elem_tlv()
363 return -ENXIO; in snd_ctl_ext_elem_tlv()
375 return -ENXIO; in snd_ctl_ext_next_device()
381 return -ENXIO; in snd_ctl_ext_prefer_subdevice()
[all...]
/third_party/alsa-lib/src/mixer/
H A Dsimple_abst.c73 return -ENXIO; in try_open()
87 return -ENXIO; in try_open()
93 err = -ENXIO; in try_open()
99 err = -ENXIO; in try_open()
134 return -ENXIO; in try_open_full()
140 err = -ENXIO; in try_open_full()
146 err = -ENXIO; in try_open_full()
H A Dmixer_simple.h39 return -ENXIO; in snd_mixer_simple_basic_register()
/third_party/alsa-utils/alsactl/
H A Dinit_ucm.c42 return -ENXIO; in init_ucm()
77 return -ENXIO; in init_ucm()
H A Dlock.c114 err = -ENXIO; in state_lock_()
120 err = -ENXIO; in state_lock_()
/third_party/rust/crates/nix/src/
H A Derrno.rs153 ENXIO => "No such device or address",
1130 ENXIO = libc::ENXIO,
1275 libc::ENXIO => ENXIO,
1420 ENXIO = libc::ENXIO,
1538 libc::ENXIO => ENXIO,
1656 ENXIO
[all...]
/third_party/toybox/toys/other/
H A Dlosetup.c81 if (errno == ENXIO && (FLAG(a) || FLAG(j))) goto done; in loopback_setup()
82 // ENXIO expected if we're just trying to print the first unused device. in loopback_setup()
83 if (errno == ENXIO && FLAG(f) && !file) { in loopback_setup()
87 if (errno != ENXIO || !file) { in loopback_setup()
/third_party/alsa-utils/axfer/
H A Dxfer-libasound.c126 err = -ENXIO; in xfer_libasound_parse_opt()
237 return -ENXIO; in disable_period_wakeup()
324 return -ENXIO; in prepare_waiter()
655 return -ENXIO; in xfer_libasound_pre_process()
698 return -ENXIO; in xfer_libasound_pre_process()
708 return -ENXIO; in xfer_libasound_pre_process()
767 return -ENXIO; in xfer_libasound_process_frames()
H A Dxfer.c131 return -ENXIO; in xfer_context_pre_process()
236 return -ENXIO; in xfer_context_process_frames()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c98 ENXIO, "ENXIO", ENXIO}, {
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci_pci.c84 return (ENXIO); in ehci_pci_probe()
93 int err = ENXIO; in ehci_pci_attach()
H A Dxhci_pci.c81 return (ENXIO); in xhci_pci_probe()
90 int err = ENXIO; in xhci_pci_attach()
/third_party/NuttX/fs/driver/
H A Dfs_devsyslog.c295 ret = -ENXIO; in syslog_initialize()
436 errcode = ENXIO; /* There is no SYSLOG device */ in syslog_putc()
/third_party/cups-filters/backend/
H A Dparallel.c211 else if (errno == ENXIO || errno == EIO || errno == ENOENT) in main()
355 if (errno != ENOSPC && errno != ENXIO && errno != EAGAIN && in drain_output()
640 if (errno == ENXIO && offline != 1 && update_state) in run_loop()
754 else if (errno == ENXIO) in run_loop()
/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen06.c11 * Verify that open(2) fails with ENXIO when
27 TST_EXP_FAIL2(open(TEMP_FIFO, O_NONBLOCK | O_WRONLY), ENXIO); in run()
/third_party/alsa-lib/src/
H A Dnames.c45 return -ENXIO; in snd_names_list()
/third_party/musl/src/unistd/
H A Dgetlogin_r.c8 if (!logname) return ENXIO; /* or...? */ in getlogin_r()
/third_party/lwip/src/api/
H A Dif_api.c74 set_errno(ENXIO); in lwip_if_indextoname()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dif_nametoindex.c34 if (name == NULL && errno == ENXIO) { in if_nametoindex_0100()
H A Dif_indextoname.c34 if (name == NULL && errno == ENXIO) { in if_indextoname_0100()
/third_party/musl/src/network/
H A Dif_indextoname.c23 if (errno == ENODEV) errno = ENXIO; in if_indextoname()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dif_indextoname.c18 if (errno == ENODEV) errno = ENXIO; in if_indextoname()
/third_party/libuv/include/uv/
H A Derrno.h395 #if defined(ENXIO) && !defined(_WIN32)
396 # define UV__ENXIO UV__ERR(ENXIO)
/third_party/node/deps/uv/include/uv/
H A Derrno.h395 #if defined(ENXIO) && !defined(_WIN32)
396 # define UV__ENXIO UV__ERR(ENXIO)

Completed in 16 milliseconds

1234567