Searched refs:uchar_t (Results 201 - 225 of 2089) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c91 static int interpret_ospf_lsa(int flags, struct lsa *lsa, uchar_t *);
94 ospf_print_bits(const struct bits *bp, uchar_t options)
152 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) {
153 if ((uchar_t *)nbr + sizeof (struct in_addr) >
154 ((uchar_t *)op + fraglen))
190 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) {
191 if ((uchar_t *)nbr + sizeof (struct in_addr) >
192 ((uchar_t *)o
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp_subr.c67 static void free_cont_area(uchar_t *);
68 static int get_cont_area(struct hsfs *, uchar_t **, cont_info_t *);
69 static int parse_signatures(sig_args_t *, int, uchar_t *, int);
83 uchar_t *name_p, /* location to copy name */
86 uchar_t *dirp, /* pointer to ISO dir entry */
90 uchar_t *search_sig, /* signature to search for */
93 uchar_t *SUA_p = IDE_sys_use_area(dirp);
95 uchar_t *tmp_SUA_p = (SUA_p + fsp->hsfs_sua_off);
98 uchar_t *cont_p = (uchar_t *)NUL
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A Denvctrl.h290 uchar_t s0; /* Own Address S0' */
291 uchar_t pad[3]; /* Padding XXX Will go away in FCS */
292 uchar_t s1; /* Control Status register */
293 uchar_t pad1[3];
294 uchar_t clock_s2; /* Clock programming register */
298 uchar_t s0; /* Own Address S0' */
299 uchar_t s1; /* Control Status register */
300 uchar_t clock_s2; /* Clock programming register */
394 uchar_t chip_num; /* valid values are 0-7 */
396 uchar_t sensor_nu
[all...]
/opensolaris-onvv-gate/usr/src/common/devid/
H A Ddevid_scsi.c101 static int is_page83_data_valid(uchar_t *inq83, size_t inq83_len);
102 static int is_page80_data_valid(uchar_t *inq80, size_t inq80_len);
103 static int is_initialized_id(uchar_t *id, size_t id_len);
105 static void encode_scsi3_page83(int version, uchar_t *inq83,
106 size_t inq83_len, uchar_t **id, size_t *id_len, ushort_t *id_type);
107 static void encode_scsi3_page83_emc(int version, uchar_t *inq83,
108 size_t inq83_len, uchar_t **id, size_t *id_len, ushort_t *id_type);
109 static void encode_serialnum(int version, uchar_t *inq, uchar_t *inq80,
110 size_t inq80_len, uchar_t **i
[all...]
/opensolaris-onvv-gate/usr/src/uts/i86pc/sys/
H A Dapic.h199 uchar_t mpfps_length; /* in paragraph (16-bytes units) */
200 uchar_t mpfps_spec_rev; /* version number of MP spec */
201 uchar_t mpfps_checksum; /* checksum of complete structure */
202 uchar_t mpfps_featinfo1; /* mp feature info bytes 1 */
203 uchar_t mpfps_featinfo2; /* mp feature info bytes 2 */
204 uchar_t mpfps_featinfo3; /* mp feature info bytes 3 */
205 uchar_t mpfps_featinfo4; /* mp feature info bytes 4 */
206 uchar_t mpfps_featinfo5; /* mp feature info bytes 5 */
262 uchar_t bus_entry;
263 uchar_t bus_i
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cdrw/
H A Ddevice.h46 uchar_t *d_inq; /* INQUIRY response data */
49 uint_t nblks, uchar_t *buf);
81 void print_profile_name(uint16_t num, uchar_t current, uchar_t abbr);
H A Doptions.h39 uchar_t bitmap[16];
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Denvd.h165 uchar_t tMin;
166 uchar_t tRange;
170 uchar_t measured;
171 uchar_t corrected;
178 uchar_t high_power_off;
179 uchar_t high_shutdown;
180 uchar_t high_warning;
181 uchar_t low_warning;
182 uchar_t low_shutdown;
183 uchar_t low_power_of
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4v/include/
H A Dlibpiclsnmp.h50 extern int snmp_get_bitstr(picl_snmphdl_t, char *, int, uchar_t **,
/opensolaris-onvv-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.h45 uchar_t mi_hash[MHASH_SIZE]; /* Manifest hash */
/opensolaris-onvv-gate/usr/src/common/crypto/fips/
H A Dfips_post.h37 #define CK_BYTE uchar_t
/opensolaris-onvv-gate/usr/src/common/net/wanboot/
H A Dbootinfo_aux.h49 extern boolean_t bi_get_dhcp_info(uchar_t, uint16_t, uint16_t,
/opensolaris-onvv-gate/usr/src/lib/libdevid/
H A Dlibdevid.h45 extern int devid_scsi_encode(int version, char *driver_name, uchar_t *inq,
46 size_t inq_len, uchar_t *inq80, size_t inq80_len,
47 uchar_t *inq83, size_t inq83_len, ddi_devid_t *devid);
50 char *wwnstr, uchar_t *srmir_buf, size_t srmir_len,
/opensolaris-onvv-gate/usr/src/lib/libuuid/common/
H A Detheraddr.h50 uchar_t wa_etheraddr[DLPI_PHYSADDR_MAX];
/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.h46 extern boolean_t dhcp_getinfo(uchar_t, uint16_t, uint16_t, void *, size_t *);
/opensolaris-onvv-gate/usr/src/tools/ctf/common/
H A Dsymbol.c37 uchar_t type = GELF_ST_TYPE(sym->st_info);
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Drawip_impl.h97 extern int icmp_opt_default(queue_t *, t_scalar_t, t_scalar_t, uchar_t *);
98 extern int icmp_tpi_opt_get(queue_t *, t_scalar_t, t_scalar_t, uchar_t *);
99 extern int icmp_tpi_opt_set(queue_t *, uint_t, int, int, uint_t, uchar_t *,
100 uint_t *, uchar_t *, void *, cred_t *);
H A Drts_impl.h100 extern int rts_tpi_opt_get(queue_t *, t_scalar_t, t_scalar_t, uchar_t *);
101 extern int rts_tpi_opt_set(queue_t *, uint_t, int, int, uint_t, uchar_t *,
102 uint_t *, uchar_t *, void *, cred_t *);
104 uchar_t *ptr);
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_data.c73 uchar_t scsi_cdb_size[] = {
/opensolaris-onvv-gate/usr/src/uts/common/netinet/
H A Dif_ether.h46 uchar_t arp_spa[4]; /* sender protocol address */
48 uchar_t arp_tpa[4]; /* target protocol address */
97 uchar_t at_timer; /* minutes since last reference */
98 uchar_t at_flags; /* flags */
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Decppio.h42 #define ECPPIOC_SETPORT _IOW('p', 77, uchar_t)
43 #define ECPPIOC_GETPORT _IOR('p', 78, uchar_t)
44 #define ECPPIOC_SETDATA _IOW('p', 79, uchar_t)
45 #define ECPPIOC_GETDATA _IOR('p', 80, uchar_t)
H A Dfont.h39 uchar_t *char_ptr[256];
H A Dhdio.h54 uchar_t hdkt_drtype; /* drive type (ctlr specific) */
55 uchar_t hdkt_drstat; /* drive status (ctlr specific, ro) */
81 uchar_t hdkd_errno; /* most recent error number */
82 uchar_t hdkd_severe; /* severity of most recent error */
H A Du8_textprep.h54 extern int uconv_u16tou8(const uint16_t *, size_t *, uchar_t *, size_t *, int);
57 extern int uconv_u32tou8(const uint32_t *, size_t *, uchar_t *, size_t *, int);
58 extern int uconv_u8tou16(const uchar_t *, size_t *, uint16_t *, size_t *, int);
59 extern int uconv_u8tou32(const uchar_t *, size_t *, uint32_t *, size_t *, int);
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/generic/
H A Dstatus.h47 uchar_t sts_vu0 : 1, /* vendor unique */
56 uchar_t sts_resvd : 1, /* reserved */
76 uchar_t sts_rqpkt_reason; /* reason completion */
77 uchar_t sts_rqpkt_resid; /* residue */

Completed in 211 milliseconds

1234567891011>>