Searched refs:int16_t (Results 1 - 25 of 263) sorted by relevance

1234567891011

/illumos-gate/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 */
/illumos-gate/usr/src/lib/libresolv2/include/sys/
H A Dbitypes.h30 typedef short int16_t; typedef
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dstdint.h14 typedef signed short int16_t; typedef
/illumos-gate/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 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 Dfcntl.h250 int16_t l_type;
251 int16_t l_whence;
284 int16_t l_type;
285 int16_t l_whence;
300 int16_t l_type;
301 int16_t l_whence;
316 int16_t l_type;
317 int16_t l_whence;
320 int16_t l_sysid;
321 int16_t l_pi
[all...]
H A Diapriocntl.h91 int16_t ia_ndpents;
92 int16_t ia_cmd;
/illumos-gate/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 */
/illumos-gate/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;
/illumos-gate/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;
/illumos-gate/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;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printf/
H A Dtst.signs.d27 int16_t y;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.inttypes.d40 printf("sizeof (int16_t) = %u\n", sizeof (int16_t));
/illumos-gate/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_* */
/illumos-gate/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 */
/illumos-gate/usr/src/uts/common/netinet/
H A Dudp.h30 int16_t uh_ulen; /* udp length */
/illumos-gate/usr/src/boot/include/ufs/ufs/
H A Ddir.h130 int16_t dot_reclen;
135 int16_t dotdot_reclen;
146 int16_t dot_reclen;
150 int16_t dotdot_reclen;
/illumos-gate/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;
/illumos-gate/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)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineDataAssign.d49 inline int16_t new_int16 = 20;
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_drvintf.h45 int16_t msg_len; /* size of the message buffer */
46 int16_t msg_bytes; /* number of bytes returned */

Completed in 156 milliseconds

1234567891011