Searched refs:ctl (Results 26 - 50 of 178) sorted by relevance

12345678

/freebsd-11.0-release/sys/boot/i386/libi386/
H A Dtime.c47 v86.ctl = 0;
103 v86.ctl = 0;
H A Dvidconsole.c127 v86.ctl = 0;
200 v86.ctl = 0;
214 v86.ctl = 0;
225 v86.ctl = 0;
246 v86.ctl = 0;
260 v86.ctl = 0;
282 v86.ctl = 0;
294 v86.ctl = 0;
501 v86.ctl = 0;
515 v86.ctl
[all...]
H A Dbiosmem.c101 v86.ctl = V86_FLAGS;
148 v86.ctl = 0;
158 v86.ctl = V86_FLAGS;
190 v86.ctl = 0;
H A Dbiospci.c225 v86.ctl = V86_FLAGS;
326 v86.ctl = V86_FLAGS;
344 v86.ctl = V86_FLAGS;
366 v86.ctl = V86_FLAGS;
384 v86.ctl = V86_FLAGS;
416 v86.ctl = V86_FLAGS;
/freebsd-11.0-release/usr.sbin/ctld/
H A DMakefile11 CFLAGS+= -I${.CURDIR}/../../sys/cam/ctl
14 MAN= ctld.8 ctl.conf.5
H A Dtoken.l57 ctl-lun { return CTL_LUN; }
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_dns_pxy.c99 ipf_p_dns_ctl(softc, arg, ctl)
102 ap_ctl_t *ctl;
116 if (idns->idns_namelen != ctl->apc_dsize)
118 if (!strncmp(ctl->apc_data, idns->idns_name,
123 switch (ctl->apc_cmd)
151 idns->idns_namelen = ctl->apc_dsize;
152 idns->idns_name = ctl->apc_data;
153 idns->idns_pass = ctl->apc_arg;
156 ctl->apc_data = NULL;
157 ctl
[all...]
H A Dip_proxy.c606 /* ctl(I) - pointer to proxy control structure */
613 ipf_proxy_ctl(softc, arg, ctl)
616 ap_ctl_t *ctl;
622 a = ipf_proxy_lookup(arg, ctl->apc_p, ctl->apc_label);
626 ctl->apc_label, ctl->apc_p);
631 printf("ipf_proxy_ctl: no ctl function for %s/%d\n",
632 ctl->apc_label, ctl
723 ap_ctl_t ctl; local
[all...]
/freebsd-11.0-release/sys/compat/svr4/
H A Dsvr4_stream.c234 show_msg(str, fd, ctl, dat, flags)
237 struct svr4_strbuf *ctl;
245 if (ctl != NULL) {
246 if ((error = copyin(ctl, &buf, sizeof(buf))) != 0)
1472 struct svr4_strbuf dat, ctl; local
1484 show_msg(">putmsg", uap->fd, uap->ctl,
1488 if (uap->ctl != NULL) {
1489 if ((error = copyin(uap->ctl, &ctl, sizeof(ctl))) !
1646 struct svr4_strbuf dat, ctl; local
[all...]
/freebsd-11.0-release/sys/boot/pc98/libpc98/
H A Dtime.c49 v86.ctl = 0;
/freebsd-11.0-release/contrib/amd/scripts/
H A Dctl-hlfsd.in3 # usage: ctl-hlfsd [start | stop | restart]
106 ctl-hlfsd stop
110 ctl-hlfsd start
114 echo "Usage: @sbindir@/ctl-hlfsd [ start | stop | restart ]"
H A DMakefile.in83 ctl-amd \
84 ctl-hlfsd \
107 ctl-amd.in \
108 ctl-hlfsd.in \
124 CONFIG_CLEAN_FILES = am-eject amd2ldif amd2sun ctl-amd ctl-hlfsd expn \
136 amd2sun.in ctl-amd.in ctl-hlfsd.in expn.in fix-amd-map.in fixrmtab.in \
160 ctl-amd: $(top_builddir)/config.status ctl
[all...]
/freebsd-11.0-release/sys/boot/i386/common/
H A Dcons.c38 v86.ctl = V86_FLAGS;
75 v86.ctl = V86_FLAGS;
/freebsd-11.0-release/sys/dev/sound/pci/hda/
H A Dhdac.c1433 uint32_t ctl; local
1458 ctl = HDAC_READ_4(&sc->mem, HDAC_INTCTL);
1459 ctl |= HDAC_INTCTL_GIE;
1460 HDAC_WRITE_4(&sc->mem, HDAC_INTCTL, ctl);
1462 ctl = HDAC_READ_4(&sc->mem, HDAC_INTCTL);
1463 ctl &= ~HDAC_INTCTL_GIE;
1464 HDAC_WRITE_4(&sc->mem, HDAC_INTCTL, ctl);
1911 uint32_t ctl; local
1934 ctl = HDAC_READ_1(&sc->mem, off + HDAC_SDCTL2);
1936 ctl |
1969 uint32_t ctl; local
1996 uint32_t ctl; local
[all...]
/freebsd-11.0-release/sys/cam/ctl/
H A Dctl_frontend.c30 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_frontend.c#4 $
39 __FBSDID("$FreeBSD: releng/11.0/sys/cam/ctl/ctl_frontend.c 290670 2015-11-11 13:18:38Z mav $");
55 #include <cam/ctl/ctl_io.h>
56 #include <cam/ctl/ctl.h>
57 #include <cam/ctl/ctl_frontend.h>
58 #include <cam/ctl/ctl_backend.h>
60 #include <cam/ctl/ctl_ioctl.h>
61 #include <cam/ctl/ctl_ha.h>
62 #include <cam/ctl/ctl_privat
[all...]
H A Dctl_error.c32 * $Id: //depot/users/kenm/FreeBSD-test2/sys/cam/ctl/ctl_error.c#2 $
41 __FBSDID("$FreeBSD: releng/11.0/sys/cam/ctl/ctl_error.c 288348 2015-09-28 20:54:18Z mav $");
58 #include <cam/ctl/ctl_io.h>
59 #include <cam/ctl/ctl.h>
60 #include <cam/ctl/ctl_frontend.h>
61 #include <cam/ctl/ctl_backend.h>
62 #include <cam/ctl/ctl_ioctl.h>
63 #include <cam/ctl/ctl_error.h>
64 #include <cam/ctl/ctl_h
[all...]
/freebsd-11.0-release/sys/cddl/dev/fbt/
H A Dfbt.c206 modctl_t *ctl; local
210 ctl = fbt->fbtp_ctl;
212 ctl->fbt_nentries--;
244 modctl_t *ctl = fbt->fbtp_ctl; local
246 ctl->nenabled++;
253 if (ctl->loadcnt != fbt->fbtp_loadcnt) {
257 fbt->fbtp_name, ctl->filename);
271 modctl_t *ctl = fbt->fbtp_ctl; local
273 ASSERT(ctl->nenabled > 0);
274 ctl
287 modctl_t *ctl = fbt->fbtp_ctl; local
302 modctl_t *ctl = fbt->fbtp_ctl; local
984 modctl_t *ctl = fbt->fbtp_ctl; local
[all...]
/freebsd-11.0-release/sys/dev/cadence/
H A Dif_cgem.c425 sc->rxring[i].ctl = 0;
455 sc->txring[i].ctl = CGEM_TXDESC_USED;
459 sc->txring[CGEM_NUM_TX_DESCS - 1].ctl |= CGEM_TXDESC_WRAP;
513 sc->rxring[sc->rxring_hd_ptr].ctl = 0;
531 uint32_t ctl; local
541 ctl = sc->rxring[sc->rxring_tl_ptr].ctl;
568 if ((ctl & CGEM_RXDESC_BAD_FCS) != 0 ||
569 (ctl & (CGEM_RXDESC_SOF | CGEM_RXDESC_EOF)) !=
579 m->m_len = (ctl
630 uint32_t ctl; local
703 uint32_t ctl; local
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_labels.c32 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels) argument
45 *ctl = (const ctf_lblent_t *)(fp->ctf_buf + h->cth_lbloff);
/freebsd-11.0-release/usr.sbin/bhyvectl/
H A Dbhyvectl.c940 uint64_t ctl, cr0, cr3, cr4, rsp, rip, pat, addr, u64; local
1012 error = vm_get_vmcs_field(ctx, vcpu, VMCS_PIN_BASED_CTLS, &ctl);
1014 printf("pinbased_ctls[%d]\t0x%016lx\n", vcpu, ctl);
1019 VMCS_PRI_PROC_BASED_CTLS, &ctl);
1021 printf("procbased_ctls[%d]\t0x%016lx\n", vcpu, ctl);
1026 VMCS_SEC_PROC_BASED_CTLS, &ctl);
1028 printf("procbased_ctls2[%d]\t0x%016lx\n", vcpu, ctl);
1073 error = vm_get_vmcs_field(ctx, vcpu, VMCS_EXIT_CTLS, &ctl);
1075 printf("exit_ctls[%d]\t\t0x%016lx\n", vcpu, ctl);
1079 error = vm_get_vmcs_field(ctx, vcpu, VMCS_ENTRY_CTLS, &ctl);
1174 uint64_t ctl, addr; local
[all...]
/freebsd-11.0-release/sys/dev/scd/
H A Dscdvar.h23 unsigned int ctl :4; /* xcdplayer needs this */ member in struct:scd_data::__anon11617
/freebsd-11.0-release/sys/boot/i386/btx/lib/
H A Dbtxv86.h31 uint32_t ctl; /* Control flags */ member in struct:__v86
/freebsd-11.0-release/sys/boot/pc98/btx/lib/
H A Dbtxv86.h31 uint32_t ctl; /* Control flags */ member in struct:__v86
/freebsd-11.0-release/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci.c282 uint32_t ctl; local
286 ctl = BHND_PCI_READ_4(sc, BHND_PCIE_MDIO_CTL);
287 if ((ctl & BHND_PCIE_MDIOCTL_DONE))
316 uint32_t ctl; local
321 ctl = BHND_PCIE_MDIOCTL_PREAM_EN|BHND_PCIE_MDIOCTL_DIVISOR_VAL;
322 return (bhnd_pcie_mdio_ioctl(sc, ctl));
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c2618 struct ctl_extr_rec *ctl)
2620 ctl->bp = bp;
2623 ctl->use_extr = 0;
2624 ctl->isoent = isoent;
2625 ctl->ce_ptr = NULL;
2626 ctl->cur_len = ctl->dr_len = dr_len;
2627 ctl->limit = DR_LIMIT;
2633 extra_close_record(struct ctl_extr_rec *ctl, int ce_size) argument
2638 extra_tell_used_size(ctl, ce_siz
2617 extra_open_record(unsigned char *bp, int dr_len, struct isoent *isoent, struct ctl_extr_rec *ctl) argument
2657 extra_next_record(struct ctl_extr_rec *ctl, int length) argument
2749 extra_tell_used_size(struct ctl_extr_rec *ctl, int size) argument
2799 struct ctl_extr_rec ctl; local
[all...]

Completed in 128 milliseconds

12345678