Searched defs:id_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h284 typedef int id_t; /* A process id, */ typedef
290 typedef long id_t; typedef
346 typedef id_t taskid_t; /* task ID type */
347 typedef id_t projid_t; /* project ID type */
348 typedef id_t poolid_t; /* pool ID type */
349 typedef id_t zoneid_t; /* zone ID type */
350 typedef id_t ctid_t; /* contract ID type */
425 * The following is the value of type id_t to use to indicate the
/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h138 typedef __id_t id_t; /* can hold a uid_t or pid_t */ typedef
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h306 typedef int id_t; typedef
308 typedef long id_t; /* (historical version) */ typedef
311 typedef id_t lgrp_id_t; /* lgroup ID */
386 typedef id_t taskid_t;
387 typedef id_t projid_t;
388 typedef id_t poolid_t;
389 typedef id_t zoneid_t;
390 typedef id_t ctid_t;
597 * The following is the value of type id_t to use to indicate the

Completed in 76 milliseconds