| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| symbol.h | 33 typedef unsigned id_t; typedef in class:ana::symbol 37 id_t get_id () const { return m_id; } 48 id_t m_id; // for deterministic sorting at this stage, for dumps
|
| region.h | 254 region (complexity c, symbol::id_t id, const region *parent, tree type); 288 space_region (symbol::id_t id, const region *parent) 343 frame_region (symbol::id_t id, const region *parent, 412 globals_region (symbol::id_t id, const region *parent) 439 code_region (symbol::id_t id, const region *parent) 466 function_region (symbol::id_t id, const code_region *parent, tree fndecl) 503 label_region (symbol::id_t id, const function_region *parent, tree label) 537 stack_region (symbol::id_t id, region *parent) 564 heap_region (symbol::id_t id, region *parent) 590 thread_local_region (symbol::id_t id, region *parent [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/ |
| procset.d | 21 import core.sys.posix.sys.types : id_t; 40 id_t p_lid; 42 id_t p_rid; 45 void setprocset(ref procset_t psp, idop_t op, idtype_t ltype, id_t lid, idtype_t rtype, id_t rid)
|
| priocntl.d | 22 import core.sys.posix.sys.types : caddr_t, id_t; 28 c_long priocntl(idtype_t, id_t, int, ...); 61 id_t pc_cid; // class id 68 id_t pc_cid; // process class 81 id_t pc_cid; // class id 106 id_t pc_cid; 113 id_t pc_cid;
|
| /src/sys/sys/ |
| pset.h | 44 int pset_bind(psetid_t, idtype_t, id_t, psetid_t *); 50 int _pset_bind(idtype_t, id_t, id_t, psetid_t, psetid_t *);
|
| quota.h | 42 #define QUOTA_DEFAULTID ((id_t)-1) 66 id_t qk_id; /* actual id number */
|
| resource.h | 154 int getpriority(int, id_t); 159 int setpriority(int, id_t, int);
|
| wait.h | 206 int waitid(idtype_t, id_t, siginfo_t *, int); 211 pid_t wait6(idtype_t, id_t, int *, int, struct wrusage *, siginfo_t *);
|
| /src/external/cddl/osnet/sys/sys/ |
| opentypes.h | 31 typedef id_t taskid_t; 32 typedef id_t projid_t; 33 typedef id_t poolid_t; 34 typedef id_t zoneid_t; 35 typedef id_t ctid_t;
|
| /src/lib/libc/sys/ |
| clock_getcpuclockid.c | 46 if (clock_getcpuclockid2(P_PID, (id_t)pid, clock_id) == -1)
|
| /src/lib/librt/ |
| pset.c | 44 pset_bind(psetid_t psid, idtype_t idtype, id_t id, psetid_t *opsid)
|
| /src/lib/libpthread/ |
| pthread_getcpuclockid.c | 55 if (clock_getcpuclockid2(P_LWPID, (id_t)thread->pt_lid, clock_id) == -1)
|
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| procset.h | 135 id_t p_lid; /* The id of the left operand. */ 140 id_t p_rid; /* The id of the right operand. */ 167 extern id_t getmyid(idtype_t);
|
| processor.h | 121 extern int processor_bind(idtype_t idtype, id_t id,
|
| /src/external/gpl3/gcc/dist/gcc/text-art/ |
| ruler.h | 54 style::id_t style_id, 98 label (const canvas::range_t &range, styled_string text, style::id_t style_id, 106 style::id_t m_style_id;
|
| types.h | 223 typedef unsigned char id_t; typedef in struct:text_art::style 224 static const id_t id_plain = 0; 338 we can refer to them via the compact style::id_t type, rather than 345 style::id_t get_or_create_id (const style &style); 346 const style &get_style (style::id_t id) const 351 style::id_t old_id, 352 style::id_t new_id) const; 373 explicit styled_unichar (cppchar_t ch, bool emoji, style::id_t style_id) 383 style::id_t get_style_id () const { return m_style_id; } 419 style::id_t m_style_id : 7 [all...] |
| /src/usr.bin/renice/ |
| renice.c | 55 static int donice(int, id_t, int, int); 68 id_t who = 0; 103 who = (id_t)pwd->pw_uid; 115 who = (id_t)twho; 145 donice(int which, id_t who, int prio, int incr)
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_disk_set_standard_lookup.c | 69 id_t id; 77 static const char * lookup_gname_helper(struct name_cache *, id_t gid); 78 static const char * lookup_uname_helper(struct name_cache *, id_t uid); 142 const char * (*lookup_fn)(struct name_cache *, id_t), id_t id) 181 &lookup_uname_helper, (id_t)uid)); 186 lookup_uname_helper(struct name_cache *cache, id_t id) 231 lookup_uname_helper(struct name_cache *cache, id_t id) 250 &lookup_gname_helper, (id_t)gid)); 255 lookup_gname_helper(struct name_cache *cache, id_t id [all...] |
| /src/lib/libc/gen/ |
| waitid.c | 48 waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags)
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_xlator.h | 61 id_t dx_id; /* global translator id */ 78 extern dt_xlator_t *dt_xlator_lookup_id(dtrace_hdl_t *, id_t);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| resource.d | 13 public import core.sys.posix.sys.types: id_t; 472 int getpriority(int, id_t); 475 int setpriority(int, id_t, int); 487 int getpriority(int, id_t); 488 int setpriority(int, id_t, int); 545 int getpriority(int, id_t); 546 int setpriority(int, id_t, int); 563 int getpriority(int, id_t); 566 int setpriority(int, id_t, int); 571 int getpriority(int, id_t); [all...] |
| /src/external/bsd/top/dist/ |
| hash.m4h | 46 id_t k_thr;
|
| /src/sys/kern/ |
| subr_kmem.c | 107 const id_t *kc_alloc_probe_id; 108 const id_t *kc_free_probe_id; 238 static const id_t **const kmem_cache_alloc_probe_id = NULL; 239 static const id_t **const kmem_cache_big_alloc_probe_id = NULL; 240 static const id_t **const kmem_cache_free_probe_id = NULL; 241 static const id_t **const kmem_cache_big_free_probe_id = NULL; 248 static const id_t *kmem_cache_alloc_probe_id[KMEM_CACHE_COUNT]; 249 static const id_t *kmem_cache_big_alloc_probe_id[KMEM_CACHE_COUNT]; 250 static const id_t *kmem_cache_free_probe_id[KMEM_CACHE_COUNT]; 251 static const id_t *kmem_cache_big_free_probe_id[KMEM_CACHE_COUNT] [all...] |
| /src/usr.bin/quota/ |
| quota.c | 89 static struct quotause *getprivs(id_t, int); 90 static void heading(int, const char *, id_t, const char *, const char *); 95 static void showonequota(int, const char *, id_t, const char *, 97 static void showquotas(int, const char *, id_t, const char *); 320 showquotas(int idtype, const char *idtypename, id_t id, const char *idname) 338 showonequota(int idtype, const char *idtypename, id_t id, const char *idname, 408 heading(int idtype, const char *idtypename, id_t id, const char *idname, 479 getprivs(id_t id, int idtype)
|
| /src/sbin/chown/ |
| chown.c | 65 static id_t id(const char *, const char *); 290 static id_t 293 id_t val; 299 val = (id_t)strtoul(name, &ep, 10);
|