Home
last modified time | relevance | path

Searched refs:ENOTSUP (Results 1 – 21 of 21) sorted by relevance

/external/qemu/
Dblock.c206 return -ENOTSUP; in bdrv_create()
427 return -ENOTSUP; in bdrv_open_common()
735 return -ENOTSUP; in bdrv_check()
759 return -ENOTSUP; in bdrv_commit()
870 return -ENOTSUP; in bdrv_change_backing_file()
1114 return -ENOTSUP; in bdrv_truncate()
1733 return -ENOTSUP; in bdrv_write_compressed()
1750 return -ENOTSUP; in bdrv_get_info()
1765 return -ENOTSUP; in bdrv_save_vmstate()
1778 return -ENOTSUP; in bdrv_load_vmstate()
[all …]
Dqemu-char.c180 return -ENOTSUP; in qemu_chr_ioctl()
1261 return -ENOTSUP; in tty_serial_ioctl()
1335 return -ENOTSUP; in pp_ioctl()
1341 return -ENOTSUP; in pp_ioctl()
1345 return -ENOTSUP; in pp_ioctl()
1354 return -ENOTSUP; in pp_ioctl()
1358 return -ENOTSUP; in pp_ioctl()
1363 return -ENOTSUP; in pp_ioctl()
1402 return -ENOTSUP; in pp_ioctl()
1460 return -ENOTSUP; in pp_ioctl()
[all …]
Dqemu-sockets.c668 errno = ENOTSUP; in unix_listen_opts()
675 errno = ENOTSUP; in unix_connect_opts()
682 errno = ENOTSUP; in unix_listen()
689 errno = ENOTSUP; in unix_connect()
Dqemu-common.h62 #if !defined(ENOTSUP)
63 #define ENOTSUP 4096 macro
Dbt-host.c142 return -ENOTSUP; in bt_host_bdaddr_set()
Dsavevm.c1111 return -ENOTSUP; in qemu_loadvm_state()
1114 return -ENOTSUP; in qemu_loadvm_state()
1373 case -ENOTSUP: in do_loadvm()
1438 if (ret == -ENOTSUP) in do_delvm()
Dvl.c521 return -ENOTSUP; in null_hci_addr_set()
Dvl-android.c717 return -ENOTSUP; in null_hci_addr_set()
/external/qemu/block/
Draw-win32.c373 return -ENOTSUP;
381 return -ENOTSUP;
393 return -ENOTSUP;
Draw-posix.c573 return -ENOTSUP; in raw_truncate()
1305 return -ENOTSUP; in cdrom_eject()
1318 return -ENOTSUP; in cdrom_eject()
1327 return -ENOTSUP; in cdrom_set_locked()
Dqcow2.c1121 return -ENOTSUP; in qcow2_truncate()
1126 return -ENOTSUP; in qcow2_truncate()
/external/llvm/include/llvm/Support/
Dsystem_error.h397 # ifndef ENOTSUP
398 # define ENOTSUP 129 macro
562 not_supported = ENOTSUP,
/external/okhttp/src/main/java/libcore/io/
DOsConstants.java119 public static final int ENOTSUP = placeholder(); field in OsConstants
653 if (errno == ENOTSUP) { in errnoName()
/external/linux-tools-perf/util/
Dprobe-finder.c436 return -ENOTSUP; in die_get_data_member_location()
852 return -ENOTSUP; in convert_variable_location()
872 return -ENOTSUP; in convert_variable_location()
1084 return -ENOTSUP; in convert_variable_fields()
1125 else if (ret == -ENOTSUP) in convert_variable()
Dprobe-event.c701 return -ENOTSUP; in parse_perf_probe_point()
777 return -ENOTSUP; in parse_perf_probe_point()
783 return -ENOTSUP; in parse_perf_probe_point()
1865 ret = -ENOTSUP; in __del_trace_probe_event()
/external/qemu/hw/
Dbt-hci-csr.c382 return -ENOTSUP; in csrhci_ioctl()
/external/valgrind/main/include/vki/
Dvki-darwin.h567 #define VKI_ENOTSUP ENOTSUP
/external/dbus/dbus/
Ddbus-sysdeps-unix.c379 errno = ENOTSUP; in _dbus_write_socket_with_unix_fds()
403 errno = ENOTSUP; in _dbus_write_socket_with_unix_fds_two()
/external/libxml2/
DxmlIO.c365 #ifdef ENOTSUP in __xmlIOErr()
366 else if (errno == ENOTSUP) code = XML_IO_ENOTSUP; in __xmlIOErr()
/external/sqlite/dist/orig/
Dsqlite3.c25735 #if EOPNOTSUPP!=ENOTSUP
25740 #ifdef ENOTSUP
25741 case ENOTSUP:
28308 if( rc==-1 && errno==ENOTSUP ){
/external/sqlite/dist/
Dsqlite3.c25746 #if EOPNOTSUPP!=ENOTSUP
25751 #ifdef ENOTSUP
25752 case ENOTSUP:
28319 if( rc==-1 && errno==ENOTSUP ){