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 */
144 uint32_t table_size;
145 uint32_t table_free;
234 uint32_t pri_protection;
235 uint32_t pri_max_protection;
236 uint32_t pri_inheritance;
237 uint32_t pri_flags; /* shared, external pager, is submap */
239 uint32_t pri_behavior;
240 uint32_t pri_user_wired_count;
241 uint32_t pri_user_tag;
242 uint32_t pri_pages_resident;
243 uint32_t pri_pages_shared_now_private;
244 uint32_t pri_pages_swapped_out;
245 uint32_t pri_pages_dirtied;
246 uint32_t pri_ref_count;
247 uint32_t pri_shadow_depth;
248 uint32_t pri_share_mode;
249 uint32_t pri_private_pages_resident;
250 uint32_t pri_shared_pages_resident;
251 uint32_t pri_obj_id;
252 uint32_t pri_depth;
290 uint32_t pwq_nthreads; /* total number of workqueue threads */
291 uint32_t pwq_runthreads; /* total number of running workqueue threads */
292 uint32_t pwq_blockedthreads; /* total number of blocked workqueue threads */
293 uint32_t pwq_state;
304 uint32_t fi_openflags;
305 uint32_t fi_status;
308 uint32_t fi_guardflags;
323 uint32_t beri_namespace;
326 uint32_t beri_reason_buf_size;
330 uint32_t eri_namespace;
333 uint32_t eri_reason_buf_size;
341 uint32_t vst_dev; /* [XSI] ID of device containing file */
358 uint32_t vst_flags; /* user defined flags for file */
359 uint32_t vst_gen; /* file generation number */
360 uint32_t vst_rdev; /* [XSI] Device ID */
428 uint32_t insi_flags; /* generic IP/datagram flags */
429 uint32_t insi_flow;
433 uint32_t rfu_1; /* reserved */
482 uint32_t tcpsi_flags;
483 uint32_t rfu_1; /* reserved */
510 uint32_t ndrvsi_if_family;
511 uint32_t ndrvsi_if_unit;
520 uint32_t kesi_vendor_code_filter;
521 uint32_t kesi_class_filter;
522 uint32_t kesi_subclass_filter;
530 uint32_t kcsi_id;
531 uint32_t kcsi_reg_unit;
532 uint32_t kcsi_flags; /* support flags */
533 uint32_t kcsi_recvbufsize; /* request more than the default buffer size */
534 uint32_t kcsi_sendbufsize; /* request more than the default buffer size */
535 uint32_t kcsi_unit;
544 uint32_t local_cid;
545 uint32_t local_port;
546 uint32_t remote_cid;
547 uint32_t remote_port;
568 uint32_t sbi_cc;
569 uint32_t sbi_hiwat; /* SO_RCVBUF, SO_SNDBUF */
570 uint32_t sbi_mbcnt;
571 uint32_t sbi_mbmax;
572 uint32_t sbi_lowat;
603 uint32_t soi_oobmark;
607 uint32_t rfu_1; /* reserved */
666 uint32_t kq_state;
667 uint32_t rfu_1; /* reserved */
674 uint32_t kqdi_sync_waiters;
736 uint32_t proc_fdtype;
740 uint32_t proc_fileport;
741 uint32_t proc_fdtype;
767 uint32_t chi_port;
768 uint32_t chi_type;
769 uint32_t chi_flags;
770 uint32_t rfu_1;/* reserved */
795 #define PROC_PIDLISTTHREADS_SIZE (2* sizeof(uint32_t))
845 #define PROC_PIDNOTEEXIT_SIZE (sizeof(uint32_t))
866 #define PROC_PIDLISTTHREADIDS_SIZE (2* sizeof(uint32_t))
872 #define PROC_PIDPLATFORMINFO_SIZE (sizeof(uint32_t))
975 #define PROC_PIDORIGINATOR_BGSTATE_SIZE (sizeof(uint32_t))
1051 uint32_t buffersize, int32_t * retval);
1053 uint32_t bufsize);
1055 uint32_t bufsize, int32_t *retval);
1057 user_addr_t ubuf, uint32_t bufsize, int32_t *retval);
1064 extern uint32_t workqueue_get_pwq_state_kdp(void *proc);