Home
last modified time | relevance | path

Searched refs:ourhost (Results 1 – 20 of 20) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/host/
H A Dsdhci-s3c.c193 if (ourhost->no_divider) { in sdhci_s3c_consider_clock()
206 dev_dbg(&ourhost->pdev->dev, in sdhci_s3c_consider_clock()
251 dev_dbg(&ourhost->pdev->dev, in sdhci_s3c_set_clock()
260 if (ourhost->cur_clk >= 0) in sdhci_s3c_set_clock()
262 ourhost->clk_bus[ourhost->cur_clk]); in sdhci_s3c_set_clock()
264 ourhost->cur_clk = best_src; in sdhci_s3c_set_clock()
391 ret = clk_set_rate(ourhost->clk_bus[ourhost->cur_clk], clock); in sdhci_cmu_set_clock()
727 if (ourhost->cur_clk >= 0) in sdhci_s3c_runtime_suspend()
728 clk_disable_unprepare(ourhost->clk_bus[ourhost->cur_clk]); in sdhci_s3c_runtime_suspend()
741 if (ourhost->cur_clk >= 0) in sdhci_s3c_runtime_resume()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/host/
H A Dsdhci-s3c.c193 if (ourhost->no_divider) { in sdhci_s3c_consider_clock()
206 dev_dbg(&ourhost->pdev->dev, in sdhci_s3c_consider_clock()
251 dev_dbg(&ourhost->pdev->dev, in sdhci_s3c_set_clock()
260 if (ourhost->cur_clk >= 0) in sdhci_s3c_set_clock()
262 ourhost->clk_bus[ourhost->cur_clk]); in sdhci_s3c_set_clock()
264 ourhost->cur_clk = best_src; in sdhci_s3c_set_clock()
391 ret = clk_set_rate(ourhost->clk_bus[ourhost->cur_clk], clock); in sdhci_cmu_set_clock()
727 if (ourhost->cur_clk >= 0) in sdhci_s3c_runtime_suspend()
728 clk_disable_unprepare(ourhost->clk_bus[ourhost->cur_clk]); in sdhci_s3c_runtime_suspend()
741 if (ourhost->cur_clk >= 0) in sdhci_s3c_runtime_resume()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/host/
H A Dsdhci-s3c.c193 if (ourhost->no_divider) { in sdhci_s3c_consider_clock()
206 dev_dbg(&ourhost->pdev->dev, in sdhci_s3c_consider_clock()
251 dev_dbg(&ourhost->pdev->dev, in sdhci_s3c_set_clock()
260 if (ourhost->cur_clk >= 0) in sdhci_s3c_set_clock()
262 ourhost->clk_bus[ourhost->cur_clk]); in sdhci_s3c_set_clock()
264 ourhost->cur_clk = best_src; in sdhci_s3c_set_clock()
391 ret = clk_set_rate(ourhost->clk_bus[ourhost->cur_clk], clock); in sdhci_cmu_set_clock()
727 if (ourhost->cur_clk >= 0) in sdhci_s3c_runtime_suspend()
728 clk_disable_unprepare(ourhost->clk_bus[ourhost->cur_clk]); in sdhci_s3c_runtime_suspend()
741 if (ourhost->cur_clk >= 0) in sdhci_s3c_runtime_resume()
[all …]
/dports/science/jstrack/jstrack/extlib/tcllib1.19/dns/
H A Dresolv.tcl31 ourhost ""
132 set ourhost ""
139 set ourhost [lindex $nl [expr {$i + 1}]]
143 if { $ourhost == "" } {
146 set ourhost [format "%s%s" [info hostname] \
151 set ourhost [info hostname]
155 if {$ourhost == ""} {
156 set R(ourhost) [info hostname]
158 set R(ourhost) $ourhost
/dports/devel/tcllib/tcllib-1.20/modules/dns/
H A Dresolv.tcl31 ourhost ""
132 set ourhost ""
139 set ourhost [lindex $nl [expr {$i + 1}]]
143 if { $ourhost == "" } {
146 set ourhost [format "%s%s" [info hostname] \
151 set ourhost [info hostname]
155 if {$ourhost == ""} {
156 set R(ourhost) [info hostname]
158 set R(ourhost) $ourhost
/dports/devel/tcllibc/tcllib-1.20/modules/dns/
H A Dresolv.tcl31 ourhost ""
132 set ourhost ""
139 set ourhost [lindex $nl [expr {$i + 1}]]
143 if { $ourhost == "" } {
146 set ourhost [format "%s%s" [info hostname] \
151 set ourhost [info hostname]
155 if {$ourhost == ""} {
156 set R(ourhost) [info hostname]
158 set R(ourhost) $ourhost
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/net/
H A DSocketPermission.java342 String ourhost, theirhost; in implies()
346 ourhost = hostport; in implies()
348 ourhost = hostport.substring(0, hostport.indexOf(":")); in implies()
357 if (ourhost.equals(theirhost)) in implies()
364 ourcanonical = InetAddress.getByName(ourhost).getHostName(); in implies()
372 ourcanonical = ourhost; in implies()
381 if (ourhost.indexOf("*.") != -1) in implies()
383 String wild_domain = ourhost.substring(ourhost.indexOf("*" + 1)); in implies()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/net/
H A DSocketPermission.java342 String ourhost, theirhost; in implies()
346 ourhost = hostport; in implies()
348 ourhost = hostport.substring(0, hostport.indexOf(":")); in implies()
357 if (ourhost.equals(theirhost)) in implies()
364 ourcanonical = InetAddress.getByName(ourhost).getHostName(); in implies()
372 ourcanonical = ourhost; in implies()
381 if (ourhost.indexOf("*.") != -1) in implies()
383 String wild_domain = ourhost.substring(ourhost.indexOf("*" + 1)); in implies()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/net/
H A DSocketPermission.java353 String ourhost; in implies()
360 ourhost = hostport; in implies()
362 ourhost = hostport.substring(0, hostport.indexOf(":")); in implies()
371 if (ourhost.equals(theirhost)) in implies()
381 ourcanonical = InetAddress.getByName(ourhost).getHostName(); in implies()
389 ourcanonical = ourhost; in implies()
398 if (ourhost.indexOf("*.") != -1) in implies()
400 String wild_domain = ourhost.substring(ourhost.indexOf("*" + 1)); in implies()
/dports/security/p5-Authen-TacacsPlus/Authen-TacacsPlus-0.28/tacpluslib/
H A Dtac_client.c27 char ourhost[128]; variable
91 bcopy(ourhost,buf+datalength+TAC_PLUS_HDR_SIZE,ourhost_len); in make_auth()
172 gethostname(ourhost,127); in init_tac_session()
173 ourhost_len=strlen(ourhost); in init_tac_session()
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/zephyr/
H A Dzephyr.c83 char ourhost[HOST_NAME_MAX + 1]; member
1394 if (gethostname(zephyr->ourhost, sizeof(zephyr->ourhost)) == -1) { in zephyr_inithosts()
1396 g_strlcpy(zephyr->ourhost, "unknown", sizeof(zephyr->ourhost)); in zephyr_inithosts()
1401 if (!(hent = gethostbyname(zephyr->ourhost))) { in zephyr_inithosts()
1403 g_strlcpy(zephyr->ourhostcanon, zephyr->ourhost, sizeof(zephyr->ourhostcanon)); in zephyr_inithosts()
1471 z_class = g_strdup(zephyr->ourhost); in process_zsubs()
1479 z_instance = g_strdup(zephyr->ourhost); in process_zsubs()
1899 if (!g_ascii_strcasecmp(triple[0],zephyr->ourhost)) { in write_zsubs()
1909 if (!g_ascii_strcasecmp(triple[1],zephyr->ourhost)) { in write_zsubs()
2428 classname = g_strdup(zephyr->ourhost); in zephyr_join_chat()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/zephyr/
H A Dzephyr.c83 char ourhost[HOST_NAME_MAX + 1]; member
1394 if (gethostname(zephyr->ourhost, sizeof(zephyr->ourhost)) == -1) { in zephyr_inithosts()
1396 g_strlcpy(zephyr->ourhost, "unknown", sizeof(zephyr->ourhost)); in zephyr_inithosts()
1401 if (!(hent = gethostbyname(zephyr->ourhost))) { in zephyr_inithosts()
1403 g_strlcpy(zephyr->ourhostcanon, zephyr->ourhost, sizeof(zephyr->ourhostcanon)); in zephyr_inithosts()
1471 z_class = g_strdup(zephyr->ourhost); in process_zsubs()
1479 z_instance = g_strdup(zephyr->ourhost); in process_zsubs()
1899 if (!g_ascii_strcasecmp(triple[0],zephyr->ourhost)) { in write_zsubs()
1909 if (!g_ascii_strcasecmp(triple[1],zephyr->ourhost)) { in write_zsubs()
2428 classname = g_strdup(zephyr->ourhost); in zephyr_join_chat()
[all …]
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/zephyr/
H A Dzephyr.c83 char ourhost[HOST_NAME_MAX + 1]; member
1394 if (gethostname(zephyr->ourhost, sizeof(zephyr->ourhost)) == -1) { in zephyr_inithosts()
1396 g_strlcpy(zephyr->ourhost, "unknown", sizeof(zephyr->ourhost)); in zephyr_inithosts()
1401 if (!(hent = gethostbyname(zephyr->ourhost))) { in zephyr_inithosts()
1403 g_strlcpy(zephyr->ourhostcanon, zephyr->ourhost, sizeof(zephyr->ourhostcanon)); in zephyr_inithosts()
1471 z_class = g_strdup(zephyr->ourhost); in process_zsubs()
1479 z_instance = g_strdup(zephyr->ourhost); in process_zsubs()
1899 if (!g_ascii_strcasecmp(triple[0],zephyr->ourhost)) { in write_zsubs()
1909 if (!g_ascii_strcasecmp(triple[1],zephyr->ourhost)) { in write_zsubs()
2428 classname = g_strdup(zephyr->ourhost); in zephyr_join_chat()
[all …]
/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Drmail.sl1683 variable ourhost = getenv ("HOST"); if (ourhost == NULL) ourhost = "";
1718 vinsert ("%s:%s", ourhost, this_pid, 2);
1724 if (lockhost != ourhost)
1751 if ((lockhost != ourhost) or (lpid != this_pid))
1756 if ((lockhost == ourhost) and (lpid == this_pid))
/dports/editors/jed/jed-0.99-19/lib/
H A Drmail.sl1763 variable ourhost = getenv ("HOST"); if (ourhost == NULL) ourhost = "";
1798 vinsert ("%s:%s", ourhost, this_pid);
1804 if (lockhost != ourhost)
1831 if ((lockhost != ourhost) or (lpid != this_pid))
1836 if ((lockhost == ourhost) and (lpid == this_pid))
/dports/dns/bind-tools/bind-9.16.27/doc/arm/
H A Dintroduction.rst114 could be ``ourhost.example.com``, where ``com`` is the top-level domain
115 to which ``ourhost.example.com`` belongs, ``example`` is a subdomain of
116 ``com``, and ``ourhost`` is the name of the host.
/dports/dns/samba-nsupdate/bind-9.16.5/doc/arm/
H A Dintroduction.rst135 could be ``ourhost.example.com``, where ``com`` is the top level domain
136 to which ``ourhost.example.com`` belongs, ``example`` is a subdomain of
137 ``com``, and ``ourhost`` is the name of the host.
/dports/dns/bind916/bind-9.16.27/doc/arm/
H A Dintroduction.rst114 could be ``ourhost.example.com``, where ``com`` is the top-level domain
115 to which ``ourhost.example.com`` belongs, ``example`` is a subdomain of
116 ``com``, and ``ourhost`` is the name of the host.
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/doc/arm/
H A Dintroduction.rst113 could be ``ourhost.example.com``, where ``com`` is the top-level domain
114 to which ``ourhost.example.com`` belongs, ``example`` is a subdomain of
115 ``com``, and ``ourhost`` is the name of the host.
/dports/audio/carla/Carla-2.4.1/source/backend/plugin/
H A DCarlaPluginLADSPADSSI.cpp2417 const char* const ourhost = lo_address_get_hostname(fOscData.source); in handleOscMessage() local
2420 CARLA_SAFE_ASSERT_RETURN(std::strcmp(msghost, ourhost) == 0,); in handleOscMessage()