Home
last modified time | relevance | path

Searched refs:ENXIO (Results 1 – 25 of 164) sorted by relevance

1234567

/third_party/alsa-lib/src/seq/
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()
/third_party/alsa-lib/src/control/
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 …]
Dcontrol_hw.c160 return -ENXIO; in snd_ctl_hw_elem_add()
173 return -ENXIO; in snd_ctl_hw_elem_replace()
230 return -ENXIO; in snd_ctl_hw_elem_tlv()
/third_party/alsa-lib/src/mixer/
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()
Dmixer_simple.h39 return -ENXIO; in snd_mixer_simple_basic_register()
/third_party/rust/crates/nix/src/
Derrno.rs153 ENXIO => "No such device or address", in desc()
1130 ENXIO = libc::ENXIO, enumerator
1275 libc::ENXIO => ENXIO, in from_i32()
1420 ENXIO = libc::ENXIO, enumerator
1538 libc::ENXIO => ENXIO, in from_i32()
1656 ENXIO = libc::ENXIO, enumerator
1765 libc::ENXIO => ENXIO, in from_i32()
1873 ENXIO = libc::ENXIO, enumerator
1982 libc::ENXIO => ENXIO, in from_i32()
2088 ENXIO = libc::ENXIO, enumerator
[all …]
/third_party/alsa-utils/alsactl/
Dinit_ucm.c41 return -ENXIO; in init_ucm()
72 return -ENXIO; in init_ucm()
/third_party/toybox/toys/other/
Dlosetup.c81 if (errno == ENXIO && (FLAG(a) || FLAG(j))) goto done;
83 if (errno == ENXIO && FLAG(f) && !file) {
87 if (errno != ENXIO || !file) {
/third_party/alsa-utils/axfer/
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()
Dxfer.c131 return -ENXIO; in xfer_context_pre_process()
236 return -ENXIO; in xfer_context_process_frames()
/third_party/cups-filters/backend/
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/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c98 ENXIO, "ENXIO", ENXIO}, {
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c86 return (ENXIO); in ehci_pci_probe()
95 int err = ENXIO; in ehci_pci_attach()
Dxhci_pci.c82 return (ENXIO); in xhci_pci_probe()
91 int err = ENXIO; in xhci_pci_attach()
/third_party/NuttX/fs/driver/
Dfs_devsyslog.c292 ret = -ENXIO; in syslog_initialize()
433 errcode = ENXIO; /* There is no SYSLOG device */ in syslog_putc()
/third_party/alsa-lib/src/
Dnames.c45 return -ENXIO; in snd_names_list()
/third_party/musl/src/unistd/
Dgetlogin_r.c8 if (!logname) return ENXIO; /* or...? */ in getlogin_r()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dif_indextoname.c34 if (name == NULL && errno == ENXIO) { in if_indextoname_0100()
Dif_nametoindex.c34 if (name == NULL && errno == ENXIO) { in if_nametoindex_0100()
/third_party/musl/src/network/
Dif_indextoname.c19 if (errno == ENODEV) errno = ENXIO; in if_indextoname()
/third_party/musl/porting/liteos_a/user/src/network/
Dif_indextoname.c18 if (errno == ENODEV) errno = ENXIO; in if_indextoname()
/third_party/lwip/src/api/
Dif_api.c74 set_errno(ENXIO); in lwip_if_indextoname()
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c616 return (ENXIO); in usb_fifo_open()
810 return (-ENXIO); in usb_open()
868 return (-ENXIO); in usb_close()
978 return (-ENXIO); in usb_ioctl()
1006 return (-ENXIO); in usb_ioctl()
1029 return (-ENXIO); in usb_ioctl()
1159 return (-ENXIO); in usb_read()
1269 return (-ENXIO); in usb_write()
/third_party/libuv/include/uv/
Derrno.h395 #if defined(ENXIO) && !defined(_WIN32)
396 # define UV__ENXIO UV__ERR(ENXIO)
/third_party/FreeBSD/sys/dev/usb/net/
Dif_axge.c334 return (ENXIO); in axge_probe()
336 return (ENXIO); in axge_probe()
338 return (ENXIO); in axge_probe()
382 return (ENXIO); /* failure */ in axge_attach()

1234567