| /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
|
| 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
|
| /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)
|
| 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;
|
| 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 *);
|
| 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 */
|
| quota.h | 42 #define QUOTA_DEFAULTID ((id_t)-1) 66 id_t qk_id; /* actual id number */
|
| /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;
|
| 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)
|
| 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)
|
| 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)
|
| 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);
|
| 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);
|
| /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;
|
| 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;
|
| /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)
|
| 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...] |