Home
last modified time | relevance | path

Searched refs:tohost (Results 1 – 25 of 31) sorted by relevance

12

/dports/databases/grass7/grass-7.8.6/general/g.dirseps/
H A Dmain.c25 struct Flag *tohost, *tograss; in main() local
44 tohost = G_define_flag(); in main()
45 tohost->key = 'h'; in main()
46 tohost->description = in main()
64 if (!tohost->answer && !tograss->answer) in main()
66 tohost->key, tograss->key); in main()
68 if (tohost->answer && tograss->answer) in main()
70 tohost->key, tograss->key); in main()
76 if (tohost->answer) in main()
91 if (tohost->answer) { in main()
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/fesvr/
H A Ddevice.h16 command_t(memif_t& memif, uint64_t tohost, callback_t cb) in command_t() argument
17 : _memif(memif), tohost(tohost), cb(cb) {} in command_t()
20 uint8_t device() { return tohost >> 56; } in device()
21 uint8_t cmd() { return tohost >> 48; } in cmd()
22 uint64_t payload() { return tohost << 16 >> 16; } in payload()
23 void respond(uint64_t resp) { cb((tohost >> 48 << 48) | (resp << 16 >> 16)); } in respond()
30 uint64_t tohost; variable
H A Dhtif.cc221 if (auto tohost = from_target(mem.read_uint64(tohost_addr))) { in run() local
223 command_t cmd(mem, tohost, fromhost_callback); in run()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/convert/
H A Dconvert_unpack_sc12.cpp12 template <typename type, tohost32_type tohost>
82 convert_sc12_item32_3_to_star_4<type, tohost>( in operator ()()
86 convert_sc12_item32_3_to_star_4<type, tohost>( in operator ()()
90 convert_sc12_item32_3_to_star_4<type, tohost>( in operator ()()
98 convert_sc12_item32_3_to_star_4<type, tohost>(input[i], in operator ()()
125 convert_sc12_item32_3_to_star_4<type, tohost>( in operator ()()
129 convert_sc12_item32_3_to_star_4<type, tohost>( in operator ()()
133 convert_sc12_item32_3_to_star_4<type, tohost>(input[i], in operator ()()
H A Dconvert_unpack_sc12.hpp39 template <typename type, tohost32_type tohost>
49 const item32_t line0 = tohost(input.line0); in convert_sc12_item32_3_to_star_4()
50 const item32_t line1 = tohost(input.line1); in convert_sc12_item32_3_to_star_4()
51 const item32_t line2 = tohost(input.line2); in convert_sc12_item32_3_to_star_4()
75 template <typename type, tohost32_type tohost>
85 const item32_t line0 = tohost(input.line0); in convert_sc12_item32_3_to_star_4()
86 const item32_t line1 = tohost(input.line1); in convert_sc12_item32_3_to_star_4()
87 const item32_t line2 = tohost(input.line2); in convert_sc12_item32_3_to_star_4()
H A Dssse3_unpack_sc12.cpp66 template <typename type, tohost32_type tohost>
98 template <typename type, tohost32_type tohost>
122 template <typename type, tohost32_type tohost>
164 convert_sc12_item32_3_to_star_4<type, tohost>( in operator ()()
168 convert_sc12_item32_3_to_star_4<type, tohost>( in operator ()()
172 convert_sc12_item32_3_to_star_4<type, tohost>( in operator ()()
180 convert_sc12_item32_3_to_star_4<type, tohost>(input[i], &output[o], _scalar); in operator ()()
190 convert_sc12_item32_3_to_star_4<type, tohost>( in operator ()()
194 convert_sc12_item32_3_to_star_4<type, tohost>( in operator ()()
198 convert_sc12_item32_3_to_star_4<type, tohost>(input[i], in operator ()()
H A Dconvert_fc32_item32.cpp18 template <typename type, to32_type tohost>
39 const item32_t i32 = tohost(input[i++]); in operator ()()
40 const item32_t q32 = tohost(input[i++]); in operator ()()
H A Dconvert_with_tables.cpp76 template <typename type, tohost16_type tohost, size_t re_shift, size_t im_shift>
85 const uint16_t val = tohost(uint16_t(i & 0xffff)); in set_scalar()
111 template <typename type, tohost16_type tohost, size_t lo_shift, size_t hi_shift>
129 const uint16_t val = tohost(uint16_t(i & 0xffff)); in set_scalar()
/dports/net-mgmt/observium/observium/
H A Drename_device.php40 $tohost = strtolower($argv[2]); variable
41 $toid = get_device_id_by_hostname($tohost);
44 print_error("NOT renamed. New hostname $tohost already exists.");
46 if (renamehost($id, $tohost, 'console', $options))
48 print_message("Host $host renamed to $tohost.");
/dports/net-mgmt/librenms/librenms-21.5.1/
H A Drenamehost.php22 $tohost = strtolower($argv[2]); variable
23 $toid = getidbyname($tohost);
25 echo "NOT renamed. New hostname $tohost already exists.\n";
27 renamehost($id, $tohost, 'console');
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/arch_test_target/spike/
H A Dmodel_test.h11 .pushsection .tohost,"aw",@progbits; \
12 .align 8; .global tohost; tohost: .dword 0; \
25 sw x1, tohost, t5; \
H A Dlink.ld9 .tohost : { *(.tohost) }
/dports/emulators/qemu5/qemu-5.2.0/roms/opensbi/lib/utils/sys/
H A Dhtif.c46 volatile uint64_t tohost __attribute__((section(".htif"))); variable
74 while (tohost) in __set_tohost()
76 tohost = TOHOST_CMD(dev, cmd, data); in __set_tohost()
147 tohost = 1; in htif_system_reset()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/opensbi/lib/utils/sys/
H A Dhtif.c46 volatile uint64_t tohost __attribute__((section(".htif"))); variable
74 while (tohost) in __set_tohost()
76 tohost = TOHOST_CMD(dev, cmd, data); in __set_tohost()
147 tohost = 1; in htif_system_down()
/dports/emulators/qemu60/qemu-6.0.0/roms/opensbi/lib/utils/sys/
H A Dhtif.c46 volatile uint64_t tohost __attribute__((section(".htif"))); variable
74 while (tohost) in __set_tohost()
76 tohost = TOHOST_CMD(dev, cmd, data); in __set_tohost()
152 tohost = 1; in htif_system_reset()
/dports/sysutils/opensbi/opensbi-0.9/lib/utils/sys/
H A Dhtif.c46 volatile uint64_t tohost __attribute__((section(".htif"))); variable
74 while (tohost) in __set_tohost()
76 tohost = TOHOST_CMD(dev, cmd, data); in __set_tohost()
152 tohost = 1; in htif_system_reset()
/dports/emulators/qemu/qemu-6.2.0/roms/opensbi/lib/utils/sys/
H A Dhtif.c46 volatile uint64_t tohost __attribute__((section(".htif"))); variable
74 while (tohost) in __set_tohost()
76 tohost = TOHOST_CMD(dev, cmd, data); in __set_tohost()
152 tohost = 1; in htif_system_reset()
/dports/math/maxima/maxima-5.43.2/interfaces/xmaxima/Tkmaxima/
H A DSend-some.tcl241 proc openConnection { tohost port magic program } {
246 message [concat [mc "connecting to"] "nmtp($port)://$tohost/$program"]
247 debugsend "openConnection { $tohost $port $magic $program }"
250 && [catch { set socket [openSocketAndSend $tohost $port $msg 1] }] } {
257 message [concat [mc "connected to"] "nmtp//$tohost:$port/$program"]
411 $result junk prog tohost port magic] } {
413 debugsend "doing openConnection $tohost $port $magic $program"
415 return [openConnection $tohost $port $magic $program]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/mtu3/
H A Dmtu3_dr.c52 int version, bool tohost) in ssusb_port0_switch() argument
58 version, tohost ? "host" : "device"); in ssusb_port0_switch()
69 value = tohost ? (value | SSUSB_U2_PORT_HOST_SEL) : in ssusb_port0_switch()
81 value = tohost ? (value | SSUSB_U3_PORT_HOST_SEL) : in ssusb_port0_switch()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/mtu3/
H A Dmtu3_dr.c52 int version, bool tohost) in ssusb_port0_switch() argument
58 version, tohost ? "host" : "device"); in ssusb_port0_switch()
69 value = tohost ? (value | SSUSB_U2_PORT_HOST_SEL) : in ssusb_port0_switch()
81 value = tohost ? (value | SSUSB_U3_PORT_HOST_SEL) : in ssusb_port0_switch()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/mtu3/
H A Dmtu3_dr.c52 int version, bool tohost) in ssusb_port0_switch() argument
58 version, tohost ? "host" : "device"); in ssusb_port0_switch()
69 value = tohost ? (value | SSUSB_U2_PORT_HOST_SEL) : in ssusb_port0_switch()
81 value = tohost ? (value | SSUSB_U3_PORT_HOST_SEL) : in ssusb_port0_switch()
/dports/net/owamp/owamp-3.3/owamp/
H A Dstats.c598 char *tohost, in OWPStatsCreate() argument
656 stats->tohost,NI_MAXHOST, in OWPStatsCreate()
659 strcpy(stats->tohost,"***"); in OWPStatsCreate()
662 if(tohost){ in OWPStatsCreate()
663 strncpy(stats->tohost,tohost,NI_MAXHOST-1); in OWPStatsCreate()
1149 stats->fromhost,stats->fromserv,stats->tohost,stats->toserv); in PrintStatsHeader()
1689 fprintf(output,"TO_HOST\t%s\n",stats->tohost); in OWPStatsPrintMachine()
/dports/net/dante/dante-1.4.3/lib/
H A Dudp.c62 sockshost_t tohost; local
274 tohost = socksfd.forus.connected;
286 fakesockaddr2sockshost(to, &tohost);
295 if (udpheader_add(&tohost, nmsg, &nlen, sizeof(nmsg)) == NULL)
317 sockshost2string(&tohost, NULL, 0),
/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_udp.c612 initclient(control, client_l, client_r, tohost, toaddr, rule, in initclient() argument
617 const sockshost_t *tohost;
632 sockshost2string(tohost, tohoststr, sizeof(tohoststr)),
637 udpdst->raddrhost = *tohost;
/dports/net-mgmt/hastmon/hastmon-0.3.4/hastmon/
H A Dnv.c113 static void nv_swap(struct nvhdr *nvh, bool tohost);
866 nv_swap(struct nvhdr *nvh, bool tohost) in nv_swap() argument
872 if (tohost) { in nv_swap()
917 if (tohost) { in nv_swap()

12