Home
last modified time | relevance | path

Searched refs:ctl (Results 1 – 25 of 104) sorted by relevance

12345

/titanic_51/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c729 fd = contract_open(ctid, "all", "ctl", O_WRONLY); in contract_abandon_id()
811 zsd_lookup_zone(zsd_ctl_t *ctl, char *zonename, zoneid_t zoneid) in zsd_lookup_zone() argument
815 for (zone = list_head(&ctl->zsctl_zones); zone != NULL; in zsd_lookup_zone()
816 zone = list_next(&ctl->zsctl_zones, zone)) { in zsd_lookup_zone()
827 zsd_lookup_zone_byid(zsd_ctl_t *ctl, zoneid_t zoneid) in zsd_lookup_zone_byid() argument
831 for (zone = list_head(&ctl->zsctl_zones); zone != NULL; in zsd_lookup_zone_byid()
832 zone = list_next(&ctl->zsctl_zones, zone)) { in zsd_lookup_zone_byid()
840 zsd_allocate_zone(zsd_ctl_t *ctl, char *zonename, zoneid_t zoneid) in zsd_allocate_zone() argument
874 ctl->zsctl_nzones++; in zsd_allocate_zone()
880 zsd_lookup_insert_zone(zsd_ctl_t *ctl, cha argument
905 zsd_mark_zones_start(zsd_ctl_t * ctl) zsd_mark_zones_start() argument
941 zsd_mark_psets_start(zsd_ctl_t * ctl) zsd_mark_psets_start() argument
1037 zsd_add_usage(zsd_ctl_t * ctl,zsd_pset_usage_t * usage,timestruc_t * delta) zsd_add_usage() argument
1051 zsd_mark_psets_end(zsd_ctl_t * ctl) zsd_mark_psets_end() argument
1083 zsd_mark_pset_usages_end(zsd_ctl_t * ctl) zsd_mark_pset_usages_end() argument
1134 zsd_mark_zone_found(zsd_ctl_t * ctl,zsd_zone_t * zone,uint64_t cpu_shares,uint64_t cpu_cap,uint64_t ram_cap,uint64_t locked_cap,uint64_t vm_cap,uint64_t processes_cap,uint64_t processes,uint64_t lwps_cap,uint64_t lwps,uint64_t shm_cap,uint64_t shm,uint64_t shmids_cap,uint64_t shmids,uint64_t semids_cap,uint64_t semids,uint64_t msgids_cap,uint64_t msgids,uint64_t lofi_cap,uint64_t lofi,char * poolname,char * psetname,uint_t sched,uint_t cputype,uint_t iptype) zsd_mark_zone_found() argument
1210 zsd_mark_zones_end(zsd_ctl_t * ctl) zsd_mark_zones_end() argument
1252 zsd_mark_cpus_start(zsd_ctl_t * ctl,boolean_t roll) zsd_mark_cpus_start() argument
1278 zsd_lookup_insert_cpu(zsd_ctl_t * ctl,processorid_t cpuid) zsd_lookup_insert_cpu() argument
1333 zsd_mark_cpus_end(zsd_ctl_t * ctl) zsd_mark_cpus_end() argument
1376 zsd_lookup_pset_byid(zsd_ctl_t * ctl,psetid_t psetid) zsd_lookup_pset_byid() argument
1389 zsd_lookup_pset(zsd_ctl_t * ctl,char * psetname,psetid_t psetid) zsd_lookup_pset() argument
1405 zsd_allocate_pset(zsd_ctl_t * ctl,char * psetname,psetid_t psetid) zsd_allocate_pset() argument
1432 zsd_lookup_insert_pset(zsd_ctl_t * ctl,char * psetname,psetid_t psetid) zsd_lookup_insert_pset() argument
1466 zsd_allocate_pset_usage(zsd_ctl_t * ctl,zsd_pset_t * pset,zsd_zone_t * zone) zsd_allocate_pset_usage() argument
1500 zsd_lookup_insert_usage(zsd_ctl_t * ctl,zsd_pset_t * pset,zsd_zone_t * zone) zsd_lookup_insert_usage() argument
1521 zsd_refresh_system(zsd_ctl_t * ctl) zsd_refresh_system() argument
1538 zsd_update_cpu_stats(zsd_ctl_t * ctl,zsd_cpu_t * cpu) zsd_update_cpu_stats() argument
1667 zsd_get_pool_pset(zsd_ctl_t * ctl,psetid_t psetid,char * psetname,size_t namelen,uint_t * cputype,uint64_t * online,uint64_t * size,uint64_t * min,uint64_t * max,int64_t * importance) zsd_get_pool_pset() argument
1874 zsd_refresh_psets(zsd_ctl_t * ctl) zsd_refresh_psets() argument
2040 zsd_get_zone_pool_pset(zsd_ctl_t * ctl,zsd_zone_t * zone,char * pool,int poollen,char * pset,int psetlen,uint_t * cputype) zsd_get_zone_pool_pset() argument
2201 zsd_get_zone_caps(zsd_ctl_t * ctl,zsd_zone_t * zone,uint64_t * cpu_shares,uint64_t * cpu_cap,uint64_t * ram_cap,uint64_t * locked_cap,uint64_t * vm_cap,uint64_t * processes_cap,uint64_t * processes,uint64_t * lwps_cap,uint64_t * lwps,uint64_t * shm_cap,uint64_t * shm,uint64_t * shmids_cap,uint64_t * shmids,uint64_t * semids_cap,uint64_t * semids,uint64_t * msgids_cap,uint64_t * msgids,uint64_t * lofi_cap,uint64_t * lofi,uint_t * sched) zsd_get_zone_caps() argument
2376 zsd_refresh_zones(zsd_ctl_t * ctl) zsd_refresh_zones() argument
2468 zsd_get_proc_info(zsd_ctl_t * ctl,psinfo_t * psinfo,psetid_t * psetid,psetid_t * prev_psetid,zoneid_t * zoneid,zoneid_t * prev_zoneid,timestruc_t * delta,uint_t * sched) zsd_get_proc_info() argument
2523 zsd_open_exacct(zsd_ctl_t * ctl,boolean_t init) zsd_open_exacct() argument
2618 zsd_refresh_procs(zsd_ctl_t * ctl,boolean_t init) zsd_refresh_procs() argument
3156 zsd_getvmusage(zsd_ctl_t * ctl,uint_t flags,time_t age,zsd_vmusage64_t * buf,uint64_t * nres) zsd_getvmusage() argument
3211 zsd_refresh_memory(zsd_ctl_t * ctl,boolean_t init) zsd_refresh_memory() argument
3561 zsd_refresh_cpu_stats(zsd_ctl_t * ctl,boolean_t init) zsd_refresh_cpu_stats() argument
3695 zsd_usage_cache_update(zsd_ctl_t * ctl) zsd_usage_cache_update() argument
3919 zsd_close(zsd_ctl_t * ctl) zsd_close() argument
3982 zsd_read(zsd_ctl_t * ctl,boolean_t init,boolean_t do_memory) zsd_read() argument
4051 zsd_open(zsd_ctl_t * ctl) zsd_open() argument
[all...]
/titanic_51/usr/src/uts/common/syscall/
H A Dstrcalls.c53 int getmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *flagsp);
54 int putmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int flags);
55 int getpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *prip,
57 int putpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int pri,
60 static int msgio(int fdes, struct strbuf *ctl, struct strbuf *data, int *rval,
64 getmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *flagsp) in getmsg() argument
90 if ((error = msgio(fdes, ctl, data, &rv, FREAD, &pri, in getmsg()
108 putmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int flags) in putmsg() argument
132 error = msgio(fdes, ctl, data, &rv, FWRITE, &pri, &realflags); in putmsg()
140 getpmsg(int fdes, struct strbuf *ctl, struc argument
168 putpmsg(int fdes,struct strbuf * ctl,struct strbuf * data,int intpri,int flags) putpmsg() argument
190 msgio(int fdes,struct strbuf * ctl,struct strbuf * data,int * rval,int mode,unsigned char * prip,int * flagsp) msgio() argument
293 getmsg32(int fdes,struct strbuf32 * ctl,struct strbuf32 * data,int32_t * flagsp) getmsg32() argument
337 putmsg32(int fdes,struct strbuf32 * ctl,struct strbuf32 * data,int32_t flags) putmsg32() argument
369 getpmsg32(int fdes,struct strbuf32 * ctl,struct strbuf32 * data,int32_t * prip,int32_t * flagsp) getpmsg32() argument
397 putpmsg32(int fdes,struct strbuf32 * ctl,struct strbuf32 * data,int32_t intpri,int32_t flags) putpmsg32() argument
419 msgio32(int fdes,struct strbuf32 * ctl,struct strbuf32 * data,int * rval,int mode,unsigned char * prip,int * flagsp) msgio32() argument
[all...]
/titanic_51/usr/src/uts/common/io/
H A Dsysevent.c157 evchan_ctl_t *ctl; in sysevent_publish() local
159 ctl = ddi_get_soft_state(evchan_ctlp, getminor(dev)); in sysevent_publish()
160 if (ctl == NULL || ctl->chp == NULL) in sysevent_publish()
193 return (evch_usrpostevent(ctl->chp, ev, uargs.flags)); in sysevent_publish()
207 evchan_ctl_t *ctl; in sysevent_chan_open() local
211 ctl = ddi_get_soft_state(evchan_ctlp, getminor(dev)); in sysevent_chan_open()
212 if (ctl == NULL) { in sysevent_chan_open()
239 ctl->chp = evch_usrchanopen((const char *)chan_name, in sysevent_chan_open()
256 evchan_ctl_t *ctl; in sysevent_chan_control() local
293 evchan_ctl_t *ctl; sysevent_subscribe() local
353 evchan_ctl_t *ctl; sysevent_unsubscribe() local
479 evchan_ctl_t *ctl; sysevent_setpropnvl() local
524 evchan_ctl_t *ctl; sysevent_getpropnvl() local
658 evchan_ctl_t *ctl; sysevent_close() local
[all...]
/titanic_51/usr/src/uts/common/io/chxge/com/
H A Dmv88e1xxx.c76 u32 ctl; in mv88e1xxx_reset() local
82 (void) simple_mdio_read(cphy, MII_BMCR, &ctl); in mv88e1xxx_reset()
83 ctl &= BMCR_RESET; in mv88e1xxx_reset()
84 if (ctl) in mv88e1xxx_reset()
86 } while (ctl && --time_out); in mv88e1xxx_reset()
88 return ctl ? -1 : 0; in mv88e1xxx_reset()
155 u32 ctl; in mv88e1xxx_set_speed_duplex() local
157 (void) simple_mdio_read(phy, MII_BMCR, &ctl); in mv88e1xxx_set_speed_duplex()
159 ctl &= ~(BMCR_SPEED100 | BMCR_SPEED1000 | BMCR_ANENABLE); in mv88e1xxx_set_speed_duplex()
161 ctl | in mv88e1xxx_set_speed_duplex()
189 u32 ctl; mv88e1xxx_autoneg_enable() local
202 u32 ctl; mv88e1xxx_autoneg_disable() local
[all...]
/titanic_51/usr/src/uts/intel/dtrace/
H A Dfbt.c149 fbt_provide_module(void *arg, struct modctl *ctl) in fbt_provide_module() argument
151 struct module *mp = ctl->mod_mp; in fbt_provide_module()
155 char *modname = ctl->mod_modname; in fbt_provide_module()
168 if (ctl->mod_requisites != NULL) { in fbt_provide_module()
171 list = (struct modctl_list *)ctl->mod_requisites; in fbt_provide_module()
322 fbt->fbtp_ctl = ctl; in fbt_provide_module()
323 fbt->fbtp_loadcnt = ctl->mod_loadcnt; in fbt_provide_module()
412 fbt->fbtp_ctl = ctl; in fbt_provide_module()
413 fbt->fbtp_loadcnt = ctl->mod_loadcnt; in fbt_provide_module()
450 struct modctl *ctl in fbt_destroy() local
493 struct modctl *ctl = fbt->fbtp_ctl; fbt_enable() local
533 struct modctl *ctl = fbt->fbtp_ctl; fbt_disable() local
550 struct modctl *ctl = fbt->fbtp_ctl; fbt_suspend() local
566 struct modctl *ctl = fbt->fbtp_ctl; fbt_resume() local
582 struct modctl *ctl = fbt->fbtp_ctl; fbt_getargdesc() local
[all...]
H A Dsdt.c102 sdt_provide_module(void *arg, struct modctl *ctl) in sdt_provide_module() argument
104 struct module *mp = ctl->mod_mp; in sdt_provide_module()
105 char *modname = ctl->mod_modname; in sdt_provide_module()
153 sdp->sdp_loadcnt = ctl->mod_loadcnt; in sdt_provide_module()
154 sdp->sdp_ctl = ctl; in sdt_provide_module()
197 struct modctl *ctl = sdp->sdp_ctl; in sdt_destroy() local
200 if (ctl != NULL && ctl->mod_loadcnt == sdp->sdp_loadcnt) { in sdt_destroy()
201 if ((ctl->mod_loadcnt == sdp->sdp_loadcnt && in sdt_destroy()
202 ctl in sdt_destroy()
240 struct modctl *ctl = sdp->sdp_ctl; sdt_enable() local
284 struct modctl *ctl = sdp->sdp_ctl; sdt_disable() local
[all...]
/titanic_51/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c47 sbd_ioctl_arg_t *ctl; in ap_getncm() local
50 if (a->fd == -1 || a->ctl == NULL) in ap_getncm()
53 ctl = (sbd_ioctl_arg_t *)a->ctl; in ap_getncm()
54 ctl->ic_type = type; in ap_getncm()
55 ctl->ic_name[0] = '\0'; in ap_getncm()
56 ctl->ic_unit = 0; in ap_getncm()
57 ctl->i_len = 0; in ap_getncm()
58 ctl->i_opts = NULL; in ap_getncm()
60 DBG("ioctl(%d SBD_CMD_GETNCM, 0x%p)\n", a->fd, (void *)ctl); in ap_getncm()
86 sbd_ioctl_arg_t *ctl; ap_stat() local
531 sbd_ioctl_arg_t *ctl; ap_ioctl() local
652 sbd_ioctl_arg_t *ctl = (sbd_ioctl_arg_t *)a->ctl; ap_sys_err() local
688 sbd_ioctl_arg_t ctl; ap_test_err() local
[all...]
/titanic_51/usr/src/uts/sparc/dtrace/
H A Dsdt.c127 sdt_provide_module(void *arg, struct modctl *ctl) in sdt_provide_module() argument
129 struct module *mp = ctl->mod_mp; in sdt_provide_module()
130 char *modname = ctl->mod_modname; in sdt_provide_module()
155 primary = vmem_contains(heap_arena, (void *)ctl, in sdt_provide_module()
212 sdp->sdp_loadcnt = ctl->mod_loadcnt; in sdt_provide_module()
214 sdp->sdp_ctl = ctl; in sdt_provide_module()
257 struct modctl *ctl = sdp->sdp_ctl; in sdt_destroy() local
259 if (ctl != NULL && ctl->mod_loadcnt == sdp->sdp_loadcnt) { in sdt_destroy()
260 if ((ctl in sdt_destroy()
279 struct modctl *ctl = sdp->sdp_ctl; sdt_enable() local
324 struct modctl *ctl = sdp->sdp_ctl; sdt_disable() local
[all...]
H A Dfbt.c998 fbt_provide_module(void *arg, struct modctl *ctl) in fbt_provide_module() argument
1000 struct module *mp = ctl->mod_mp; in fbt_provide_module()
1001 char *modname = ctl->mod_modname; in fbt_provide_module()
1025 if (ctl->mod_requisites != NULL) { in fbt_provide_module()
1028 list = (struct modctl_list *)ctl->mod_requisites; in fbt_provide_module()
1067 primary = vmem_contains(heap_arena, (void *)ctl, in fbt_provide_module()
1362 fbt->fbtp_ctl = ctl; in fbt_provide_module()
1380 fbt->fbtp_loadcnt = ctl->mod_loadcnt; in fbt_provide_module()
1408 fbt->fbtp_ctl = ctl; in fbt_provide_module()
1431 fbt->fbtp_loadcnt = ctl in fbt_provide_module()
1468 struct modctl *ctl = fbt->fbtp_ctl; fbt_destroy() local
1490 struct modctl *ctl = fbt->fbtp_ctl; fbt_enable() local
1550 struct modctl *ctl = fbt->fbtp_ctl; fbt_disable() local
1573 struct modctl *ctl = fbt->fbtp_ctl; fbt_suspend() local
1592 struct modctl *ctl = fbt->fbtp_ctl; fbt_resume() local
1611 struct modctl *ctl = fbt->fbtp_ctl; fbt_getargdesc() local
[all...]
/titanic_51/usr/src/lib/libc/sparc/sys/
H A Dptrace.c71 int ctlfd; /* /proc/<pid>/ctl */
153 } ctl; in ptrace() local
168 char procname[64]; /* /proc/<pid>/ctl */ in ptrace()
172 (void) strcat(procname, "/ctl"); in ptrace()
175 ctl.cmd = PCSTRACE; in ptrace()
176 prfillset(&ctl.arg.signals); in ptrace()
177 if (write(fd, (char *)&ctl, sizeof (long)+sizeof (sigset_t)) in ptrace()
180 ctl.cmd = PCSFAULT; in ptrace()
181 premptyset(&ctl.arg.faults); in ptrace()
182 if (write(fd, (char *)&ctl, sizeo in ptrace()
545 long ctl[2]; GrabProc() local
[all...]
/titanic_51/usr/src/lib/libc/i386/sys/
H A Dptrace.c71 int ctlfd; /* /proc/<pid>/ctl */
153 } ctl; in ptrace() local
168 char procname[64]; /* /proc/<pid>/ctl */ in ptrace()
172 (void) strcat(procname, "/ctl"); in ptrace()
175 ctl.cmd = PCSTRACE; in ptrace()
176 prfillset(&ctl.arg.signals); in ptrace()
177 if (write(fd, (char *)&ctl, sizeof (long)+sizeof (sigset_t)) in ptrace()
180 ctl.cmd = PCSFAULT; in ptrace()
181 premptyset(&ctl.arg.faults); in ptrace()
182 if (write(fd, (char *)&ctl, sizeo in ptrace()
537 long ctl[2]; GrabProc() local
[all...]
/titanic_51/usr/src/lib/libproc/common/
H A Dproc_set.c75 } ctl; in Psetzoneid() local
80 ctl.zoneid = zoneid; in Psetzoneid()
81 ctl.cmd = PCSZONE; in Psetzoneid()
83 if (write(Pctlfd(Pr), &ctl, sizeof (ctl)) < 0) in Psetzoneid()
H A DPcontrol.c526 (void) strcpy(fname, "ctl"); in Pxcreate()
865 (void) strcpy(fname, "ctl"); in Pgrab()
1336 long *ctl; in Psetpriv() local
1348 ctl = malloc(sz); in Psetpriv()
1349 if (ctl == NULL) in Psetpriv()
1352 ctl[0] = PCSPRIV; in Psetpriv()
1354 (void) memcpy(&ctl[1], pprv, PRIV_PRPRIV_SIZE(pprv)); in Psetpriv()
1356 if (write(P->ctlfd, ctl, sz) != sz) in Psetpriv()
1361 free(ctl); in Psetpriv()
1493 (void) strcpy(fname, "ctl"); in Preopen()
1794 long ctl[3]; Pstopstatus() local
2061 long ctl[1 + /* PCCFAULT */ Psetrun() local
2189 long ctl = PCCSIG; Pclearsig() local
2201 long ctl = PCCFAULT; Pclearfault() local
2214 long ctl[1 + sizeof (priovec_t) / sizeof (long) + /* PCREAD */ Psetbkpt() local
2307 long ctl[ execute_bkpt() local
2435 long ctl[1 + sizeof (prwatch_t) / sizeof (long)]; Psetwapt() local
2461 long ctl[1 + sizeof (prwatch_t) / sizeof (long)]; Pdelwapt() local
2493 long ctl[ execute_wapt() local
2626 long ctl[2]; Psetflags() local
2646 long ctl[2]; Punsetflags() local
3391 long ctl[3]; Lstopstatus() local
3593 long ctl[1 + /* PCCFAULT */ Lsetrun() local
3648 long ctl = PCCSIG; Lclearsig() local
3660 long ctl = PCCFAULT; Lclearfault() local
[all...]
/titanic_51/usr/src/cmd/lp/lib/msgs/
H A Dmread.c69 struct strbuf ctl; local
90 ctl.buf = buff;
91 ctl.maxlen = sizeof (buff);
92 ctl.len = 0;
96 if (Getmsg(md, &ctl, &dat, &flag) < 0)
H A Dmwrite.c166 struct strbuf ctl; in _mwrite() local
180 ctl.buf = "xyzzy"; in _mwrite()
181 ctl.maxlen = ctl.len = strlen(ctl.buf)+1; in _mwrite()
187 if (Putmsg(md, &ctl, &dat, flag) == 0) in _mwrite()
/titanic_51/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c515 TRAP_TRACE_CTL *ctls, *ctl; in ttctl() local
531 for (ctl = &ctls[0], i = 0; i < ncpu; i++, ctl++) { in ttctl()
532 if (ctl->d.vaddr_base == 0) in ttctl()
537 mdb_printf(" vaddr_base = 0x%lx\n", (long)ctl->d.vaddr_base); in ttctl()
538 mdb_printf(" last_offset = 0x%x\n", ctl->d.last_offset); in ttctl()
539 mdb_printf(" offset = 0x%x\n", ctl->d.offset); in ttctl()
540 mdb_printf(" limit = 0x%x\n", ctl->d.limit); in ttctl()
541 mdb_printf(" paddr_base = 0x%llx\n", ctl->d.paddr_base); in ttctl()
542 mdb_printf(" asi = 0x%02x\n}\n", ctl in ttctl()
673 TRAP_TRACE_CTL *ctls, *ctl; ttrace_walk_init() local
861 TRAP_TRACE_CTL *ctls, *ctl; httctl() local
961 TRAP_TRACE_CTL *ctls, *ctl; httrace_walk_init() local
[all...]
/titanic_51/usr/src/cmd/streams/log/
H A Dstrclean.c61 struct strbuf ctl, dat; in main() local
115 ctl.len = sizeof (struct log_ctl); in main()
116 ctl.maxlen = sizeof (struct log_ctl); in main()
117 ctl.buf = (caddr_t)&lctl; in main()
127 putmsg(fd, &ctl, &dat, 0); in main()
H A Dstrace.c181 struct strbuf ctl, dat; in main() local
189 ctl.buf = cbuf; in main()
190 ctl.maxlen = CTLSIZE; in main()
229 while (getmsg(log, &ctl, &dat, &flag) >= 0) { in main()
/titanic_51/usr/src/boot/sys/boot/i386/libi386/
H A Dvidconsole.c130 v86.ctl = 0; in vidc_biosputchar()
212 v86.ctl = 0; in get_pos()
226 v86.ctl = 0; in curs_move()
239 v86.ctl = 0; in curs_move()
248 v86.ctl = 0; /* show normal underline cursor */ in curs_move()
264 v86.ctl = 0; in scroll_up()
278 v86.ctl = 0; in write_char()
297 v86.ctl = 0; in CL()
323 v86.ctl = 0; in CD()
335 v86.ctl in CD()
[all...]
/titanic_51/usr/src/uts/common/inet/ipf/
H A Dip_proxy.c223 int appr_ctl(ctl, ifs) in appr_ctl() argument
224 ap_ctl_t *ctl; in appr_ctl()
230 a = appr_lookup(ctl->apc_p, ctl->apc_label, ifs);
234 ctl->apc_label, ctl->apc_p);
238 printf("appr_ctl: no ctl function for %s/%d\n",
239 ctl->apc_label, ctl->apc_p);
242 error = (*a->apr_ctl)(a, ctl,
307 ap_ctl_t ctl; global() local
[all...]
/titanic_51/usr/src/lib/libbc/libc/sys/common/
H A Dsend.c84 struct strbuf ctl; local
128 ctl.maxlen = sizeof (struct log_ctl);
129 ctl.len = sizeof (struct log_ctl);
130 ctl.buf = (caddr_t)&hdr;
140 if (_putmsg(s, &ctl, &dat, 0) == 0)
/titanic_51/usr/src/uts/common/io/arn/
H A Darn_regd.c434 uint8_t ctl, in ath9k_regd_add_channel() argument
594 chan->conformanceTestLimit[0] = ctl; in ath9k_regd_add_channel()
596 chan->conformanceTestLimit[1] = ctl; in ath9k_regd_add_channel()
598 chan->conformanceTestLimit[2] = ctl; in ath9k_regd_add_channel()
649 uint8_t ctl; in ath9k_regd_init_channels() local
791 ctl = rd->conformanceTestLimit; in ath9k_regd_init_channels()
797 ctl = rd->conformanceTestLimit | CTL_11B; in ath9k_regd_init_channels()
806 ctl = rd->conformanceTestLimit | CTL_11G; in ath9k_regd_init_channels()
866 maxChan, ctl, in ath9k_regd_init_channels()
999 uint32_t ctl in ath9k_regd_get_ctl() local
[all...]
/titanic_51/usr/src/boot/sys/boot/i386/common/
H A Ddrv.c40 v86.ctl = V86_FLAGS; in drvsize()
72 v86.ctl = V86_FLAGS; in drvread()
79 v86.ctl = V86_ADDR | V86_CALLF | V86_FLAGS; in drvread()
106 v86.ctl = V86_FLAGS; in drvwrite()
/titanic_51/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c107 struct strbuf ctl[1], data[1]; local
112 ctl->maxlen = sizeof (ctlbuf);
113 ctl->buf = ctlbuf;
117 if (getmsg(fd, ctl, data, &flags) < 0)
/titanic_51/usr/src/lib/watchmalloc/common/
H A Dmalloc.c1327 if ((ctlfd = open("/proc/self/ctl", O_WRONLY)) < 0 || in init_watch()
1344 } ctl; in init_watch() local
1350 premptyset(&ctl.fltset); in init_watch()
1354 ctl.fltset = pstatus.pr_flttrace; in init_watch()
1357 praddset(&ctl.fltset, FLTWATCH); in init_watch()
1358 ctl.cmd = PCSFAULT; in init_watch()
1359 (void) write(ctlfd, &ctl, sizeof (ctl)); in init_watch()
1379 if ((ctlfd = open("/proc/self/ctl", O_WRONLY)) < 0 || in nowatch()
1406 ctl_t ctl; in protect() local
1430 ctl_t ctl; unprotect() local
[all...]

12345