Home
last modified time | relevance | path

Searched refs:int16_t (Results 1 – 25 of 256) sorted by relevance

1234567891011

/titanic_41/usr/src/uts/common/sys/
H A Dpathconf.h87 int16_t pc_max_canon; /* max line len for a tty */
88 int16_t pc_max_input; /* input a tty can eat all once */
89 int16_t pc_name_max; /* max file name length (dir entry) */
90 int16_t pc_path_max; /* path name len (/x/y/z/...) */
91 int16_t pc_pipe_buf; /* size of a pipe (bytes) */
94 int16_t pc_mask[_PC_N]; /* see below */
96 int16_t pc_refcnt; /* number of mounts that use this */
H A Dfcntl.h220 int16_t l_type;
221 int16_t l_whence;
254 int16_t l_type;
255 int16_t l_whence;
270 int16_t l_type;
271 int16_t l_whence;
286 int16_t l_type;
287 int16_t l_whence;
290 int16_t l_sysid;
291 int16_t l_pid;
H A Dnvpair.h79 int16_t nvp_name_sz; /* length of name string */
80 int16_t nvp_reserve; /* not used */
176 int nvlist_add_int16(nvlist_t *, const char *, int16_t);
188 int nvlist_add_int16_array(nvlist_t *, const char *, int16_t *, uint_t);
210 int nvlist_lookup_int16(nvlist_t *, const char *, int16_t *);
223 int nvlist_lookup_int16_array(nvlist_t *, const char *, int16_t **, uint_t *);
254 int nvpair_value_int16(nvpair_t *, int16_t *);
266 int nvpair_value_int16_array(nvpair_t *, int16_t **, uint_t *);
294 void fnvlist_add_int16(nvlist_t *, const char *, int16_t);
307 void fnvlist_add_int16_array(nvlist_t *, const char *, int16_t *, uint_t);
[all …]
H A Dtspriocntl.h75 int16_t ts_ndpents;
76 int16_t ts_cmd;
H A Drtpriocntl.h80 int16_t rt_ndpents;
81 int16_t rt_cmd;
H A Dfxpriocntl.h79 int16_t fx_ndpents;
80 int16_t fx_cmd;
H A Diapriocntl.h91 int16_t ia_ndpents;
92 int16_t ia_cmd;
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_mdesc.h49 int16_t id; /* physical id of the rc */
55 int16_t id; /* physiscal id of the hostbridge */
57 int16_t srcs; /* size of the rcs */
58 int16_t nrcs; /* count of rc entries in rcs */
63 int16_t shbs; /* size of the hbs */
64 int16_t nhbs; /* count of hb entries in hbs */
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_defs.h180 #define SEQ_GE(a, b) ((int16_t)((a) - (b)) >= (int16_t)0)
181 #define SEQ_GT(a, b) ((int16_t)((a) - (b)) > (int16_t)0)
182 #define SEQ_LT(a, b) ((int16_t)((a) - (b)) < (int16_t)0)
183 #define SEQ_LE(a, b) ((int16_t)((a) - (b)) <= (int16_t)0)
/titanic_41/usr/src/uts/common/xen/public/
H A Dgrant_table.h192 int16_t status; /* GNTST_* */
217 int16_t status; /* GNTST_* */
237 int16_t status; /* GNTST_* */
252 int16_t status; /* GNTST_* */
272 int16_t status;
315 int16_t status;
333 int16_t status; /* GNTST_* */
356 int16_t status; /* GNTST_* */
/titanic_41/usr/src/uts/common/io/iwp/
H A Diwp_calibration.h106 int16_t ars;
107 int16_t arc;
115 int16_t temp_calib_temp;
116 int16_t temp_calib_volt;
/titanic_41/usr/src/uts/common/io/iwh/
H A Diwh_calibration.h109 int16_t ars;
110 int16_t arc;
118 int16_t temp_calib_temp;
119 int16_t temp_calib_volt;
/titanic_41/usr/src/cmd/dtrace/test/tst/common/arithmetic/
H A Dtst.compcast.d30 x = (int32_t)(int16_t)0xfff0;
34 x = (uint32_t)(int16_t)0xfff0;
40 x = (int16_t)(int32_t)0xfff0;
42 x = (int16_t)(uint32_t)0xfff0;
H A Dtst.execcast.d32 x = (int32_t)(int16_t)z;
36 x = (uint32_t)(int16_t)z;
42 x = (int16_t)(int32_t)z;
44 x = (int16_t)(uint32_t)z;
/titanic_41/usr/src/stand/lib/inet/
H A Dipv4_impl.h48 int16_t more; /* Fragment bit (TRUE == MF, FALSE == No more */
49 int16_t offset; /* Offset within the encapsulated datagram */
52 int16_t iplen; /* IP datagram's length */
53 int16_t iphlen; /* Len of IP header */
/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h77 int16_t setpoint;
78 int16_t hysteresis;
79 int16_t loopgain;
80 int16_t loopbias;
82 int16_t temp_differential_index;
111 int16_t lit_count;
/titanic_41/usr/src/head/
H A Dutmp.h105 int16_t ut_pid; /* process id */
106 int16_t ut_type; /* type of entry */
108 int16_t e_termination; /* Process termination status */
109 int16_t e_exit; /* Process exit status */
H A Dutmpx.h108 int16_t ut_type; /* type of entry */
110 int16_t e_termination; /* process termination status */
111 int16_t e_exit; /* process exit status */
116 int16_t ut_syslen; /* significant length of ut_host */
/titanic_41/usr/src/uts/sun4u/sys/
H A Denvmon.h53 #define ENVMON_VAL_UNAVAILABLE ((int16_t)(-32768))
103 int16_t warning;
104 int16_t shutdown;
105 int16_t poweroff;
119 int16_t value; /* sensor reading */
H A Drmc_comm_dp.h90 int16_t inbuflen; /* Number of input characters. */
92 int16_t bufpos; /* Position in buffer. */
93 int16_t full_length; /* Full length of this message. */
105 int16_t msg_msglen; /* message length */
/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_Lxcache.h143 cmd_cpu_t *, nvlist_t *, cmd_ptrsubtype_t, int32_t, int8_t, int16_t);
146 cmd_ptrsubtype_t, int32_t, int8_t, int16_t);
156 int32_t, int16_t, int32_t);
162 cmd_cpu_t *, cmd_ptrsubtype_t, int32_t, int16_t);
180 int32_t, int8_t, int16_t);
182 cmd_ptrsubtype_t, int32_t, int8_t, int16_t);
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_eeprom.c85 static inline int16_t
87 int16_t targetLeft, int16_t targetRight) in ath9k_hw_interpolate()
89 int16_t rv; in ath9k_hw_interpolate()
94 rv = (int16_t)(((target - srcLeft) * targetRight + in ath9k_hw_interpolate()
545 uint16_t tPdGainOverlap, int16_t *pMinCalPower, in ath9k_hw_get_4k_gain_boundaries_pdadcs()
552 int16_t ss; in ath9k_hw_get_4k_gain_boundaries_pdadcs()
564 int16_t vpdStep; in ath9k_hw_get_4k_gain_boundaries_pdadcs()
565 int16_t tmpVal; in ath9k_hw_get_4k_gain_boundaries_pdadcs()
568 int16_t minDelta = 0; in ath9k_hw_get_4k_gain_boundaries_pdadcs()
630 *pMinCalPower = (int16_t)(minPwrT4[0] / 2); in ath9k_hw_get_4k_gain_boundaries_pdadcs()
[all …]
/titanic_41/usr/src/uts/common/sys/audio/
H A Dg711.h49 int16_t _8alaw2linear16[256] = {
121 int16_t _8ulaw2linear16[256] = {
/titanic_41/usr/src/lib/print/libipp-core/common/
H A Dstrings.c284 ipp_opid_string(int16_t id, char *ret, size_t len) in ipp_opid_string()
299 int16_t
316 ipp_status_string(int16_t id, char *ret, size_t len) in ipp_status_string()
/titanic_41/usr/src/cmd/krb5/iprop/
H A Diprop.x17 typedef short int16_t; typedef
61 int16_t tl_type;
117 int16_t av_len;

1234567891011