Home
last modified time | relevance | path

Searched refs:uint_t (Results 1 – 25 of 3807) sorted by relevance

12345678910>>...153

/titanic_44/usr/src/cmd/truss/
H A Dcodes.c328 uint_t code;
332 { (uint_t)TCGETA, "TCGETA", NULL },
333 { (uint_t)TCSETA, "TCSETA", NULL },
334 { (uint_t)TCSETAW, "TCSETAW", NULL },
335 { (uint_t)TCSETAF, "TCSETAF", NULL },
336 { (uint_t)TCFLSH, "TCFLSH", NULL },
337 { (uint_t)TIOCKBON, "TIOCKBON", NULL },
338 { (uint_t)TIOCKBOF, "TIOCKBOF", NULL },
339 { (uint_t)KBENABLED, "KBENABLED", NULL },
340 { (uint_t)TCGETS, "TCGETS", NULL },
[all …]
/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpci_space.c47 uint_t tomatillo_disallow_bypass = 0;
53 uint_t tm_mtlb_maxpgs = 20;
54 uint_t tm_mtlb_gc = 0; /* for garbage collection */
55 uint_t tm_mtlb_gc_manual = 0; /* for manual tuning */
68 uint_t pci_interrupt_priorities_property = 1;
75 uint_t pci_config_space_size_zero = 1;
106 uint_t pci_set_latency_timer_register = 1;
119 uint_t pci_set_cache_line_size_register = 1;
129 uint_t pci_warn_pp0 = 0;
131 uint_t pci_disable_pass1_workarounds = 0;
[all …]
/titanic_44/usr/src/uts/sun4u/sys/pci/
H A Dpci_space.h37 extern uint_t tomatillo_disallow_bypass;
39 extern uint_t pci_interrupt_priorities_property;
40 extern uint_t pci_config_space_size_zero;
45 extern uint_t tm_mtlb_maxpgs;
46 extern uint_t tm_mtlb_gc;
47 extern uint_t tm_mtlb_gc_manual;
53 extern uint_t pci_set_latency_timer_register;
54 extern uint_t pci_set_cache_line_size_register;
58 extern uint_t pci_warn_pp0;
60 extern uint_t pci_disable_pass1_workarounds;
[all …]
/titanic_44/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam_param.h45 void param_attr_set(dcam1394_param_attr_t param_attr, uint_t param,
46 uint_t subparam, uint_t attr_bmap);
53 int dcam1394_param_get(dcam_state_t *softc_p, uint_t param,
54 uint_t subparam, uint_t *val_p);
55 int dcam1394_param_set(dcam_state_t *softc_p, uint_t param,
56 uint_t subparam, uint_t val);
58 int feature_get(dcam_state_t *softc_p, uint_t feature_csr_offs,
59 uint_t feature_elm_inq_reg_offs, uint_t subparam, uint_t *val_p);
60 int feature_set(dcam_state_t *softc_p, uint_t feature_csr_offs,
61 uint_t subparam, uint_t val);
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dsysinfo.h57 uint_t cpu[CPU_STATES]; /* CPU utilization */
58 uint_t wait[W_STATES]; /* CPU wait time breakdown */
75 uint_t bread; /* physical block reads */
76 uint_t bwrite; /* physical block writes (sync+async) */
77 uint_t lread; /* logical block reads */
78 uint_t lwrite; /* logical block writes */
79 uint_t phread; /* raw I/O reads */
80 uint_t phwrite; /* raw I/O writes */
81 uint_t pswitch; /* context switches */
82 uint_t trap; /* traps */
[all …]
H A Dbofi.h63 uint_t access_type; /* the type of access */
64 uint_t _pad; /* pad struct to multiple of 8 bytes for x86 */
80 uint_t flags; /* access logging flags */
81 uint_t wrapcnt; /* wrap cnt */
95 uint_t flags; /* access logging flags */
96 uint_t wrapcnt; /* wrap cnt */
109 uint_t namesize;
116 uint_t access_type;
117 uint_t access_count;
118 uint_t fail_count;
[all …]
/titanic_44/usr/src/uts/common/io/hme/
H A Dhme_mac.h46 uint_t tmd_flags; /* OWN, SOP, EOP, cksum ctl and bufize */
47 uint_t tmd_addr; /* 8-bye aligned buffer address */
88 uint_t rmd_flags; /* OWN, OVFLOW, buf/data size, cksum */
89 uint_t rmd_addr; /* 8-byte aligned buffer address */
108 uint_t reset; /* Global Software Reset Command */
109 uint_t config; /* Global Configuration Register */
110 uint_t reserved[62];
111 uint_t status; /* Global Status Register */
112 uint_t intmask; /* Global Interrupt Mask Register */
256 uint_t txpend; /* Transmit Pending Command */
[all …]
/titanic_44/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h122 uint_t cmd; /* one of the above commands */
124 uint_t bufsiz; /* data buffer size */
126 uint_t ap_id_len; /* AP_ID name len */
127 uint_t misc_arg; /* reserved */
269 uint_t api_ver_num; /* out: supported API version */
277 uint_t hca_guids_alloc_sz; /* in: # of HCA GUIDs for */
279 uint_t nhcas; /* out: actual number of HCAs */
284 uint_t hca_guids_alloc_sz; /* in: # of HCA GUIDs for */
286 uint_t nhcas; /* out: actual number of HCAs */
295 uint_t hca_nports; /* Number of physical ports */
[all …]
/titanic_44/usr/src/uts/common/netinet/
H A Dtcp_var.h106 uint_t tcps_connattempt; /* connections initiated */
107 uint_t tcps_accepts; /* connections accepted */
108 uint_t tcps_connects; /* connections established */
109 uint_t tcps_drops; /* connections dropped */
110 uint_t tcps_conndrops; /* embryonic connections dropped */
111 uint_t tcps_closed; /* conn. closed (includes drops) */
112 uint_t tcps_segstimed; /* segs where we tried to get rtt */
113 uint_t tcps_rttupdated; /* times we succeeded */
114 uint_t tcps_delack; /* delayed acks sent */
115 uint_t tcps_timeoutdrop; /* conn. dropped in rxmt timeout */
[all …]
H A Dip_mroute.h65 typedef uint_t vifbitmap_t;
85 uint_t vifc_rate_limit; /* max rate */
92 uint_t vifc_pkt_in; /* # Pkts in on interface */
93 uint_t vifc_pkt_out; /* # Pkts out on interface */
108 uint_t mfcc_pkt_cnt; /* pkt count for src-grp */
116 uint_t mrts_mfcfind_lookups; /* #forwarding cache table lookups */
117 uint_t mrts_mfcfind_misses; /* # forwarding cache table misses */
118 uint_t mrts_mfc_hits; /* forwarding pkt mfctable hits */
119 uint_t mrts_mfc_misses; /* forwarding pkt mfctable misses */
120 uint_t mrts_upcalls; /* # calls to mrouted */
[all …]
/titanic_44/usr/src/uts/sun4/io/px/
H A Dpx_space.h40 extern uint_t px_max_errorq_size;
42 extern uint_t px_set_latency_timer_register;
46 extern uint_t px_unclaimed_intr_max;
47 extern uint_t px_unclaimed_intr_block;
50 extern uint_t px_stream_buf_enable;
51 extern uint_t px_stream_buf_exists;
52 extern uint_t px_use_contexts;
53 extern uint_t px_ctx_no_active_flush;
54 extern uint_t px_context_minpages;
56 extern uint_t px_mmu_error_intr_enable;
[all …]
H A Dpx_space.c51 uint_t px_set_latency_timer_register = 1;
59 uint_t px_mmu_error_intr_enable = (uint_t)-1;
60 uint_t px_rerun_disable = 0;
62 uint_t px_error_intr_enable = (uint_t)-1;
63 uint_t px_dwsync_disable = 0;
64 uint_t px_intsync_disable = 0;
66 uint_t px_intr_retry_intv = 5; /* for interrupt retry reg */
68 uint_t px_panic_on_fatal_errors = 1; /* should be 1 at beta */
69 uint_t px_thermal_intr_fatal = 1; /* thermal interrupts fatal */
70 uint_t px_buserr_interrupt = 1; /* safari buserr interrupt */
[all …]
/titanic_44/usr/src/uts/common/sys/fc4/
H A Dfcio.h78 uint_t rls_portno;
79 uint_t rls_linkfail;
80 uint_t rls_syncfail;
81 uint_t rls_sigfail;
82 uint_t rls_primitiverr;
83 uint_t rls_invalidword;
84 uint_t rls_invalidcrc;
96 uint_t fcode_ver_len;
97 uint_t mcode_ver_len;
98 uint_t prom_ver_len;
[all …]
H A Dfcp.h134 uint_t reserved_0; /* reserved */
135 uint_t reserved_1; /* reserved */
138 uint_t i_fcp_status;
140 uint_t fcp_resid; /* resid of operation */
141 uint_t fcp_sense_len; /* sense data length */
142 uint_t fcp_response_len; /* response data length */
192 uint_t orig_process_assoc_valid:1;
193 uint_t resp_process_assoc_valid:1;
194 uint_t establish_image_pair:1;
195 uint_t resvd2:13;
[all …]
H A Dfcal_transport.h71 uint_t fcal_pkt_flags; /* flags */
72 uint_t fcal_cmd_state;
73 uint_t fcal_pkt_status; /* SOC Status when complete */
74 uint_t fcal_diag_status; /* used only for diagnostics */
83 uint_t fcal_magic;
114 uint_t fcal_portno; /* which port */
115 uint_t fcal_cmdmax; /* max number of exchanges */
122 uint_t (*fcal_transport)(fcal_packet_t *fcalpkt,
125 uint_t (*fcal_transport_poll)(fcal_packet_t *fcalpkt,
126 uint_t timeout,
[all …]
/titanic_44/usr/src/uts/i86pc/sys/
H A Dacpidev_rsc.h45 uint_t bus_start;
46 uint_t bus_end;
86 uint_t phys_hi; /* resource address, hi word */
87 uint_t phys_mid; /* resource address, middle word */
88 uint_t phys_low; /* resource address, low word */
89 uint_t size_hi; /* high word of size field */
90 uint_t size_low; /* low word of size field */
116 uint_t child_hi; /* child's address, hi word */
117 uint_t child_mid; /* child's address, middle word */
118 uint_t child_low; /* child's address, low word */
[all …]
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A D_audit.h73 uint_t ai_cnt; /* no. of clients */
86 uint_t ad_cnt; /* no. of audit objs in this desc. */
87 uint_t ad_flags; /* audit capabilities found. See */
98 uint_t al_flags; /* audit capabilities found */
99 uint_t (*al_version)(uint_t);
101 char *(*al_objsearch)(const char *, uintptr_t *, uint_t);
102 uint_t (*al_objopen)(Link_map *, Lmid_t, uintptr_t *);
104 uint_t);
105 uint_t (*al_objclose)(uintptr_t *);
106 void (*al_activity)(uintptr_t *, uint_t);
[all …]
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_cmd.h508 uint_t mb_indx;
509 uint_t mb_next;
510 uint_t mb_prev;
526 uint_t mbl_list_sz;
527 uint_t mbl_num_alloc;
528 uint_t mbl_head_indx;
529 uint_t mbl_tail_indx;
530 uint_t mbl_entries_free;
531 uint_t mbl_waiters;
532 uint_t mbl_pollers;
[all …]
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_cmd.h437 uint_t mb_sync;
438 uint_t mb_indx;
439 uint_t mb_next;
440 uint_t mb_prev;
456 uint_t mbl_list_sz;
457 uint_t mbl_num_alloc;
458 uint_t mbl_head_indx;
459 uint_t mbl_tail_indx;
460 uint_t mbl_entries_free;
461 uint_t mbl_waiters;
[all …]
/titanic_44/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_param.c51 static uint_t feature_csr_val_construct(uint_t subparam, uint_t param_val,
52 uint_t init_val);
53 static uint_t feature_csr_val_subparam_extract(uint_t subparam,
54 uint_t feature_csr_val);
55 static uint_t feature_elm_inq_reg_val_subparam_extract(uint_t subparam,
56 uint_t reg_val);
66 uint_t attr_bmap, cap_on_off, cap_power_ctrl, cap_read; in param_attr_init()
67 uint_t param, presence, subparam; in param_attr_init()
315 param_attr_set(dcam1394_param_attr_t param_attr, uint_t param, in param_attr_set()
316 uint_t subparam, uint_t attr_bmap) in param_attr_set()
[all …]
/titanic_44/usr/src/uts/sun/sys/
H A Dsocalreg.h48 uint_t aaa:5;
49 uint_t ramsel:3; /* Ram bank select. */
50 uint_t bbb:6;
51 uint_t eepromsel:2; /* Eeprom bank select. */
52 uint_t ccc:5;
53 uint_t burst64:3; /* Sbus Burst size, 64 bit mode. */
54 uint_t ddd:2;
55 uint_t parenable:1; /* Partity test enable. */
56 uint_t parsbus:1; /* Sbus Parity checking. */
57 uint_t sbusmode:1; /* Enhanced Sbus mode. */
[all …]
/titanic_44/usr/src/lib/libdlpi/common/
H A Dlibdlpi.h51 #define DLPI_ANY_SAP (uint_t)-1
103 uint_t di_opts;
104 uint_t di_max_sdu;
105 uint_t di_min_sdu;
106 uint_t di_state;
107 uint_t di_mactype;
113 uint_t di_sap;
123 uint_t dsi_sap;
150 uint_t dni_note;
152 uint_t dniu_speed;
[all …]
/titanic_44/usr/src/uts/common/sys/1394/
H A Dt1394.h89 uint_t bus_generation;
90 uint_t local_nodeID;
248 uint_t si_speed; /* 1394 speed for the channel */
249 uint_t si_bandwidth; /* max bytes per cycle */
266 uint_t channel_num; /* number for the allocated channel */
276 uint_t channel_num; /* number for the allocated channel */
277 uint_t channel_speed; /* 1394 speed for the channel */
306 uint_t cec_min_speed; /* min speed supported */
307 uint_t cec_max_speed; /* max speed supported */
309 uint_t cec_bandwidth; /* max bytes per cycle */
[all …]
/titanic_44/usr/src/uts/sparc/sys/fpu/
H A Dglobals.h70 uint_t significand[4]; /* Four significand word . */
82 extern void _fp_read_vfreg(FPU_REGS_TYPE *, uint_t, fp_simd_type *);
83 extern void _fp_write_vfreg(FPU_REGS_TYPE *, uint_t, fp_simd_type *);
84 extern void _fp_read_vdreg(FPU_DREGS_TYPE *, uint_t, fp_simd_type *);
85 extern void _fp_write_vdreg(FPU_DREGS_TYPE *, uint_t, fp_simd_type *);
90 extern void _fp_unpack(fp_simd_type *, unpacked *, uint_t, enum fp_op_type);
91 extern void _fp_pack(fp_simd_type *, unpacked *, uint_t, enum fp_op_type);
92 extern void _fp_unpack_word(fp_simd_type *, uint32_t *, uint_t);
93 extern void _fp_pack_word(fp_simd_type *, uint32_t *, uint_t);
94 extern void _fp_unpack_extword(fp_simd_type *, uint64_t *, uint_t);
[all …]
/titanic_44/usr/src/uts/common/sys/usb/usba/
H A Dusba10.h40 int usba_vlog(usb_log_handle_t, uint_t, uint_t, char *, va_list);
52 uint_t interface,
53 uint_t alternate,
54 uint_t type,
55 uint_t direction);
64 uint_t type, /* bmRequestType */
65 uint_t feature,
66 uint_t what, /* 0, interface, endpoint number */
74 uint_t
84 uint_t level,
[all …]

12345678910>>...153