Searched refs:uint8_t (Results 226 - 250 of 412) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c737 uint8_t *descr_offset;
750 descr_offset = (uint8_t *)(sdsp+1);
764 (uint8_t *)sdsp + valid_sense_length) {
885 uint8_t *descr_offset;
908 descr_offset = (uint8_t *)(rq+1); /* Pointer arithmetic */
924 (uint8_t *)rq + valid_sense_length) {
970 uint8_t *sk_spec_ptr = (uint8_t *)&ssd->sss_data;
1060 switch ((uint8_t)ucmd->uscsi_cdb[0]) {
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_kmod.c294 uint8_t *data;
434 rc = smb_share_decode(si, (uint8_t *)ioc->shr,
462 ioc->crc = smb_crc_gen((uint8_t *)ioc, sizeof (smb_ioc_header_t));
H A Dsmb_info.c55 uint8_t passwd[SMB_IPC_MAXPWDLEN]; /* clear text passwd */
56 uint8_t passwd_hash[SMBAUTH_HASH_SZ]; /* password hash */
433 smb_get_machine_passwd_hash(uint8_t *buf, size_t buflen)
535 smb_ipc_get_passwd(uint8_t *buf, size_t buflen, boolean_t clear_text)
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_file.c69 static int smbfs_fh_scf_getbool(smb_scfhandle_t *, const char *, uint8_t *);
386 uint8_t vbool;
501 smbfs_fh_scf_getbool(smb_scfhandle_t *hd, const char *propname, uint8_t *vbool)
H A Dsmbfs_mbuf.c251 smbfs_mb_put_uint8(mbchain_t *mbp, uint8_t x)
253 uint8_t y = x;
434 smbfs_md_get_uint8(mdchain_t *mbp, uint8_t *x)
579 uint8_t ch;
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dzfs.c210 uint8_t fmversion;
268 uint8_t fmversion;
320 uint8_t fmversion;
H A Dlegacy_hc.c163 uint8_t version;
H A Dlibtopo.h422 void topo_sensor_units_name(uint8_t type, char *buf, size_t len);
423 void topo_led_type_name(uint8_t type, char *buf, size_t len);
424 void topo_led_state_name(uint8_t type, char *buf, size_t len);
425 void topo_sensor_state_name(uint32_t sensor_type, uint8_t state, char *buf,
H A Dpkg.c115 uint8_t version;
H A Dsvc.c412 uint8_t scheme_version;
690 uint8_t fmversion;
805 uint8_t fmversion;
835 uint8_t fmversion;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtg3.h1823 uint8_t __reserved0[0x400-0x300];
1918 uint8_t __reserved4[0xb00-0x9c0];
1953 uint8_t duplex;
1954 uint8_t autoneg;
1961 uint8_t active_speed;
1962 uint8_t active_duplex;
1970 uint8_t orig_duplex;
1971 uint8_t orig_autoneg;
2107 uint8_t pci_cacheline_sz;
2108 uint8_t pci_lat_time
[all...]
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.h220 uint8_t version; /* version of this structure */
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip.h157 extern nvlist_t *cpu_fmri_create(topo_mod_t *, uint32_t, char *, uint8_t);
H A Dchip_intel.c341 uint8_t nmc;
342 uint8_t maxranks;
343 uint8_t maxdimms;
442 uint8_t ver;
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_impl.h161 int pi_get_priphy(topo_mod_t *, md_t *, mde_cookie_t, uint8_t *);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h32 typedef unsigned char uint8_t; typedef
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_usb.c318 uint8_t num, length, type;
360 length = (uint8_t)*rdata;
361 type = (uint8_t)*(rdata + 1);
363 num = (uint8_t)*(rdata + 2);
/osnet-11/usr/src/lib/libc/inc/
H A Dtdb_agent.h170 typedef uint8_t register_sync_t;
H A Dthr_inlines.h138 set_lock_byte(volatile uint8_t *__lockp)
/osnet-11/usr/src/lib/libtsol/common/
H A Dlabel.h130 extern char *h_alloc(uint8_t);
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_strtoint.c282 *(uint8_t *)v = val;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelEmulate.c191 uint8_t *old = bufp->buf;
/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_status.c615 uint8_t *descr_offset;
628 descr_offset = (uint8_t *)(sdsp+1);
642 (uint8_t *)sdsp + valid_sense_length) {
687 if (libscsi_action_get_sense(ap, (uint8_t **)&xsp, NULL, &len) != 0)
/osnet-11/usr/src/lib/scsi/libsmp/common/
H A Dsmp_engine.c346 uint8_t
381 uint8_t
576 uint8_t *alloc;
637 ASSERT(alloc - (uint8_t *)ap == len);
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBAPort.h110 static const uint8_t HBA_NPIV_PORT_MAX;

Completed in 69 milliseconds

1234567891011>>