Searched refs:int16_t (Results 126 - 150 of 263) sorted by relevance

1234567891011

/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddns_sd.h106 typedef INT16 int16_t; typedef
118 typedef INT16 int16_t; typedef
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h478 int16_t cg_old_ncyl; /* number of cyl's this cg */
479 int16_t cg_old_niblk; /* number of inode blocks this cg */
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h63 typedef int16_t s_wforth_t;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Denvd.h239 typedef int16_t tempr_t;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvd.h186 typedef int16_t tempr_t;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Denvd.h199 typedef int16_t tempr_t;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Denvd.h122 typedef int16_t tempr_t;
/illumos-gate/usr/src/uts/common/inet/
H A Dip_ndp.h73 int16_t ncec_pcnt; /* Probe counter */
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctftools.h104 int16_t n_desc;
/illumos-gate/usr/src/uts/common/io/audio/drv/audio1575/
H A Daudio1575.c628 n = port->samp_size - (n * sizeof (int16_t));
635 port->count += (val / (port->nchan * sizeof (int16_t)));
865 port->samp_size = port->nframes * port->nchan * sizeof (int16_t);
930 ((port->samp_size / sizeof (int16_t)) | (1U << 31)));
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h241 int16_t h_pwr_left; /* limit on the whole hub */
/illumos-gate/usr/src/uts/common/io/
H A Dopenprom.c75 int16_t already_open; /* if true, this instance is 'active' */
76 int16_t ioc_state; /* snapshot ioctl state */
99 static int oprom_setstate(struct oprom_state *, int16_t);
1395 oprom_setstate(struct oprom_state *st, int16_t new_state)
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h357 int16_t __syscall; /* current syscall */
H A Dlom_io.h423 int16_t index;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dfcgp2.c438 (int16_t *)virt, (int16_t *)&w);
440 w = *(int16_t *)virt;
538 error = ddi_poke16(rp->child, (int16_t *)virt, w);
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dintel_nhm.h286 int16_t soffset;
/illumos-gate/usr/src/uts/intel/asm/
H A Datomic.h123 __ATOMIC_OPXX(atomic_add_16, uint16_t, int16_t, "add" SUF_16, "r")
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h199 typedef int16_t s16;
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h104 typedef int16_t s16;
/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h164 typedef int16_t s16;
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h793 int32_t smb_time_dos_to_unix(int16_t, int16_t);
794 void smb_time_unix_to_dos(int32_t, int16_t *, int16_t *);
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c748 value_sz = sizeof (int16_t);
789 value_sz = (uint64_t)nelem * sizeof (int16_t);
1021 nvlist_add_int16(nvlist_t *nvl, const char *name, int16_t val)
1096 nvlist_add_int16_array(nvlist_t *nvl, const char *name, int16_t *a, uint_t n)
1387 nvlist_lookup_int16(nvlist_t *nvl, const char *name, int16_t *val)
1472 int16_t **a, uint_t *n)
1845 nvpair_value_int16(nvpair_t *nvp, int16_t *val)
1925 nvpair_value_int16_array(nvpair_t *nvp, int16_t **val, uint_t *nelem)
3058 ret = xdr_array(xdr, &buf, &nelem, buflen / sizeof (int16_t),
3059 sizeof (int16_t), (xdrproc_
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.c242 case sizeof (int16_t):
244 (int32_t)*((int16_t *)addr) / n));
592 case sizeof (int16_t):
593 c = *(int16_t *)addr;
1245 case sizeof (int16_t):
1246 *ip = (int)*((int16_t *)addr);
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcacheerr.c315 tag_bit_to_way_bit(cmd_ptrsubtype_t pstype, int16_t tag_bit)
593 static int16_t
594 find_bit_stickiness(uint64_t *tag_data, int8_t way, int16_t bit)
596 int16_t sticky_bit;
964 int16_t tag_bit, bit, sticky_bit;
1629 int16_t bit;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dontario.c667 int16_t int16v;
692 case sizeof (int16_t):

Completed in 144 milliseconds

1234567891011