/titanic_50/usr/src/uts/common/syscall/ |
H A D | strcalls.c | 64 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 D | sysevent.c | 157 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 D | fbt.c | 149 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 D | sdt.c | 102 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 D | mv88e1xxx.c | 76 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 D | zonestatd.c | 811 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 D | Pcontrol.c | 1336 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 D | proc_set.c | 75 } ctl; in Psetzoneid() local
|
/titanic_50/usr/src/uts/sparc/dtrace/ |
H A D | sdt.c | 127 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 D | fbt.c | 998 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 D | mread.c | 69 struct strbuf ctl; local
|
H A D | mwrite.c | 166 struct strbuf ctl; in _mwrite() local
|
H A D | mlisten.c | 179 struct strbuf ctl; in mlisten() local
|
/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | _sfopen.c | 79 int ctl = sysfcntlf(f->file, F_GETFL, 0); local
|
/titanic_50/usr/src/lib/librpcsvc/common/ |
H A D | bindresvport.c | 107 struct strbuf ctl[1], data[1]; local
|
/titanic_50/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_sbd.c | 47 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 D | strclean.c | 61 struct strbuf ctl, dat; in main() local
|
/titanic_50/usr/src/lib/libbc/libc/sys/common/ |
H A D | send.c | 84 struct strbuf ctl; local
|
/titanic_50/usr/src/uts/common/io/audio/drv/audiocmi/ |
H A D | audiocmi.c | 260 #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 D | ip_proxy.c | 223 int appr_ctl(ctl, ifs) in appr_ctl() argument 307 ap_ctl_t ctl; local
|
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_labels.c | 32 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 D | arn_regd.c | 434 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 D | malloc.c | 1344 } 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 D | ptrace.c | 153 } ctl; in ptrace() local 545 long ctl[2]; in GrabProc() local
|
/titanic_50/usr/src/lib/libc/i386/sys/ |
H A D | ptrace.c | 153 } ctl; in ptrace() local 537 long ctl[2]; in GrabProc() local
|