HomeSort by: relevance | last modified time | path
    Searched defs:tcl (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/bsd/unbound/dist/util/
tcp_conn_limit.c 53 struct tcl_list* tcl = (struct tcl_list*)calloc(1, local
55 if(!tcl)
57 tcl->region = regional_create();
58 if(!tcl->region) {
59 tcl_list_delete(tcl);
62 return tcl;
76 tcl_list_delete(struct tcl_list* tcl)
78 if(!tcl)
80 traverse_postorder(&tcl->tree, tcl_list_free_node, NULL);
81 regional_destroy(tcl->region)
    [all...]
tcp_conn_limit.c 53 struct tcl_list* tcl = (struct tcl_list*)calloc(1, local
55 if(!tcl)
57 tcl->region = regional_create();
58 if(!tcl->region) {
59 tcl_list_delete(tcl);
62 return tcl;
76 tcl_list_delete(struct tcl_list* tcl)
78 if(!tcl)
80 traverse_postorder(&tcl->tree, tcl_list_free_node, NULL);
81 regional_destroy(tcl->region)
    [all...]
  /src/external/gpl2/gettext/lib/libnlspr/
Makefile 29 format-tcl.c \
64 read-tcl.c \
75 write-tcl.c
96 COPTS.read-tcl.c = -Wno-stack-protector
101 COPTS.write-tcl.c = -Wno-stack-protector
Makefile 29 format-tcl.c \
64 read-tcl.c \
75 write-tcl.c
96 COPTS.read-tcl.c = -Wno-stack-protector
101 COPTS.write-tcl.c = -Wno-stack-protector
  /src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl 4 # functions from the project-agnostic proj.tcl.
72 # by non-canonical builds (it was added for a Tcl extension build
149 # them in the [options] invocation. e.g. "with-tcl" is the --with-tcl
238 # Options for TCL support
239 tcl {
241 tcl=1
242 => {Disable components which require TCL, including all tests.
243 This tree requires TCL for code generation but can use the in-tree
244 copy of autosetup/jimsh0.c for that. The SQLite TCL extension and th
    [all...]
sqlite-config.tcl 4 # functions from the project-agnostic proj.tcl.
72 # by non-canonical builds (it was added for a Tcl extension build
149 # them in the [options] invocation. e.g. "with-tcl" is the --with-tcl
238 # Options for TCL support
239 tcl {
241 tcl=1
242 => {Disable components which require TCL, including all tests.
243 This tree requires TCL for code generation but can use the in-tree
244 copy of autosetup/jimsh0.c for that. The SQLite TCL extension and th
    [all...]
  /src/sys/arch/mipsco/obio/
asc.c 392 u_int tcl, tcm; local
408 resid += (tcl = NCR_READ_REG(sc, NCR_TCL)) +
423 NCR_DMA(("asc_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
424 tcl, tcm, trans, resid));
asc.c 392 u_int tcl, tcm; local
408 resid += (tcl = NCR_READ_REG(sc, NCR_TCL)) +
423 NCR_DMA(("asc_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
424 tcl, tcm, trans, resid));
  /src/sys/arch/pmax/tc/
asc_ioasic.c 313 u_int tcl, tcm, ssr, scr, intr; local
341 tcl = ASC_READ_REG(asc, NCR_TCL);
343 NCR_DMA(("ioasic_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
344 tcl | (tcm << 8), tcl, tcm));
355 resid += (tcl = ASC_READ_REG(asc, NCR_TCL));
364 NCR_DMA(("ioasic_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
365 tcl, tcm, trans, resid));
asc_ioasic.c 313 u_int tcl, tcm, ssr, scr, intr; local
341 tcl = ASC_READ_REG(asc, NCR_TCL);
343 NCR_DMA(("ioasic_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
344 tcl | (tcm << 8), tcl, tcm));
355 resid += (tcl = ASC_READ_REG(asc, NCR_TCL));
364 NCR_DMA(("ioasic_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
365 tcl, tcm, trans, resid));
  /src/sys/arch/vax/vsa/
asc_vsbus.c 345 u_int tcl, tcm; local
355 tcl = NCR_READ_REG(sc, NCR_TCL);
357 NCR_DMA(("asc_vsbus_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
358 tcl | (tcm << 8), tcl, tcm));
377 resid += (tcl = NCR_READ_REG(sc, NCR_TCL));
386 NCR_DMA(("asc_vsbus_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
387 tcl, tcm, trans, resid));
asc_vsbus.c 345 u_int tcl, tcm; local
355 tcl = NCR_READ_REG(sc, NCR_TCL);
357 NCR_DMA(("asc_vsbus_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
358 tcl | (tcm << 8), tcl, tcm));
377 resid += (tcl = NCR_READ_REG(sc, NCR_TCL));
386 NCR_DMA(("asc_vsbus_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
387 tcl, tcm, trans, resid));
  /src/sys/dev/tc/
asc_tcds.c 337 uint32_t tcl, tcm; local
356 tcl = NCR_READ_REG(sc, NCR_TCL);
358 NCR_DMA(("dma_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
359 tcl | (tcm << 8), tcl, tcm));
370 resid += (tcl = NCR_READ_REG(sc, NCR_TCL));
380 NCR_DMA(("dma_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
381 tcl, tcm, trans, resid));
asc_tcds.c 337 uint32_t tcl, tcm; local
356 tcl = NCR_READ_REG(sc, NCR_TCL);
358 NCR_DMA(("dma_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
359 tcl | (tcm << 8), tcl, tcm));
370 resid += (tcl = NCR_READ_REG(sc, NCR_TCL));
380 NCR_DMA(("dma_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
381 tcl, tcm, trans, resid));
  /src/external/bsd/unbound/dist/daemon/
daemon.h 135 struct tcl_list* tcl; member in struct:daemon
167 /** for fast reload, if the tcl, tcp connection limits, has
daemon.h 135 struct tcl_list* tcl; member in struct:daemon
167 /** for fast reload, if the tcl, tcp connection limits, has
  /src/external/bsd/unbound/dist/smallapp/
unbound-checkconf.c 514 struct config_str2list* tcl; local
515 for(tcl=cfg->tcp_connection_limits; tcl; tcl = tcl->next) {
516 if(!netblockstrtoaddr(tcl->str, UNBOUND_DNS_PORT, &a, &alen,
519 tcl->str, tcl->str2);
unbound-checkconf.c 514 struct config_str2list* tcl; local
515 for(tcl=cfg->tcp_connection_limits; tcl; tcl = tcl->next) {
516 if(!netblockstrtoaddr(tcl->str, UNBOUND_DNS_PORT, &a, &alen,
519 tcl->str, tcl->str2);
  /src/sys/arch/x68k/x68k/
iodevice.h 250 char pad1c; unsigned char tcl; member in struct:spc
iodevice.h 250 char pad1c; unsigned char tcl; member in struct:spc
  /src/sys/dev/pci/
mpii.c 1865 struct mpii_evt_sas_tcl *tcl; local
1877 tcl = (struct mpii_evt_sas_tcl *)(enp + 1);
1878 pe = (struct mpii_evt_phy_entry *)(tcl + 1);
1880 for (i = 0; i < tcl->num_entries; i++, pe++) {
1884 sc->sc_pd_id_start + tcl->start_phy_num + i,
1885 tcl->start_phy_num + i, le16toh(tcl->enclosure_handle), le16toh(tcl->expander_handle));
1902 dev->slot = sc->sc_pd_id_start + tcl->start_phy_num + i;
1904 dev->phy_num = tcl->start_phy_num + i
1947 struct mpii_evt_sas_tcl *tcl; local
    [all...]
mpii.c 1865 struct mpii_evt_sas_tcl *tcl; local
1877 tcl = (struct mpii_evt_sas_tcl *)(enp + 1);
1878 pe = (struct mpii_evt_phy_entry *)(tcl + 1);
1880 for (i = 0; i < tcl->num_entries; i++, pe++) {
1884 sc->sc_pd_id_start + tcl->start_phy_num + i,
1885 tcl->start_phy_num + i, le16toh(tcl->enclosure_handle), le16toh(tcl->expander_handle));
1902 dev->slot = sc->sc_pd_id_start + tcl->start_phy_num + i;
1904 dev->phy_num = tcl->start_phy_num + i
1947 struct mpii_evt_sas_tcl *tcl; local
    [all...]
  /src/sys/dev/ic/
aic79xx.c 6908 * table entry for TCL. Return the offset into
6909 * the SCB that contains the entry for TCL.
6912 * of the TCL entry is complete.
6915 ahd_index_busy_tcl(struct ahd_softc *ahd, u_int *saved_scbid, u_int tcl)
6922 ahd_set_scbptr(ahd, TCL_LUN(tcl)
6923 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4));
6930 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS);
6937 ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl)
6943 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
6950 ahd_busy_tcl(struct ahd_softc *ahd, u_int tcl, u_int scbid
7498 u_int tcl; local
    [all...]
aic7xxx.c 5023 u_int tcl; local
5025 tcl = BUILD_TCL(i << 4, j);
5026 *ptr = ahc_index_busy_tcl(ahc, tcl);
5105 u_int tcl; local
5107 tcl = BUILD_TCL(i << 4, j);
5108 ahc_busy_tcl(ahc, tcl, *ptr);
5121 ahc_index_busy_tcl(struct ahc_softc *ahc, u_int tcl)
5130 ahc_outb(ahc, SCBPTR, TCL_LUN(tcl));
5131 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl));
5134 target_offset = TCL_TARGET_OFFSET(tcl);
5816 u_int tcl; local
    [all...]
aic79xx.c 6908 * table entry for TCL. Return the offset into
6909 * the SCB that contains the entry for TCL.
6912 * of the TCL entry is complete.
6915 ahd_index_busy_tcl(struct ahd_softc *ahd, u_int *saved_scbid, u_int tcl)
6922 ahd_set_scbptr(ahd, TCL_LUN(tcl)
6923 | ((TCL_TARGET_OFFSET(tcl) & 0xC) << 4));
6930 return (((TCL_TARGET_OFFSET(tcl) & 0x3) << 1) + SCB_DISCONNECTED_LISTS);
6937 ahd_find_busy_tcl(struct ahd_softc *ahd, u_int tcl)
6943 scb_offset = ahd_index_busy_tcl(ahd, &saved_scbptr, tcl);
6950 ahd_busy_tcl(struct ahd_softc *ahd, u_int tcl, u_int scbid
7498 u_int tcl; local
    [all...]

Completed in 51 milliseconds

1 2