Home
last modified time | relevance | path

Searched defs:ctl (Results 1 – 25 of 82) sorted by relevance

1234

/titanic_50/usr/src/uts/common/syscall/
H A Dstrcalls.c64 getmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *flagsp) in getmsg()
108 putmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int flags) in putmsg()
140 getpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int *prip, in getpmsg()
168 putpmsg(int fdes, struct strbuf *ctl, struct strbuf *data, int intpri, in putpmsg()
190 msgio(int fdes, struct strbuf *ctl, struct strbuf *data, int *rval, in msgio()
293 getmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t *flagsp) in getmsg32()
337 putmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t flags) in putmsg32()
369 getpmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t *prip, in getpmsg32()
397 putpmsg32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int32_t intpri, in putpmsg32()
419 msgio32(int fdes, struct strbuf32 *ctl, struct strbuf32 *data, int *rval, in msgio32()
/titanic_50/usr/src/uts/common/io/
H A Dsysevent.c157 evchan_ctl_t *ctl; in sysevent_publish() local
207 evchan_ctl_t *ctl; in sysevent_chan_open() local
256 evchan_ctl_t *ctl; in sysevent_chan_control() local
293 evchan_ctl_t *ctl; in sysevent_subscribe() local
353 evchan_ctl_t *ctl; in sysevent_unsubscribe() local
479 evchan_ctl_t *ctl; in sysevent_setpropnvl() local
524 evchan_ctl_t *ctl; in sysevent_getpropnvl() local
658 evchan_ctl_t *ctl; in sysevent_close() local
/titanic_50/usr/src/uts/intel/dtrace/
H A Dfbt.c149 fbt_provide_module(void *arg, struct modctl *ctl) in fbt_provide_module()
450 struct modctl *ctl = fbt->fbtp_ctl; in fbt_destroy() local
493 struct modctl *ctl = fbt->fbtp_ctl; in fbt_enable() local
533 struct modctl *ctl = fbt->fbtp_ctl; in fbt_disable() local
550 struct modctl *ctl = fbt->fbtp_ctl; in fbt_suspend() local
566 struct modctl *ctl = fbt->fbtp_ctl; in fbt_resume() local
582 struct modctl *ctl = fbt->fbtp_ctl; in fbt_getargdesc() local
H A Dsdt.c102 sdt_provide_module(void *arg, struct modctl *ctl) in sdt_provide_module()
197 struct modctl *ctl = sdp->sdp_ctl; in sdt_destroy() local
240 struct modctl *ctl = sdp->sdp_ctl; in sdt_enable() local
284 struct modctl *ctl = sdp->sdp_ctl; in sdt_disable() local
/titanic_50/usr/src/uts/common/io/chxge/com/
H A Dmv88e1xxx.c76 u32 ctl; in mv88e1xxx_reset() local
155 u32 ctl; in mv88e1xxx_set_speed_duplex() local
189 u32 ctl; in mv88e1xxx_autoneg_enable() local
202 u32 ctl; in mv88e1xxx_autoneg_disable() local
/titanic_50/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c811 zsd_lookup_zone(zsd_ctl_t *ctl, char *zonename, zoneid_t zoneid) in zsd_lookup_zone()
827 zsd_lookup_zone_byid(zsd_ctl_t *ctl, zoneid_t zoneid) in zsd_lookup_zone_byid()
840 zsd_allocate_zone(zsd_ctl_t *ctl, char *zonename, zoneid_t zoneid) in zsd_allocate_zone()
880 zsd_lookup_insert_zone(zsd_ctl_t *ctl, char *zonename, zoneid_t zoneid) in zsd_lookup_insert_zone()
905 zsd_mark_zones_start(zsd_ctl_t *ctl) in zsd_mark_zones_start()
941 zsd_mark_psets_start(zsd_ctl_t *ctl) in zsd_mark_psets_start()
1037 zsd_add_usage(zsd_ctl_t *ctl, zsd_pset_usage_t *usage, timestruc_t *delta) in zsd_add_usage()
1051 zsd_mark_psets_end(zsd_ctl_t *ctl) in zsd_mark_psets_end()
1083 zsd_mark_pset_usages_end(zsd_ctl_t *ctl) in zsd_mark_pset_usages_end()
1134 zsd_mark_zone_found(zsd_ctl_t *ctl, zsd_zone_t *zone, uint64_t cpu_shares, in zsd_mark_zone_found()
[all …]
/titanic_50/usr/src/lib/libproc/common/
H A DPcontrol.c1336 long *ctl; in Psetpriv() local
1794 long ctl[3]; in Pstopstatus() local
2061 long ctl[1 + /* PCCFAULT */ in Psetrun() local
2189 long ctl = PCCSIG; in Pclearsig() local
2201 long ctl = PCCFAULT; in Pclearfault() local
2214 long ctl[1 + sizeof (priovec_t) / sizeof (long) + /* PCREAD */ in Psetbkpt() local
2307 long ctl[ in execute_bkpt() local
2435 long ctl[1 + sizeof (prwatch_t) / sizeof (long)]; in Psetwapt() local
2461 long ctl[1 + sizeof (prwatch_t) / sizeof (long)]; in Pdelwapt() local
2493 long ctl[ in execute_wapt() local
[all …]
H A Dproc_set.c75 } ctl; in Psetzoneid() local
/titanic_50/usr/src/uts/sparc/dtrace/
H A Dsdt.c127 sdt_provide_module(void *arg, struct modctl *ctl) in sdt_provide_module()
257 struct modctl *ctl = sdp->sdp_ctl; in sdt_destroy() local
279 struct modctl *ctl = sdp->sdp_ctl; in sdt_enable() local
324 struct modctl *ctl = sdp->sdp_ctl; in sdt_disable() local
H A Dfbt.c998 fbt_provide_module(void *arg, struct modctl *ctl) in fbt_provide_module()
1468 struct modctl *ctl = fbt->fbtp_ctl; in fbt_destroy() local
1490 struct modctl *ctl = fbt->fbtp_ctl; in fbt_enable() local
1550 struct modctl *ctl = fbt->fbtp_ctl; in fbt_disable() local
1573 struct modctl *ctl = fbt->fbtp_ctl; in fbt_suspend() local
1592 struct modctl *ctl = fbt->fbtp_ctl; in fbt_resume() local
1611 struct modctl *ctl = fbt->fbtp_ctl; in fbt_getargdesc() local
/titanic_50/usr/src/cmd/lp/lib/msgs/
H A Dmread.c69 struct strbuf ctl; local
H A Dmwrite.c166 struct strbuf ctl; in _mwrite() local
H A Dmlisten.c179 struct strbuf ctl; in mlisten() local
/titanic_50/usr/src/lib/libast/common/sfio/
H A D_sfopen.c79 int ctl = sysfcntlf(f->file, F_GETFL, 0); local
/titanic_50/usr/src/lib/librpcsvc/common/
H A Dbindresvport.c107 struct strbuf ctl[1], data[1]; local
/titanic_50/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c47 sbd_ioctl_arg_t *ctl; in ap_getncm() local
86 sbd_ioctl_arg_t *ctl; in ap_stat() local
531 sbd_ioctl_arg_t *ctl; in ap_ioctl() local
652 sbd_ioctl_arg_t *ctl = (sbd_ioctl_arg_t *)a->ctl; in ap_sys_err() local
688 sbd_ioctl_arg_t ctl; in ap_test_err() local
/titanic_50/usr/src/cmd/streams/log/
H A Dstrclean.c61 struct strbuf ctl, dat; in main() local
/titanic_50/usr/src/lib/libbc/libc/sys/common/
H A Dsend.c84 struct strbuf ctl; local
/titanic_50/usr/src/uts/common/io/audio/drv/audiocmi/
H A Daudiocmi.c260 #define LEFT(dev, ctl) min(((dev->controls[ctl].value) >> 8), 100) argument
261 #define RIGHT(dev, ctl) min(((dev->controls[ctl].value) & 0xff), 100) argument
262 #define MONO(dev, ctl) min(dev->controls[ctl].value, 100) argument
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_proxy.c223 int appr_ctl(ctl, ifs) in appr_ctl() argument
307 ap_ctl_t ctl; local
/titanic_50/usr/src/common/ctf/
H A Dctf_labels.c32 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels) in extract_label_info()
/titanic_50/usr/src/uts/common/io/arn/
H A Darn_regd.c434 uint8_t ctl, in ath9k_regd_add_channel()
649 uint8_t ctl; in ath9k_regd_init_channels() local
999 uint32_t ctl = NO_CTL; in ath9k_regd_get_ctl() local
/titanic_50/usr/src/lib/watchmalloc/common/
H A Dmalloc.c1344 } ctl; in init_watch() local
1406 ctl_t ctl; in protect() local
1430 ctl_t ctl; in unprotect() local
/titanic_50/usr/src/lib/libc/sparc/sys/
H A Dptrace.c153 } ctl; in ptrace() local
545 long ctl[2]; in GrabProc() local
/titanic_50/usr/src/lib/libc/i386/sys/
H A Dptrace.c153 } ctl; in ptrace() local
537 long ctl[2]; in GrabProc() local

1234