Home
last modified time | relevance | path

Searched refs:otherend (Results 1 – 25 of 70) sorted by relevance

123

/dports/irc/sirc/sirc-2.211/
H A Dsocks.pl47 local($adr, $otherend, $request, $answer, $xtra)=&resolve($host);
59 $otherend=pack("S n a4 x8", &AF_INET, $socks_port, $socks_server);
64 if (!connect($fh, $otherend) ||
85 local($adr, $otherend, $request, $answer, $ip, $port, $xtra)=&resolve($remote_host);
97 $otherend=pack("S n a4 x8", &AF_INET, $socks_port, $socks_server);
100 if (!connect($fh, $otherend) ||
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dreel.c430 while(*frontierbottom <= maxx && (working != otherend || !otherend->p)){ in draw_following_tablets()
441 otherend = otherend->next; in draw_following_tablets()
459 while(*frontiertop >= topborder && (upworking != otherend || !otherend->p)){ in draw_previous_tablets()
468 otherend = otherend->prev; in draw_previous_tablets()
735 otherend = draw_previous_tablets(nr, otherend, &frontiertop, frontierbottom); in ncreel_redraw()
736 if(otherend == NULL){ in ncreel_redraw()
740 otherend = draw_following_tablets(nr, otherend, frontiertop, &frontierbottom); in ncreel_redraw()
742 otherend = draw_previous_tablets(nr, otherend, &frontiertop, frontierbottom); in ncreel_redraw()
743 if(otherend == NULL){ in ncreel_redraw()
747 otherend = draw_following_tablets(nr, otherend, frontiertop, &frontierbottom); in ncreel_redraw()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/xen-netback/
H A Dxenbus.c403 err = xenbus_scanf(XBT_NIL, dev->otherend, in read_xenbus_frontend_xdp()
598 unsigned maxlen = strlen(dev->otherend) + in xen_register_mcast_ctrl_watch()
612 dev->otherend); in xen_register_mcast_ctrl_watch()
692 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect_ctrl_ring()
699 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect_ctrl_ring()
704 dev->otherend); in connect_ctrl_ring()
873 xspath = kzalloc(strlen(dev->otherend) + 1, GFP_KERNEL); in connect_data_rings()
879 strcpy(xspath, dev->otherend); in connect_data_rings()
950 dev->otherend); in read_xenbus_vif_flags()
975 vif->ip_csum = !xenbus_read_unsigned(dev->otherend, in read_xenbus_vif_flags()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/xen-netback/
H A Dxenbus.c403 err = xenbus_scanf(XBT_NIL, dev->otherend, in read_xenbus_frontend_xdp()
598 unsigned maxlen = strlen(dev->otherend) + in xen_register_mcast_ctrl_watch()
612 dev->otherend); in xen_register_mcast_ctrl_watch()
692 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect_ctrl_ring()
699 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect_ctrl_ring()
704 dev->otherend); in connect_ctrl_ring()
873 xspath = kzalloc(strlen(dev->otherend) + 1, GFP_KERNEL); in connect_data_rings()
879 strcpy(xspath, dev->otherend); in connect_data_rings()
950 dev->otherend); in read_xenbus_vif_flags()
975 vif->ip_csum = !xenbus_read_unsigned(dev->otherend, in read_xenbus_vif_flags()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/xen-netback/
H A Dxenbus.c403 err = xenbus_scanf(XBT_NIL, dev->otherend, in read_xenbus_frontend_xdp()
598 unsigned maxlen = strlen(dev->otherend) + in xen_register_mcast_ctrl_watch()
612 dev->otherend); in xen_register_mcast_ctrl_watch()
692 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect_ctrl_ring()
699 err = xenbus_scanf(XBT_NIL, dev->otherend, in connect_ctrl_ring()
704 dev->otherend); in connect_ctrl_ring()
873 xspath = kzalloc(strlen(dev->otherend) + 1, GFP_KERNEL); in connect_data_rings()
879 strcpy(xspath, dev->otherend); in connect_data_rings()
950 dev->otherend); in read_xenbus_vif_flags()
975 vif->ip_csum = !xenbus_read_unsigned(dev->otherend, in read_xenbus_vif_flags()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/misc/
H A Dxen-kbdfront.c227 with_kbd = !xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
230 with_ptr = !xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
234 with_mtouch = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
277 abs = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
279 ptr_size[KPARAM_X] = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
282 ptr_size[KPARAM_Y] = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
337 num_cont = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
340 width = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
343 height = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/misc/
H A Dxen-kbdfront.c227 with_kbd = !xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
230 with_ptr = !xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
234 with_mtouch = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
277 abs = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
279 ptr_size[KPARAM_X] = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
282 ptr_size[KPARAM_Y] = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
337 num_cont = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
340 width = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
343 height = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/misc/
H A Dxen-kbdfront.c227 with_kbd = !xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
230 with_ptr = !xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
234 with_mtouch = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
277 abs = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
279 ptr_size[KPARAM_X] = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
282 ptr_size[KPARAM_Y] = xenbus_read_unsigned(dev->otherend, in xenkbd_probe()
337 num_cont = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
340 width = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
343 height = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/xen/xenbus/
H A Dxenbus_probe.c106 kfree(dev->otherend); in free_otherend_details()
107 dev->otherend = NULL; in free_otherend_details()
141 "%s/%s", dev->otherend, "state"); in watch_otherend()
150 path_node, NULL, &xendev->otherend, in xenbus_read_otherend_details()
158 if (strlen(xendev->otherend) == 0 || in xenbus_read_otherend_details()
159 !xenbus_exists(XBT_NIL, xendev->otherend, "")) { in xenbus_read_otherend_details()
183 if (!dev->otherend || in xenbus_otherend_changed()
184 strncmp(dev->otherend, path, strlen(dev->otherend))) { in xenbus_otherend_changed()
189 state = xenbus_read_driver_state(dev->otherend); in xenbus_otherend_changed()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/xen/xenbus/
H A Dxenbus_probe.c106 kfree(dev->otherend); in free_otherend_details()
107 dev->otherend = NULL; in free_otherend_details()
141 "%s/%s", dev->otherend, "state"); in watch_otherend()
150 path_node, NULL, &xendev->otherend, in xenbus_read_otherend_details()
158 if (strlen(xendev->otherend) == 0 || in xenbus_read_otherend_details()
159 !xenbus_exists(XBT_NIL, xendev->otherend, "")) { in xenbus_read_otherend_details()
183 if (!dev->otherend || in xenbus_otherend_changed()
184 strncmp(dev->otherend, path, strlen(dev->otherend))) { in xenbus_otherend_changed()
189 state = xenbus_read_driver_state(dev->otherend); in xenbus_otherend_changed()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/xen/xenbus/
H A Dxenbus_probe.c106 kfree(dev->otherend); in free_otherend_details()
107 dev->otherend = NULL; in free_otherend_details()
141 "%s/%s", dev->otherend, "state"); in watch_otherend()
150 path_node, NULL, &xendev->otherend, in xenbus_read_otherend_details()
158 if (strlen(xendev->otherend) == 0 || in xenbus_read_otherend_details()
159 !xenbus_exists(XBT_NIL, xendev->otherend, "")) { in xenbus_read_otherend_details()
183 if (!dev->otherend || in xenbus_otherend_changed()
184 strncmp(dev->otherend, path, strlen(dev->otherend))) { in xenbus_otherend_changed()
189 state = xenbus_read_driver_state(dev->otherend); in xenbus_otherend_changed()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/block/xen-blkback/
H A Dxenbus.c752 device_type = xenbus_read(XBT_NIL, dev->otherend, "device-type", NULL); in backend_changed()
759 err = kstrtoul(strrchr(dev->otherend, '/') + 1, 0, &handle); in backend_changed()
899 pr_debug("%s %s\n", __func__, dev->otherend); in connect()
1077 pr_debug("%s %s\n", __func__, dev->otherend); in connect_ring()
1080 err = xenbus_scanf(XBT_NIL, dev->otherend, "protocol", in connect_ring()
1096 xenbus_read_unsigned(dev->otherend, in connect_ring()
1104 requested_num_queues = xenbus_read_unsigned(dev->otherend, in connect_ring()
1123 err = xenbus_scanf(XBT_NIL, dev->otherend, "ring-page-order", "%u", in connect_ring()
1141 return read_per_ring_refs(&blkif->rings[0], dev->otherend); in connect_ring()
1143 xspathsize = strlen(dev->otherend) + xenstore_path_ext_size; in connect_ring()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/block/xen-blkback/
H A Dxenbus.c752 device_type = xenbus_read(XBT_NIL, dev->otherend, "device-type", NULL); in backend_changed()
759 err = kstrtoul(strrchr(dev->otherend, '/') + 1, 0, &handle); in backend_changed()
899 pr_debug("%s %s\n", __func__, dev->otherend); in connect()
1077 pr_debug("%s %s\n", __func__, dev->otherend); in connect_ring()
1080 err = xenbus_scanf(XBT_NIL, dev->otherend, "protocol", in connect_ring()
1096 xenbus_read_unsigned(dev->otherend, in connect_ring()
1104 requested_num_queues = xenbus_read_unsigned(dev->otherend, in connect_ring()
1123 err = xenbus_scanf(XBT_NIL, dev->otherend, "ring-page-order", "%u", in connect_ring()
1141 return read_per_ring_refs(&blkif->rings[0], dev->otherend); in connect_ring()
1143 xspathsize = strlen(dev->otherend) + xenstore_path_ext_size; in connect_ring()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/block/xen-blkback/
H A Dxenbus.c752 device_type = xenbus_read(XBT_NIL, dev->otherend, "device-type", NULL); in backend_changed()
759 err = kstrtoul(strrchr(dev->otherend, '/') + 1, 0, &handle); in backend_changed()
899 pr_debug("%s %s\n", __func__, dev->otherend); in connect()
1077 pr_debug("%s %s\n", __func__, dev->otherend); in connect_ring()
1080 err = xenbus_scanf(XBT_NIL, dev->otherend, "protocol", in connect_ring()
1096 xenbus_read_unsigned(dev->otherend, in connect_ring()
1104 requested_num_queues = xenbus_read_unsigned(dev->otherend, in connect_ring()
1123 err = xenbus_scanf(XBT_NIL, dev->otherend, "ring-page-order", "%u", in connect_ring()
1141 return read_per_ring_refs(&blkif->rings[0], dev->otherend); in connect_ring()
1143 xspathsize = strlen(dev->otherend) + xenstore_path_ext_size; in connect_ring()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/
H A Dxen-netfront.c1348 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features()
1460 xenbus_read_driver_state(np->xbdev->otherend) == in xennet_xdp_set()
1570 xenbus_read_driver_state(dev->otherend) != in xennet_create_dev()
1572 xenbus_read_driver_state(dev->otherend) != in xennet_create_dev()
2101 max_queues = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2156 info->xbdev->otherend, "multi-queue-max-queues")) { in talk_to_netback()
2452 xenbus_read_driver_state(dev->otherend) == in xennet_bus_close()
2454 xenbus_read_driver_state(dev->otherend) == in xennet_bus_close()
2456 xenbus_read_driver_state(dev->otherend) == in xennet_bus_close()
2467 xenbus_read_driver_state(dev->otherend) == in xennet_bus_close()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/
H A Dxen-netfront.c1348 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features()
1460 xenbus_read_driver_state(np->xbdev->otherend) == in xennet_xdp_set()
1570 xenbus_read_driver_state(dev->otherend) != in xennet_create_dev()
1572 xenbus_read_driver_state(dev->otherend) != in xennet_create_dev()
2101 max_queues = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2156 info->xbdev->otherend, "multi-queue-max-queues")) { in talk_to_netback()
2452 xenbus_read_driver_state(dev->otherend) == in xennet_bus_close()
2454 xenbus_read_driver_state(dev->otherend) == in xennet_bus_close()
2456 xenbus_read_driver_state(dev->otherend) == in xennet_bus_close()
2467 xenbus_read_driver_state(dev->otherend) == in xennet_bus_close()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/
H A Dxen-netfront.c1348 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features()
1460 xenbus_read_driver_state(np->xbdev->otherend) == in xennet_xdp_set()
1570 xenbus_read_driver_state(dev->otherend) != in xennet_create_dev()
1572 xenbus_read_driver_state(dev->otherend) != in xennet_create_dev()
2101 max_queues = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_netback()
2156 info->xbdev->otherend, "multi-queue-max-queues")) { in talk_to_netback()
2452 xenbus_read_driver_state(dev->otherend) == in xennet_bus_close()
2454 xenbus_read_driver_state(dev->otherend) == in xennet_bus_close()
2456 xenbus_read_driver_state(dev->otherend) == in xennet_bus_close()
2467 xenbus_read_driver_state(dev->otherend) == in xennet_bus_close()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/block/
H A Dxen-blkfront.c1797 max_page_order = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_blkback()
1920 backend_max_queues = xenbus_read_unsigned(info->xbdev->otherend, in negotiate_mq()
2190 !!xenbus_read_unsigned(info->xbdev->otherend, "discard-secure", in blkfront_setup_discard()
2324 !!xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
2327 indirect_segments = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
2361 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
2385 __func__, info->xbdev->otherend); in blkfront_connect()
2387 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
2395 info->xbdev->otherend); in blkfront_connect()
2412 info->xbdev->otherend); in blkfront_connect()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/block/
H A Dxen-blkfront.c1797 max_page_order = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_blkback()
1920 backend_max_queues = xenbus_read_unsigned(info->xbdev->otherend, in negotiate_mq()
2190 !!xenbus_read_unsigned(info->xbdev->otherend, "discard-secure", in blkfront_setup_discard()
2324 !!xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
2327 indirect_segments = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
2361 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
2385 __func__, info->xbdev->otherend); in blkfront_connect()
2387 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
2395 info->xbdev->otherend); in blkfront_connect()
2412 info->xbdev->otherend); in blkfront_connect()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/block/
H A Dxen-blkfront.c1797 max_page_order = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_blkback()
1920 backend_max_queues = xenbus_read_unsigned(info->xbdev->otherend, in negotiate_mq()
2190 !!xenbus_read_unsigned(info->xbdev->otherend, "discard-secure", in blkfront_setup_discard()
2324 !!xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
2327 indirect_segments = xenbus_read_unsigned(info->xbdev->otherend, in blkfront_gather_backend_features()
2361 err = xenbus_scanf(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
2385 __func__, info->xbdev->otherend); in blkfront_connect()
2387 err = xenbus_gather(XBT_NIL, info->xbdev->otherend, in blkfront_connect()
2395 info->xbdev->otherend); in blkfront_connect()
2412 info->xbdev->otherend); in blkfront_connect()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/
H A Dxen-pcifront.c867 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, in pcifront_try_connect()
894 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_try_connect()
953 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, in pcifront_attach_devices()
980 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_attach_devices()
1017 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, "num_devs", "%d", in pcifront_detach_devices()
1035 state = xenbus_read_unsigned(pdev->xdev->otherend, str, in pcifront_detach_devices()
1047 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_detach_devices()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/
H A Dxen-pcifront.c867 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, in pcifront_try_connect()
894 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_try_connect()
953 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, in pcifront_attach_devices()
980 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_attach_devices()
1017 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, "num_devs", "%d", in pcifront_detach_devices()
1035 state = xenbus_read_unsigned(pdev->xdev->otherend, str, in pcifront_detach_devices()
1047 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_detach_devices()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/
H A Dxen-pcifront.c867 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, in pcifront_try_connect()
894 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_try_connect()
953 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, in pcifront_attach_devices()
980 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_attach_devices()
1017 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, "num_devs", "%d", in pcifront_detach_devices()
1035 state = xenbus_read_unsigned(pdev->xdev->otherend, str, in pcifront_detach_devices()
1047 err = xenbus_scanf(XBT_NIL, pdev->xdev->otherend, str, in pcifront_detach_devices()
/dports/x11/xman/xman-1.1.5/
H A Dman.c656 Byte ** otherstart, Byte ** otherend) in sortstrs_block() argument
683 otherep = otherend; in sortstrs_block()
737 sortstrs_block(ep, end, off, m, otherep, otherend); in sortstrs_block()
748 int *ostart, int *oend, Byte ** otherstart, Byte ** otherend) in sortstrs_block_oo() argument
779 otherep = otherend; in sortstrs_block_oo()
906 sortstrs_block_oo(ep, end, off, m, oep, oend, otherep, otherend); in sortstrs_block_oo()
/dports/cad/electric/electric-7.00/src/misc/
H A Dlogeffort.cpp1508 REGISTER INTBIG otherend, moved; in le_propagate() local
1519 if (ai->end[0].portarcinst == pi) otherend = 1; else otherend = 0; in le_propagate()
1520 oni = ai->end[otherend].nodeinst; in le_propagate()
1548 REGISTER INTBIG otherend; in le_unwind() local
1595 if (ai->end[0].portarcinst == pi) otherend = 1; else otherend = 0; in le_unwind()
1596 oni = ai->end[otherend].nodeinst; in le_unwind()
1610 if (ai->end[0].portarcinst == pi) otherend = 1; else otherend = 0; in le_unwind()
1611 oni = ai->end[otherend].nodeinst; in le_unwind()
1675 REGISTER INTBIG otherend; in le_propagatebranch() local
1690 if (ai->end[0].portarcinst == tpi) otherend = 1; else otherend = 0; in le_propagatebranch()
[all …]

123