Lines Matching refs:uint32_t
64 uint32_t pbi_flags; /* 64bit; emulated etc */
65 uint32_t pbi_status;
66 uint32_t pbi_xstatus;
67 uint32_t pbi_pid;
68 uint32_t pbi_ppid;
75 uint32_t rfu_1; /* reserved */
78 uint32_t pbi_nfiles;
79 uint32_t pbi_pgid;
80 uint32_t pbi_pjobc;
81 uint32_t e_tdev; /* controlling tty dev */
82 uint32_t e_tpgid; /* tty process group id */
90 uint32_t pbsi_pid; /* process id */
91 uint32_t pbsi_ppid; /* process parent id */
92 uint32_t pbsi_pgid; /* process perp id */
93 uint32_t pbsi_status; /* p_stat value, SZOMB, SRUN, etc */
95 uint32_t pbsi_flags; /* 64bit; emulated etc */
102 uint32_t pbsi_rfu; /* reserved for future use*/
112 uint32_t p_reserve2; /* reserved for future use */
143 uint32_t table_size;
144 uint32_t table_free;
164 uint32_t ptc_reserved1;
249 uint32_t pri_protection;
250 uint32_t pri_max_protection;
251 uint32_t pri_inheritance;
252 uint32_t pri_flags; /* shared, external pager, is submap */
254 uint32_t pri_behavior;
255 uint32_t pri_user_wired_count;
256 uint32_t pri_user_tag;
257 uint32_t pri_pages_resident;
258 uint32_t pri_pages_shared_now_private;
259 uint32_t pri_pages_swapped_out;
260 uint32_t pri_pages_dirtied;
261 uint32_t pri_ref_count;
262 uint32_t pri_shadow_depth;
263 uint32_t pri_share_mode;
264 uint32_t pri_private_pages_resident;
265 uint32_t pri_shared_pages_resident;
266 uint32_t pri_obj_id;
267 uint32_t pri_depth;
305 uint32_t pwq_nthreads; /* total number of workqueue threads */
306 uint32_t pwq_runthreads; /* total number of running workqueue threads */
307 uint32_t pwq_blockedthreads; /* total number of blocked workqueue threads */
308 uint32_t pwq_state;
319 uint32_t fi_openflags;
320 uint32_t fi_status;
323 uint32_t fi_guardflags;
338 uint32_t beri_namespace;
341 uint32_t beri_reason_buf_size;
345 uint32_t eri_namespace;
348 uint32_t eri_reason_buf_size;
356 uint32_t vst_dev; /* [XSI] ID of device containing file */
373 uint32_t vst_flags; /* user defined flags for file */
374 uint32_t vst_gen; /* file generation number */
375 uint32_t vst_rdev; /* [XSI] Device ID */
443 uint32_t insi_flags; /* generic IP/datagram flags */
444 uint32_t insi_flow;
448 uint32_t rfu_1; /* reserved */
497 uint32_t tcpsi_flags;
498 uint32_t rfu_1; /* reserved */
525 uint32_t ndrvsi_if_family;
526 uint32_t ndrvsi_if_unit;
535 uint32_t kesi_vendor_code_filter;
536 uint32_t kesi_class_filter;
537 uint32_t kesi_subclass_filter;
545 uint32_t kcsi_id;
546 uint32_t kcsi_reg_unit;
547 uint32_t kcsi_flags; /* support flags */
548 uint32_t kcsi_recvbufsize; /* request more than the default buffer size */
549 uint32_t kcsi_sendbufsize; /* request more than the default buffer size */
550 uint32_t kcsi_unit;
559 uint32_t local_cid;
560 uint32_t local_port;
561 uint32_t remote_cid;
562 uint32_t remote_port;
583 uint32_t sbi_cc;
584 uint32_t sbi_hiwat; /* SO_RCVBUF, SO_SNDBUF */
585 uint32_t sbi_mbcnt;
586 uint32_t sbi_mbmax;
587 uint32_t sbi_lowat;
618 uint32_t soi_oobmark;
622 uint32_t rfu_1; /* reserved */
681 uint32_t kq_state;
682 uint32_t rfu_1; /* reserved */
689 uint32_t kqdi_sync_waiters;
751 uint32_t proc_fdtype;
755 uint32_t proc_fileport;
756 uint32_t proc_fdtype;
782 uint32_t chi_port;
783 uint32_t chi_type;
784 uint32_t chi_flags;
785 uint32_t rfu_1;/* reserved */
810 #define PROC_PIDLISTTHREADS_SIZE (2* sizeof(uint32_t))
860 #define PROC_PIDNOTEEXIT_SIZE (sizeof(uint32_t))
881 #define PROC_PIDLISTTHREADIDS_SIZE (2* sizeof(uint32_t))
887 #define PROC_PIDPLATFORMINFO_SIZE (sizeof(uint32_t))
1022 #define PROC_PIDORIGINATOR_BGSTATE_SIZE (sizeof(uint32_t))
1100 uint32_t buffersize, int32_t * retval);
1102 uint32_t bufsize);
1104 uint32_t bufsize, int32_t *retval);
1106 user_addr_t ubuf, uint32_t bufsize, int32_t *retval);
1113 extern uint32_t workqueue_get_pwq_state_kdp(void *proc);