Home
last modified time | relevance | path

Searched refs:sioc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0006-chardev-connect-socket-to-a-spawned-command.patch68 + QIOChannelSocket *sioc = NULL;
101 + sioc = qio_channel_socket_new_fd(fds[0], errp);
102 + if (!sioc) {
109 + tcp_chr_new_client(chr, sioc);
118 + if (sioc) {
119 + object_unref(OBJECT(sioc));
/OK3568_Linux_fs/kernel/net/atm/
H A Dioctl.c200 struct atmif_sioc __user *sioc = argp; in do_vcc_ioctl() local
202 len = &sioc->length; in do_vcc_ioctl()
203 if (get_user(buf, &sioc->arg)) in do_vcc_ioctl()
205 if (get_user(number, &sioc->number)) in do_vcc_ioctl()