/titanic_41/usr/src/cmd/priocntl/ |
H A D | priocntl.h | 57 extern int str2idtyp(char *, idtype_t *); 58 extern int idtyp2str(idtype_t, char *); 61 extern int getmyid(idtype_t, id_t *); 62 extern int getmyidstr(idtype_t, char *); 63 extern int verifyupri(idtype_t, id_t, char *, int, pri_t, char *);
|
H A D | fsspriocntl.c | 59 static int fss_priocntl(idtype_t, id_t, int, char *, uintptr_t *); 60 static int set_fssprocs(idtype_t, int, char **, uint_t, pri_t, pri_t); 83 idtype_t idtype; in main() 278 fss_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in fss_priocntl() 290 set_fssprocs(idtype_t idtype, int idargc, char **idargv, uint_t cflags, in set_fssprocs()
|
H A D | tspriocntl.c | 65 static int ts_priocntl(idtype_t, id_t, int, char *, uintptr_t *); 66 static int set_tsprocs(idtype_t, int, char **, uint_t, pri_t, pri_t); 88 idtype_t idtype; in main() 293 ts_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in ts_priocntl() 306 set_tsprocs(idtype_t idtype, int idargc, char **idargv, uint_t cflags, in set_tsprocs()
|
H A D | subr.c | 80 idtype_t idtype; 103 idtype_t *idtypep; 120 idtype_t idtype; in idtyp2str() 166 idtype_t idtype; in getmyid() 235 idtype_t idtype; in getmyidstr() 303 verifyupri(idtype_t idtype, id_t id, char *clname, int key, in verifyupri()
|
H A D | iapriocntl.c | 65 static int ia_priocntl(idtype_t, id_t, int, char *, uintptr_t *); 66 static int set_iaprocs(idtype_t, int, char **, uint_t, pri_t, pri_t, int); 90 idtype_t idtype; in main() 313 ia_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in ia_priocntl() 326 set_iaprocs(idtype_t idtype, int idargc, char **idargv, uint_t cflags, in set_iaprocs()
|
H A D | rtpriocntl.c | 69 static int rt_priocntl(idtype_t, id_t, int, char *, uintptr_t *); 70 static int set_rtprocs(idtype_t, int, char **, uint_t, pri_t, long, 98 idtype_t idtype; in main() 344 rt_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in rt_priocntl() 358 set_rtprocs(idtype_t idtype, int idargc, char **idargv, uint_t cflags, in set_rtprocs()
|
H A D | fxpriocntl.c | 65 static int set_fxprocs(idtype_t, int, char **, uint_t, pri_t, pri_t, long, 68 static int fx_priocntl(idtype_t, id_t, int, char *, uintptr_t *); 93 idtype_t idtype; in main() 342 fx_priocntl(idtype_t idtype, id_t id, int cmd, char *clname, uintptr_t *argsp) in fx_priocntl() 354 set_fxprocs(idtype_t idtype, int idargc, char **idargv, uint_t cflags, in set_fxprocs()
|
H A D | priocntl.c | 85 static void set_procs(char *, idtype_t, int, char **, char **); 87 static int print_procs(idtype_t, int, char *[]); 88 static void ids2pids(idtype_t, id_t *, int, classpids_t *, int); 110 idtype_t idtype; in main() 316 print_procs(idtype_t idtype, int idargc, char *idargv[]) in print_procs() 472 idtype_t idtype; 795 idtype_t idtype; in ids2pids()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | procset.h | 82 } idtype_t; typedef 118 idtype_t p_lidtype; 123 idtype_t p_ridtype; 152 extern id_t getmyid(idtype_t);
|
H A D | pool.h | 94 extern int pool_bind(poolid_t, idtype_t, id_t); 96 extern int pool_do_bind(pool_t *, idtype_t, id_t, int); 97 extern int pool_query_binding(idtype_t, id_t, id_t *);
|
H A D | lgrp_user.h | 93 idtype_t idtype; /* ID type */ 247 lgrp_affinity_t lgrp_affinity_get(idtype_t idtype, id_t id, lgrp_id_t lgrp); 249 int lgrp_affinity_set(idtype_t idtype, id_t id, lgrp_id_t lgrp, 267 lgrp_id_t lgrp_home(idtype_t idtype, id_t id);
|
H A D | exacct.h | 77 extern size_t getacct(idtype_t, id_t, void *, size_t); 78 extern int putacct(idtype_t, id_t, void *, size_t, int); 79 extern int wracct(idtype_t, id_t, int);
|
H A D | klpd.h | 59 int klpd_reg(int, idtype_t, id_t, priv_set_t *); 60 int klpd_unreg(int, idtype_t, id_t);
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | exacctsys.c | 39 getacct(idtype_t idtype, id_t id, void *buf, size_t bufsize) in getacct() 52 putacct(idtype_t idtype, id_t id, void *buf, size_t bufsize, int flags) in putacct() 58 wracct(idtype_t idtype, id_t id, int flags) in wracct()
|
/titanic_41/usr/src/head/ |
H A D | klpd.h | 41 extern int klpd_register_id(const priv_set_t *, void *, idtype_t, id_t); 43 extern int klpd_unregister_id(void *, idtype_t, id_t);
|
H A D | wait.h | 43 extern int waitid(idtype_t, id_t, siginfo_t *, int);
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | setpriority.c | 54 static idtype_t 111 idtype_t idtype; in getpriority() 152 idtype_t idtype; in setpriority()
|
H A D | priocntl.c | 55 __priocntl(int pc_version, idtype_t idtype, id_t id, int cmd, caddr_t arg) in __priocntl() 67 priocntl(idtype_t idtype, id_t id, int cmd, ...) in priocntl()
|
H A D | waitpid.c | 80 idtype_t idtype; in waitpid() 124 idtype_t idtype; in wait4()
|
H A D | klpdlib.c | 132 klpd_register_id(const priv_set_t *set, void *handle, idtype_t type, id_t id) in klpd_register_id() 159 klpd_unregister_id(void *handle, idtype_t type, id_t id) in klpd_unregister_id()
|
H A D | sigsend.c | 40 sigsend(idtype_t idtype, id_t id, int sig) in sigsend()
|
/titanic_41/usr/src/cmd/pools/poolbind/ |
H A D | poolbind.c | 62 idtype_t idtype; 76 void process_ids(char *, uint_t, idtype_t, char *, int, char *[]); 110 idtype_t idtype = P_PID; in main() 203 process_ids(char *pool_name, uint_t flags, idtype_t idtype, char *idstr, in process_ids()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | exacctsys.c | 146 getacct(idtype_t idtype, id_t id, void *buf, size_t bufsize) in getacct() 171 putacct(idtype_t idtype, id_t id, void *buf, size_t bufsize, int flags) in putacct() 290 wracct(idtype_t idtype, id_t id, int flags) in wracct() 326 exacct(int code, idtype_t idtype, id_t id, void *buf, size_t bufsize, in exacct()
|
/titanic_41/usr/src/lib/libc/port/rt/ |
H A D | sched.c | 236 get_parms(idtype_t idtype, id_t id, pcparms_t *pcparmp) in get_parms() 248 set_priority(idtype_t idtype, id_t id, int policy, int prio, in set_priority() 300 setprio(idtype_t idtype, id_t id, int prio, int *policyp) in setprio() 343 getparam(idtype_t idtype, id_t id, int *policyp, struct sched_param *param) in getparam() 416 setparam(idtype_t idtype, id_t id, int policy, int prio) in setparam()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | wait.c | 104 } idtype_t; typedef 176 idtype_t idtype; in wait4()
|