Home
last modified time | relevance | path

Searched refs:uchar_t (Results 1 – 25 of 2059) sorted by relevance

12345678910>>...83

/titanic_44/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.h63 #define ASN_UNIVERSAL ((uchar_t)0x00)
64 #define ASN_APPLICATION ((uchar_t)0x40)
65 #define ASN_CONTEXT ((uchar_t)0x80)
66 #define ASN_PRIVATE ((uchar_t)0xc0)
71 #define ASN_PRIMITIVE ((uchar_t)0x00)
72 #define ASN_CONSTRUCTOR ((uchar_t)0x20)
77 #define ASN_BOOLEAN ((uchar_t)0x01)
78 #define ASN_INTEGER ((uchar_t)0x02)
79 #define ASN_BIT_STR ((uchar_t)0x03)
80 #define ASN_OCTET_STR ((uchar_t)0x04)
[all …]
H A Dasn1.c46 uchar_t *
47 asn_build_sequence(uchar_t *buf, size_t *bufsz_p, uchar_t id, size_t length) in asn_build_sequence()
57 buf[1] = (uchar_t)(ASN_LONG_LEN | 0x02); /* following 2 octets */ in asn_build_sequence()
58 buf[2] = (uchar_t)((length >> 8) & 0xff); in asn_build_sequence()
59 buf[3] = (uchar_t)(length & 0xff); in asn_build_sequence()
74 uchar_t *
75 asn_build_header(uchar_t *buf, size_t *bufsz_p, uchar_t id, size_t length) in asn_build_header()
85 uchar_t *
86 asn_build_length(uchar_t *buf, size_t *bufsz_p, size_t length) in asn_build_length()
91 buf[0] = (uchar_t)length; in asn_build_length()
[all …]
/titanic_44/usr/src/uts/common/sys/scsi/generic/
H A Dsense.h44 uchar_t ns_code : 4, /* Vendor Uniqe error code */
47 uchar_t ns_lba_hi : 5, /* High Logical Block Address */
50 uchar_t ns_valid : 1, /* Logical Block Address is valid */
53 uchar_t ns_vu : 3, /* Vendor Unique value */
58 uchar_t ns_lba_mid; /* Middle Logical Block Address */
59 uchar_t ns_lba_lo; /* Low part of Logical Block Address */
77 uchar_t es_code : 4, /* Vendor Unique error code */
81 uchar_t es_segnum; /* segment number: for COPY cmd */
83 uchar_t es_key : 4, /* Sense key (see below) */
89 uchar_t es_valid : 1, /* sense data is valid */
[all …]
H A Dmode.h54 uchar_t length; /* number of bytes following */
55 uchar_t medium_type; /* device specific */
56 uchar_t device_specific; /* device specific parameters */
57 uchar_t bdesc_length; /* length of block descriptor(s), if any */
68 uchar_t medium_type; /* device specific */
69 uchar_t device_specific; /* device specific parameters */
70 uchar_t reserved[2]; /* device specific parameters */
93 uchar_t density_code; /* device specific */
94 uchar_t blks_hi; /* hi */
95 uchar_t blks_mid; /* mid */
[all …]
H A Dinquiry.h49 uchar_t inq_dtype;
52 uchar_t inq_qual : 7, /* device type qualifier */
56 uchar_t inq_ansi : 3, /* ANSI version */
61 uchar_t inq_rdf : 4, /* response data format */
68 uchar_t inq_len; /* additional length */
70 uchar_t inq_protect : 1, /* supports protection information */
78 uchar_t inq_addr16 : 1, /* SPI: 16-bit wide SCSI addr */
87 uchar_t inq_sftre : 1, /* DEPRECATED: Soft Reset option */
114 uchar_t __inq_48 : 8;
115 uchar_t __inq_49 : 8;
[all …]
H A Ddad_mode.h107 uchar_t dcr : 1, /* disable correction */
116 uchar_t awre : 1, /* auto write realloc enabled */
127 uchar_t read_retry_count;
128 uchar_t correction_span;
129 uchar_t head_offset_count;
130 uchar_t strobe_offset_count;
131 uchar_t reserved;
132 uchar_t write_retry_count;
133 uchar_t reserved_2;
153 uchar_t : 3,
[all …]
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dspd_data.h43 uchar_t **sp_seg_ptr, size_t *sp_seg_len);
58 uchar_t spd_len; /* bytes written by manufacturer */
59 uchar_t spd_max_len; /* total available prom space */
60 uchar_t memory_type; /* e.g. SDRAM DDR = 0x07 */
61 uchar_t n_rows; /* row address bits */
62 uchar_t n_cols; /* column address bits */
63 uchar_t n_mod_rows; /* number of module rows */
64 uchar_t ls_data_width; /* e.g. 72 bits */
65 uchar_t ms_data_width;
66 uchar_t vddq_if; /* e.g. SSTL 2.5V = 0x04 */
[all …]
/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h381 uchar_t densities[NDENSITIES]; /* density codes, low->hi */
382 uchar_t default_density; /* default density for this drive */
383 uchar_t mediatype[NDENSITIES]; /* was speed. mediatype for density. */
397 uchar_t : 6,
400 uchar_t : 5,
403 uchar_t comp_alg_msb; /* Compression Algorithm */
404 uchar_t comp_alg_high;
405 uchar_t comp_alg_low;
406 uchar_t comp_alg_lsb;
407 uchar_t decomp_alg_msb; /* Decompression Algorithm */
[all …]
/titanic_44/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h147 uchar_t prod_id_s[17]; /* NULL terminated string */
148 uchar_t b_name[33]; /* NULL terminated string */
152 uchar_t b_node_wwn[8];
154 uchar_t b_port_wwn[8];
174 uchar_t page_code;
175 uchar_t sub_enclosures;
177 uchar_t sup_page_codes[0x100];
185 uchar_t type;
186 uchar_t num;
187 uchar_t sub_id;
[all …]
/titanic_44/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_scsi.h64 uchar_t medium_type; /* device specific */
65 uchar_t device_specific; /* device specfic parameters */
72 uchar_t num_cylinders_hi;
73 uchar_t num_cylinders_mid;
74 uchar_t num_cylinders_lo;
75 uchar_t num_heads;
76 uchar_t write_precomp_hi;
77 uchar_t write_precomp_mid;
78 uchar_t write_precomp_lo;
79 uchar_t reduced_write_i_hi;
[all …]
/titanic_44/usr/src/uts/common/sys/scsi/impl/
H A Dmode.h46 uchar_t datalen; /* sense data length */
47 uchar_t mediumtype; /* medium type */
49 uchar_t speed :4, /* speed */
53 uchar_t wp :1, /* write protected */
59 uchar_t bd_len; /* block length in bytes */
76 uchar_t dcr : 1, /* disable correction */
85 uchar_t awre : 1, /* auto write realloc enabled */
96 uchar_t retry_count;
97 uchar_t correction_span;
98 uchar_t head_offset_count;
[all …]
H A Dcommands.h63 uchar_t cmd; /* cmd code (byte 0) */
65 uchar_t tag :5; /* rest of byte 1 */
66 uchar_t lun :3; /* lun (byte 1) (reserved in SCSI-3) */
68 uchar_t lun :3, /* lun (byte 1) (reserved in SCSI-3) */
75 uchar_t scsi[SCSI_CDB_SIZE-2];
98 uchar_t addr1; /* middle part of address */
99 uchar_t addr0; /* low part of address */
100 uchar_t count0; /* usually block count */
102 uchar_t link :1; /* another command follows */
103 uchar_t flag :1; /* interrupt when done */
[all …]
/titanic_44/usr/src/head/
H A Dresolv.h143 const uchar_t **query,
145 uchar_t *ans,
150 const uchar_t *query,
152 uchar_t *ans,
225 uchar_t _rnd[16]; /* PRIVATE: random state */
325 void fp_nquery __P((const uchar_t *, int, FILE *));
326 void fp_query __P((const uchar_t *, FILE *));
328 void p_query __P((const uchar_t *));
332 int res_mkquery __P((int, const char *, int, int, const uchar_t *,
333 int, const uchar_t *, uchar_t *, int));
[all …]
/titanic_44/usr/src/uts/common/sys/fs/
H A Dhsfs_spec.h45 extern void hs_parse_dirdate(uchar_t *, struct timeval *);
46 extern void hs_parse_longdate(uchar_t *, struct timeval *);
52 #define ZERO(x) (uint_t)(((uchar_t *)(x))[0])
53 #define ONE(x) (uint_t)(((uchar_t *)(x))[1])
54 #define TWO(x) (uint_t)(((uchar_t *)(x))[2])
55 #define THREE(x) (uint_t)(((uchar_t *)(x))[3])
117 #define HSV_desc_lbn(x) (&((uchar_t *)x)[0])
118 #define HSV_desc_type(x) (&((uchar_t *)x)[8])
119 #define HSV_std_id(x) (&((uchar_t *)x)[9])
120 #define HSV_std_ver(x) (&((uchar_t *)x)[14])
[all …]
H A Dhsfs_isospec.h38 #define ZERO(x) (uint_t)(((uchar_t *)(x))[0])
39 #define ONE(x) (uint_t)(((uchar_t *)(x))[1])
40 #define TWO(x) (uint_t)(((uchar_t *)(x))[2])
41 #define THREE(x) (uint_t)(((uchar_t *)(x))[3])
110 #define ISO_desc_type(x) (&((uchar_t *)x)[0])
111 #define ISO_std_id(x) (&((uchar_t *)x)[1])
112 #define ISO_std_ver(x) (&((uchar_t *)x)[6])
113 #define ISO_sys_id(x) (&((uchar_t *)x)[8])
114 #define ISO_vol_id(x) (&((uchar_t *)x)[40])
115 #define ISO_vol_size(x) (&((uchar_t *)x)[80])
[all …]
/titanic_44/usr/src/uts/common/sys/fc4/
H A Dfcal_linkapp.h107 uchar_t seq_id:8;
108 uchar_t org_s_id[3];
115 uchar_t reserved;
116 uchar_t reason_code;
117 uchar_t explanation;
118 uchar_t vendor;
153 uchar_t data[16];
158 uchar_t raw_wwn[8];
177 uchar_t ls_code;
178 uchar_t mbz[3];
[all …]
/titanic_44/usr/src/head/arpa/
H A Dnameser.h124 typedef uchar_t ns_nname[NS_MAXNNAME];
125 typedef const uchar_t *ns_nname_ct;
126 typedef uchar_t *ns_nname_t;
138 const uchar_t *_msg, *_eom;
140 const uchar_t *_sections[ns_s_max];
143 const uchar_t *_msg_ptr;
152 const uchar_t *dnptrs[25];
153 const uchar_t **lastdnptr;
177 const uchar_t *rdata;
190 const uchar_t *rdata;
[all …]
/titanic_44/usr/src/uts/intel/io/pci/
H A Dmps_table.h42 uchar_t fps_len; /* in paragraph (16-bytes units) */
43 uchar_t fps_spec_rev; /* MP Spec. version no. */
44 uchar_t fps_cksum; /* checksum of complete structure */
45 uchar_t fps_featinfo1; /* mp feature info byte 1 */
46 uchar_t fps_featinfo2; /* mp feature info byte 2 */
47 uchar_t fps_featinfo3; /* mp feature info byte 3 */
48 uchar_t fps_featinfo4; /* mp feature info byte 4 */
49 uchar_t fps_featinfo5; /* mp feature info byte 5 */
55 uchar_t ct_spec_rev; /* MP Spec. version no. */
56 uchar_t ct_cksum; /* base configuration table checksum */
[all …]
/titanic_44/usr/src/cmd/cdrw/
H A Dmmc.h99 uchar_t rh_data_len1;
100 uchar_t rh_data_len0;
101 uchar_t rh_first_sess_num;
102 uchar_t rh_last_sess_num;
106 uchar_t rt_session_num;
108 uchar_t rt_control : 4;
109 uchar_t rt_adr : 4;
111 uchar_t rt_adr : 4;
112 uchar_t rt_control : 4;
117 uchar_t rt_tno;
[all …]
/titanic_44/usr/src/uts/common/kiconv/kiconv_sc/
H A Dkiconv_sc.c47 static int8_t gb2312_to_utf8(uchar_t byte1, uchar_t byte2, uchar_t *ob,
48 uchar_t *obtail, size_t *ret_val);
49 static int8_t gbk_to_utf8(uint32_t gbk_val, uchar_t *ob, uchar_t *obtail,
51 static int8_t utf8_to_gb2312(uint32_t utf8, uchar_t **inbuf, uchar_t *ibtail,
52 uchar_t *ob, uchar_t *obtail, size_t *ret);
53 static int8_t utf8_to_gbk(uint32_t utf8, uchar_t **inbuf, uchar_t *ibtail,
54 uchar_t *ob, uchar_t *obtail, size_t *ret);
55 static int8_t utf8_to_gb18030(uint32_t utf8, uchar_t **inbuf, uchar_t *ibtail,
56 uchar_t *ob, uchar_t *obtail, size_t *ret);
109 return kiconvstr_utf8_to_cck((uchar_t *)inarray, inlen, in kiconvstr_to_gb18030()
[all …]
/titanic_44/usr/src/cmd/fs.d/pcfs/fsck/
H A Dpcfs_bpb.h92 uchar_t sectors_per_cluster;
94 uchar_t num_fats;
102 uchar_t media;
122 uchar_t fs_vers_lo;
123 uchar_t fs_vers_hi;
137 uchar_t phys_drive_num;
138 uchar_t reserved;
139 uchar_t ext_signature;
141 uchar_t volume_label[11];
142 uchar_t type[8];
[all …]
/titanic_44/usr/src/uts/common/kiconv/kiconv_tc/
H A Dkiconv_tc.c52 static uchar_t hkscs_special_sequence[][4] = {
69 typedef int8_t (*kiconv_big5toutf8_t)(uint32_t value, uchar_t *ob,
70 uchar_t *obtail, size_t *ret_val);
72 static int8_t utf8_to_big5(uint32_t utf8, uchar_t **inbuf, uchar_t *ibtail,
73 uchar_t *ob, uchar_t *obtail, size_t *ret_val);
74 static int8_t utf8_to_euctw(uint32_t utf8, uchar_t **inbuf, uchar_t *ibtail,
75 uchar_t *ob, uchar_t *obtail, size_t *ret_val);
76 static int8_t utf8_to_cp950hkscs(uint32_t utf8, uchar_t **inbuf,
77 uchar_t *ibtail, uchar_t *ob, uchar_t *obtail, size_t *ret_val);
78 static int8_t utf8_to_big5hkscs(uint32_t utf8, uchar_t **inbuf, uchar_t *ibtail,
[all …]
/titanic_44/usr/src/cmd/luxadm/
H A Dcommon.h239 uchar_t inq_2_reladdr : 1, /* relative addressing */
248 uchar_t inq_sftre : 1, /* Soft Reset option */
261 uchar_t inq_3_reladdr : 1, /* relative addressing */
268 uchar_t inq_SIP_3 : 1, /* Interlocked Protocol */
285 uchar_t inq_dtype;
288 uchar_t inq_rmb : 1, /* removable media */
291 uchar_t inq_qual : 7, /* device type qualifier */
297 uchar_t inq_iso : 2, /* ISO version */
301 uchar_t inq_ansi : 3, /* ANSI version */
309 uchar_t inq_aenc : 1, /* async event notification cap. */
[all …]
/titanic_44/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs_pcfs.h98 uchar_t sectors_per_cluster;
100 uchar_t num_fats;
103 uchar_t media;
120 uchar_t fs_vers_lo;
121 uchar_t fs_vers_hi;
135 uchar_t phys_drive_num;
136 uchar_t reserved;
137 uchar_t ext_signature;
139 uchar_t volume_label[11];
140 uchar_t type[8];
[all …]
/titanic_44/usr/src/common/fs/
H A Dpcfilep.h74 uchar_t fd_active;
75 uchar_t fd_b_head;
76 uchar_t fd_b_sec;
77 uchar_t fd_b_cyl;
78 uchar_t fd_type;
79 uchar_t fd_e_head;
80 uchar_t fd_e_sec;
81 uchar_t fd_e_cyl;
98 uchar_t bs_jump_code[3];
99 uchar_t bs_oem_name[8];
[all …]

12345678910>>...83