Home
last modified time | relevance | path

Searched refs:host (Results 26 – 50 of 26110) sorted by relevance

12345678910>>...1045

/dports/net-mgmt/icinga2/icinga2-2.13.2/test/
H A Dicinga-checkable-flapping.cpp69 LogFlapping(host); in BOOST_AUTO_TEST_CASE()
70 LogHostStatus(host); in BOOST_AUTO_TEST_CASE()
78 LogFlapping(host); in BOOST_AUTO_TEST_CASE()
79 LogHostStatus(host); in BOOST_AUTO_TEST_CASE()
114 LogFlapping(host); in BOOST_AUTO_TEST_CASE()
152 LogFlapping(host); in BOOST_AUTO_TEST_CASE()
153 LogHostStatus(host); in BOOST_AUTO_TEST_CASE()
161 LogFlapping(host); in BOOST_AUTO_TEST_CASE()
175 LogFlapping(host); in BOOST_AUTO_TEST_CASE()
228 LogFlapping(host); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/net-p2p/jigdo/jigdo-0.7.3/src/net/
H A Dlibwww-HTHost.c221 host _ host->hostname); in HostEvent()
250 host ? host->reqsMade : -1 _ in HostEvent()
255 host _ host ? host->hostname : "<null>" _ type); in HostEvent()
579 if (host) host->reqsMade = reqs; in HTHost_setReqsMade()
776 if (host && host->channel) { in HTHost_clearChannel()
1077 host _ host->reqsMade _ in HTHost_addNet()
1189 if (host && host->pending) { in HTHost_nextPendingNet()
1321 if (!host->lock || (host->lock && host->lock == net)) { in HTHost_connect()
1379 if (!host->listening) host->listening = HTNet_new(host); in HTHost_listen()
1400 if (!host->lock || (host->lock && host->lock == net)) { in HTHost_accept()
[all …]
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTHost.c222 host _ host->hostname); in HostEvent()
232 host _ host->hostname _ ret _ buf); in HostEvent()
251 host ? host->reqsMade : -1 _ in HostEvent()
256 host _ host ? host->hostname : "<null>" _ type); in HostEvent()
580 if (host) host->reqsMade = reqs; in HTHost_setReqsMade()
777 if (host && host->channel) { in HTHost_clearChannel()
1076 host _ host->reqsMade _ in HTHost_addNet()
1188 if (host && host->pending) { in HTHost_nextPendingNet()
1320 if (!host->lock || (host->lock && host->lock == net)) { in HTHost_connect()
1378 if (!host->listening) host->listening = HTNet_new(host); in HTHost_listen()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/host/
H A Dusdhi6rol0.c299 err, host->wait, host->mrq ? host->mrq->cmd->opcode : -1); in usdhi6_error_code()
329 host->blk_page = host->bounce_buf; in usdhi6_blk_bounce()
351 host->offset = host->sg->offset; in usdhi6_sg_prep()
385 host->blk_page = host->pg.mapped; in usdhi6_sg_map()
388 host->pg.page, page_to_pfn(host->pg.page), host->pg.mapped, in usdhi6_sg_map()
445 host->blk_page = host->pg.mapped; in usdhi6_sg_advance()
506 host->pg.page = nth_page(sg_page(host->sg), host->page_idx); in usdhi6_sg_advance()
508 host->blk_page = host->pg.mapped; in usdhi6_sg_advance()
511 host->pg.page, page_to_pfn(host->pg.page), host->pg.mapped, in usdhi6_sg_advance()
777 if (host->imclk == rate || host->imclk == host->rate || !rate) in usdhi6_clk_set()
[all …]
H A Domap.c199 struct mmc_omap_host *host = slot->host; in mmc_omap_select_slot() local
257 struct mmc_omap_host *host = slot->host; in mmc_omap_release_slot() local
619 mmc_omap_cmd_done(host, host->cmd); in mmc_omap_abort_command()
647 sg = host->data->sg + host->sg_idx; in mmc_omap_sg_to_buf()
670 BUG_ON(host->sg_idx == host->sg_len); in mmc_omap_xfer_data()
843 mmc_omap_cmd_done(host, host->cmd); in mmc_omap_irq()
1077 host->dma_tx : host->dma_rx; in mmc_omap_start_request()
1107 host = slot->host; in mmc_omap_set_power()
1237 slot->host = host; in mmc_omap_new_slot()
1451 free_irq(host->irq, host); in mmc_omap_probe()
[all …]
H A Dmxcmmc.c231 if (host->pdata && host->pdata->setpower) in mxcmci_set_power()
392 host->desc->callback_param = host; in mxcmci_start_cmd()
521 mxcmci_set_clk_rate(host, host->clock); in mxcmci_poll_status()
629 mxcmci_finish_request(host, host->req); in mxcmci_datawork()
633 mxcmci_finish_request(host, host->req); in mxcmci_datawork()
684 if (!host->data && host->req) { in mxcmci_cmd_done()
685 mxcmci_finish_request(host, host->req); in mxcmci_cmd_done()
693 if (!mxcmci_use_dma(host) && host->data) in mxcmci_cmd_done()
886 if (host->pdata && host->pdata->get_ro) in mxcmci_get_ro()
1137 if (host->pdata && host->pdata->init) { in mxcmci_probe()
[all …]
H A Domap_hsmmc.c153 #define mmc_pdata(host) host->pdata argument
697 host->con = OMAP_HSMMC_READ(host->base, CON); in omap_hsmmc_context_save()
849 if (host->cmd && host->cmd->opcode == 6 && in omap_hsmmc_xfer_done()
878 if (host->mrq->sbc && (host->cmd == host->mrq->sbc) && in omap_hsmmc_cmd_done()
902 omap_hsmmc_request_done(host, host->mrq); in omap_hsmmc_cmd_done()
925 host->data->sg, host->data->sg_len, in omap_hsmmc_dma_cleanup()
1017 } else if (host->mrq && host->mrq->cmd) in hsmmc_command_incomplete()
1035 if (host->data || host->response_busy) { in omap_hsmmc_do_irq()
1063 omap_hsmmc_cmd_done(host, host->cmd); in omap_hsmmc_do_irq()
1437 host->clk_rate = clk_get_rate(host->fclk); in omap_hsmmc_request()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/host/
H A Dusdhi6rol0.c299 err, host->wait, host->mrq ? host->mrq->cmd->opcode : -1); in usdhi6_error_code()
329 host->blk_page = host->bounce_buf; in usdhi6_blk_bounce()
351 host->offset = host->sg->offset; in usdhi6_sg_prep()
385 host->blk_page = host->pg.mapped; in usdhi6_sg_map()
388 host->pg.page, page_to_pfn(host->pg.page), host->pg.mapped, in usdhi6_sg_map()
445 host->blk_page = host->pg.mapped; in usdhi6_sg_advance()
506 host->pg.page = nth_page(sg_page(host->sg), host->page_idx); in usdhi6_sg_advance()
508 host->blk_page = host->pg.mapped; in usdhi6_sg_advance()
511 host->pg.page, page_to_pfn(host->pg.page), host->pg.mapped, in usdhi6_sg_advance()
777 if (host->imclk == rate || host->imclk == host->rate || !rate) in usdhi6_clk_set()
[all …]
H A Domap.c199 struct mmc_omap_host *host = slot->host; in mmc_omap_select_slot() local
257 struct mmc_omap_host *host = slot->host; in mmc_omap_release_slot() local
619 mmc_omap_cmd_done(host, host->cmd); in mmc_omap_abort_command()
647 sg = host->data->sg + host->sg_idx; in mmc_omap_sg_to_buf()
670 BUG_ON(host->sg_idx == host->sg_len); in mmc_omap_xfer_data()
843 mmc_omap_cmd_done(host, host->cmd); in mmc_omap_irq()
1077 host->dma_tx : host->dma_rx; in mmc_omap_start_request()
1107 host = slot->host; in mmc_omap_set_power()
1237 slot->host = host; in mmc_omap_new_slot()
1451 free_irq(host->irq, host); in mmc_omap_probe()
[all …]
H A Dmxcmmc.c231 if (host->pdata && host->pdata->setpower) in mxcmci_set_power()
392 host->desc->callback_param = host; in mxcmci_start_cmd()
521 mxcmci_set_clk_rate(host, host->clock); in mxcmci_poll_status()
629 mxcmci_finish_request(host, host->req); in mxcmci_datawork()
633 mxcmci_finish_request(host, host->req); in mxcmci_datawork()
684 if (!host->data && host->req) { in mxcmci_cmd_done()
685 mxcmci_finish_request(host, host->req); in mxcmci_cmd_done()
693 if (!mxcmci_use_dma(host) && host->data) in mxcmci_cmd_done()
886 if (host->pdata && host->pdata->get_ro) in mxcmci_get_ro()
1137 if (host->pdata && host->pdata->init) { in mxcmci_probe()
[all …]
H A Domap_hsmmc.c153 #define mmc_pdata(host) host->pdata argument
697 host->con = OMAP_HSMMC_READ(host->base, CON); in omap_hsmmc_context_save()
849 if (host->cmd && host->cmd->opcode == 6 && in omap_hsmmc_xfer_done()
878 if (host->mrq->sbc && (host->cmd == host->mrq->sbc) && in omap_hsmmc_cmd_done()
902 omap_hsmmc_request_done(host, host->mrq); in omap_hsmmc_cmd_done()
925 host->data->sg, host->data->sg_len, in omap_hsmmc_dma_cleanup()
1017 } else if (host->mrq && host->mrq->cmd) in hsmmc_command_incomplete()
1035 if (host->data || host->response_busy) { in omap_hsmmc_do_irq()
1063 omap_hsmmc_cmd_done(host, host->cmd); in omap_hsmmc_do_irq()
1437 host->clk_rate = clk_get_rate(host->fclk); in omap_hsmmc_request()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/host/
H A Dusdhi6rol0.c299 err, host->wait, host->mrq ? host->mrq->cmd->opcode : -1); in usdhi6_error_code()
329 host->blk_page = host->bounce_buf; in usdhi6_blk_bounce()
351 host->offset = host->sg->offset; in usdhi6_sg_prep()
385 host->blk_page = host->pg.mapped; in usdhi6_sg_map()
388 host->pg.page, page_to_pfn(host->pg.page), host->pg.mapped, in usdhi6_sg_map()
445 host->blk_page = host->pg.mapped; in usdhi6_sg_advance()
506 host->pg.page = nth_page(sg_page(host->sg), host->page_idx); in usdhi6_sg_advance()
508 host->blk_page = host->pg.mapped; in usdhi6_sg_advance()
511 host->pg.page, page_to_pfn(host->pg.page), host->pg.mapped, in usdhi6_sg_advance()
777 if (host->imclk == rate || host->imclk == host->rate || !rate) in usdhi6_clk_set()
[all …]
H A Domap.c199 struct mmc_omap_host *host = slot->host; in mmc_omap_select_slot() local
257 struct mmc_omap_host *host = slot->host; in mmc_omap_release_slot() local
619 mmc_omap_cmd_done(host, host->cmd); in mmc_omap_abort_command()
647 sg = host->data->sg + host->sg_idx; in mmc_omap_sg_to_buf()
670 BUG_ON(host->sg_idx == host->sg_len); in mmc_omap_xfer_data()
843 mmc_omap_cmd_done(host, host->cmd); in mmc_omap_irq()
1077 host->dma_tx : host->dma_rx; in mmc_omap_start_request()
1107 host = slot->host; in mmc_omap_set_power()
1237 slot->host = host; in mmc_omap_new_slot()
1451 free_irq(host->irq, host); in mmc_omap_probe()
[all …]
H A Dmxcmmc.c231 if (host->pdata && host->pdata->setpower) in mxcmci_set_power()
392 host->desc->callback_param = host; in mxcmci_start_cmd()
521 mxcmci_set_clk_rate(host, host->clock); in mxcmci_poll_status()
629 mxcmci_finish_request(host, host->req); in mxcmci_datawork()
633 mxcmci_finish_request(host, host->req); in mxcmci_datawork()
684 if (!host->data && host->req) { in mxcmci_cmd_done()
685 mxcmci_finish_request(host, host->req); in mxcmci_cmd_done()
693 if (!mxcmci_use_dma(host) && host->data) in mxcmci_cmd_done()
886 if (host->pdata && host->pdata->get_ro) in mxcmci_get_ro()
1137 if (host->pdata && host->pdata->init) { in mxcmci_probe()
[all …]
H A Domap_hsmmc.c153 #define mmc_pdata(host) host->pdata argument
697 host->con = OMAP_HSMMC_READ(host->base, CON); in omap_hsmmc_context_save()
849 if (host->cmd && host->cmd->opcode == 6 && in omap_hsmmc_xfer_done()
878 if (host->mrq->sbc && (host->cmd == host->mrq->sbc) && in omap_hsmmc_cmd_done()
902 omap_hsmmc_request_done(host, host->mrq); in omap_hsmmc_cmd_done()
925 host->data->sg, host->data->sg_len, in omap_hsmmc_dma_cleanup()
1017 } else if (host->mrq && host->mrq->cmd) in hsmmc_command_incomplete()
1035 if (host->data || host->response_busy) { in omap_hsmmc_do_irq()
1063 omap_hsmmc_cmd_done(host, host->cmd); in omap_hsmmc_do_irq()
1437 host->clk_rate = clk_get_rate(host->fclk); in omap_hsmmc_request()
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/mmc/
H A Dsh_sdhi.c34 writew(val, host->addr + (reg << host->bus_shift)); in sh_sdhi_writew()
39 return readw(host->addr + (reg << host->bus_shift)); in sh_sdhi_readw()
98 host->sd_error = 1; in sh_sdhi_intr()
99 host->wait_int = 1; in sh_sdhi_intr()
108 host->wait_int = 1; in sh_sdhi_intr()
117 host->wait_int = 1; in sh_sdhi_intr()
228 host->sd_error = 0; in sh_sdhi_error_manage()
674 if (!host) in sh_sdhi_init()
683 host->ch = ch; in sh_sdhi_init()
692 if (host) in sh_sdhi_init()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/core/
H A Dhost.c47 if (!host->bus_ops) in mmc_host_class_prepare()
52 return host->bus_ops->pre_suspend(host); in mmc_host_class_prepare()
79 kfree(host); in mmc_host_classdev_release()
170 if (!host->need_retune || host->doing_retune || !host->card) in mmc_retune()
199 struct mmc_host *host = from_timer(host, t, retune_timer); in mmc_retune_timer() local
402 if (host->dsr_req && (host->dsr & ~0xffff)) { in mmc_of_parse()
405 host->dsr); in mmc_of_parse()
507 if (!host) in mmc_alloc_host()
524 kfree(host); in mmc_alloc_host()
530 dev_set_name(&host->class_dev, "mmc%d", host->index); in mmc_alloc_host()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/core/
H A Dhost.c47 if (!host->bus_ops) in mmc_host_class_prepare()
52 return host->bus_ops->pre_suspend(host); in mmc_host_class_prepare()
79 kfree(host); in mmc_host_classdev_release()
170 if (!host->need_retune || host->doing_retune || !host->card) in mmc_retune()
199 struct mmc_host *host = from_timer(host, t, retune_timer); in mmc_retune_timer() local
402 if (host->dsr_req && (host->dsr & ~0xffff)) { in mmc_of_parse()
405 host->dsr); in mmc_of_parse()
507 if (!host) in mmc_alloc_host()
524 kfree(host); in mmc_alloc_host()
530 dev_set_name(&host->class_dev, "mmc%d", host->index); in mmc_alloc_host()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/core/
H A Dhost.c47 if (!host->bus_ops) in mmc_host_class_prepare()
52 return host->bus_ops->pre_suspend(host); in mmc_host_class_prepare()
79 kfree(host); in mmc_host_classdev_release()
170 if (!host->need_retune || host->doing_retune || !host->card) in mmc_retune()
199 struct mmc_host *host = from_timer(host, t, retune_timer); in mmc_retune_timer() local
402 if (host->dsr_req && (host->dsr & ~0xffff)) { in mmc_of_parse()
405 host->dsr); in mmc_of_parse()
507 if (!host) in mmc_alloc_host()
524 kfree(host); in mmc_alloc_host()
530 dev_set_name(&host->class_dev, "mmc%d", host->index); in mmc_alloc_host()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/tests/
H A Db00025.vtc4 backend d0 { .host = "${bad_backend}"; }
5 backend d1 { .host = "${bad_backend}"; }
6 backend d2 { .host = "${bad_backend}"; }
7 backend d3 { .host = "${bad_backend}"; }
8 backend d4 { .host = "${bad_backend}"; }
9 backend d5 { .host = "${bad_backend}"; }
10 backend d6 { .host = "${bad_backend}"; }
11 backend d7 { .host = "${bad_backend}"; }
12 backend d8 { .host = "${bad_backend}"; }
13 backend d9 { .host = "${bad_backend}"; }
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/mach/
H A Dhost_special_ports.h130 #define host_get_host_port(host, port) \ argument
131 (host_get_special_port((host), \
172 #define host_get_lockd_port(host, port) \ argument
175 #define host_set_lockd_port(host, port) \ argument
184 #define host_get_kextd_port(host, port) \ argument
187 #define host_set_kextd_port(host, port) \ argument
196 #define host_get_chud_port(host, port) host_get_launchctl_port(host, port) argument
197 #define host_set_chud_port(host, port) host_set_launchctl_port(host, port) argument
205 #define host_get_amfid_port(host, port) \ argument
208 #define host_set_amfid_port(host, port) \ argument
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/mach/
H A Dhost_special_ports.h130 #define host_get_host_port(host, port) \ argument
131 (host_get_special_port((host), \
172 #define host_get_lockd_port(host, port) \ argument
175 #define host_set_lockd_port(host, port) \ argument
184 #define host_get_kextd_port(host, port) \ argument
187 #define host_set_kextd_port(host, port) \ argument
196 #define host_get_chud_port(host, port) host_get_launchctl_port(host, port) argument
197 #define host_set_chud_port(host, port) host_set_launchctl_port(host, port) argument
205 #define host_get_amfid_port(host, port) \ argument
208 #define host_set_amfid_port(host, port) \ argument
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/mmc/
H A Dsh_sdhi.c39 writeq(val, host->addr + (reg << host->bus_shift)); in sh_sdhi_writeq()
44 return readq(host->addr + (reg << host->bus_shift)); in sh_sdhi_readq()
49 writew(val, host->addr + (reg << host->bus_shift)); in sh_sdhi_writew()
54 return readw(host->addr + (reg << host->bus_shift)); in sh_sdhi_readw()
108 host->sd_error = 1; in sh_sdhi_intr()
109 host->wait_int = 1; in sh_sdhi_intr()
762 if (!host) in sh_sdhi_init()
771 host->ch = ch; in sh_sdhi_init()
782 if (host) in sh_sdhi_init()
783 free(host); in sh_sdhi_init()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/mmc/
H A Dsh_sdhi.c39 writeq(val, host->addr + (reg << host->bus_shift)); in sh_sdhi_writeq()
44 return readq(host->addr + (reg << host->bus_shift)); in sh_sdhi_readq()
49 writew(val, host->addr + (reg << host->bus_shift)); in sh_sdhi_writew()
54 return readw(host->addr + (reg << host->bus_shift)); in sh_sdhi_readw()
108 host->sd_error = 1; in sh_sdhi_intr()
109 host->wait_int = 1; in sh_sdhi_intr()
762 if (!host) in sh_sdhi_init()
771 host->ch = ch; in sh_sdhi_init()
782 if (host) in sh_sdhi_init()
783 free(host); in sh_sdhi_init()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/mmc/
H A Dsh_sdhi.c39 writeq(val, host->addr + (reg << host->bus_shift)); in sh_sdhi_writeq()
44 return readq(host->addr + (reg << host->bus_shift)); in sh_sdhi_readq()
49 writew(val, host->addr + (reg << host->bus_shift)); in sh_sdhi_writew()
54 return readw(host->addr + (reg << host->bus_shift)); in sh_sdhi_readw()
108 host->sd_error = 1; in sh_sdhi_intr()
109 host->wait_int = 1; in sh_sdhi_intr()
762 if (!host) in sh_sdhi_init()
771 host->ch = ch; in sh_sdhi_init()
782 if (host) in sh_sdhi_init()
783 free(host); in sh_sdhi_init()
[all …]

12345678910>>...1045