Home
last modified time | relevance | path

Searched refs:int32_t (Results 26 – 50 of 1207) sorted by relevance

12345678910>>...49

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_mem.c97 if (sizeof (int32_t) > (uint32_t)xdrs->x_handy) { in xdrmem_getlong()
102 xdrs->x_handy -= sizeof (int32_t); in xdrmem_getlong()
104 *lp = (int32_t)ntohl((uint32_t)(*((int32_t *)(xdrs->x_private)))); in xdrmem_getlong()
105 xdrs->x_private += sizeof (int32_t); in xdrmem_getlong()
117 if ((sizeof (int32_t) > (uint32_t)xdrs->x_handy)) { in xdrmem_putlong()
122 xdrs->x_handy -= sizeof (int32_t); in xdrmem_putlong()
124 *(int32_t *)xdrs->x_private = (int32_t)htonl((uint32_t)(*lp)); in xdrmem_putlong()
125 xdrs->x_private += sizeof (int32_t); in xdrmem_putlong()
131 xdrmem_getint32(XDR *xdrs, int32_t *ip) in xdrmem_getint32()
133 if (sizeof (int32_t) > (uint_t)xdrs->x_handy) { in xdrmem_getint32()
[all …]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h296 int32_t c_type;
297 int32_t c_unit;
303 int32_t c_ostate;
304 int32_t c_cond;
305 int32_t c_busy;
312 int32_t cs_isbootproc;
313 int32_t cs_cpuid;
314 int32_t cs_speed;
315 int32_t cs_ecache;
320 int32_t ms_interleave;
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h293 int32_t c_type;
294 int32_t c_unit;
300 int32_t c_ostate;
301 int32_t c_cond;
302 int32_t c_busy;
309 int32_t cs_isbootproc;
310 int32_t cs_cpuid;
311 int32_t cs_speed;
312 int32_t cs_ecache;
317 int32_t ms_interleave;
[all …]
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgcn.h93 int32_t cnsram_magic; /* magic number, CNSRAM_MAGIC */
94 int32_t cnsram_version; /* verison number */
95 int32_t cnsram_size; /* console buffer size */
100 int32_t cnsram_in_begin;
101 int32_t cnsram_in_end;
102 int32_t cnsram_in_rdptr;
103 int32_t cnsram_in_wrptr;
105 int32_t cnsram_out_begin;
106 int32_t cnsram_out_end;
107 int32_t cnsram_out_rdptr;
[all …]
/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h84 extern int32_t tp_bsize;
105 int32_t s_inos[TP_NINOS]; /* starting inodes on tape */
110 int32_t c_level; /* level of this dump */
123 int32_t c_type; /* record type (see below) */
126 int32_t c_volume; /* dump volume number */
129 int32_t c_magic; /* magic number (see above) */
130 int32_t c_checksum; /* record checksum */
132 int32_t c_count; /* number of valid c_addr entries */
136 int32_t c_flags; /* additional information */
137 int32_t c_firstrec; /* first record on volume */
[all …]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Drunefile.h37 int32_t min;
38 int32_t max;
39 int32_t map;
47 int32_t maplower[_CACHED_RUNES];
48 int32_t mapupper[_CACHED_RUNES];
50 int32_t runetype_ext_nranges;
51 int32_t maplower_ext_nranges;
52 int32_t mapupper_ext_nranges;
54 int32_t variable_len;
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_mem.c73 xdrmem_getint32(XDR *xdrs, int32_t *int32p) in xdrmem_getint32()
75 if ((xdrs->x_handy -= (int)sizeof (int32_t)) < 0) in xdrmem_getint32()
78 *int32p = (int32_t)ntohl((uint32_t)(*((int32_t *)(xdrs->x_private)))); in xdrmem_getint32()
79 xdrs->x_private += sizeof (int32_t); in xdrmem_getint32()
84 xdrmem_putint32(XDR *xdrs, int32_t *int32p) in xdrmem_putint32()
86 if ((xdrs->x_handy -= (int)sizeof (int32_t)) < 0) in xdrmem_putint32()
89 *(int32_t *)xdrs->x_private = (int32_t)htonl((uint32_t)(*int32p)); in xdrmem_putint32()
90 xdrs->x_private += sizeof (int32_t); in xdrmem_putint32()
153 int32_t *int32p; in xdrmem_control()
168 if (xdrs->x_handy < sizeof (int32_t)) in xdrmem_control()
[all …]
H A Dxdr.c64 #define XDR_FALSE ((int32_t)0)
65 #define XDR_TRUE ((int32_t)1)
130 return (XDR_PUTINT32(xdrs, (int32_t *)up)); in xdr_u_int()
133 return (XDR_GETINT32(xdrs, (int32_t *)up)); in xdr_u_int()
170 if (XDR_PUTINT32(xdrs, (int32_t *)((char *)hp + in xdr_longlong_t()
172 return (XDR_PUTINT32(xdrs, (int32_t *)hp)); in xdr_longlong_t()
175 if (XDR_PUTINT32(xdrs, (int32_t *)hp) == TRUE) { in xdr_longlong_t()
176 return (XDR_PUTINT32(xdrs, (int32_t *)((char *)hp + in xdr_longlong_t()
185 if (XDR_GETINT32(xdrs, (int32_t *)((char *)hp + in xdr_longlong_t()
187 return (XDR_GETINT32(xdrs, (int32_t *)hp)); in xdr_longlong_t()
[all …]
/illumos-gate/usr/src/boot/include/ufs/ufs/
H A Ddinode.h90 typedef int32_t ufs1_daddr_t;
137 int32_t di_mtimensec; /* 64: Last modified time. */
138 int32_t di_atimensec; /* 68: Last access time. */
139 int32_t di_ctimensec; /* 72: Last inode change time. */
140 int32_t di_birthnsec; /* 76: Inode creation time. */
174 int32_t di_atime; /* 16: Last access time. */
175 int32_t di_atimensec; /* 20: Last access time. */
176 int32_t di_mtime; /* 24: Last modified time. */
177 int32_t di_mtimensec; /* 28: Last modified time. */
178 int32_t di_ctime; /* 32: Last inode change time. */
[all …]
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c203 int32_t c3; in arbitrary_data_token()
221 adrm_int32(adr, (int32_t *)&c3, 1); in arbitrary_data_token()
302 int32_t audit_count; in sequence_token()
330 int32_t address; in ip_addr_token()
346 int32_t type; in ip_addr_ex_token()
349 adrm_int32(adr, (int32_t *)&type, 1); in ip_addr_ex_token()
377 int32_t src, dest; in ip_token()
423 adrm_int32(adr, (int32_t *)&gid[i], 1); in group_token()
453 adrm_int32(adr, (int32_t *)&gid, 1); in newgroup_token()
474 int32_t arg_val; in argument32_token()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Ddba_array.c33 int32_t *em; /* Array of map positions. */
35 int32_t ea; /* Entries allocated. */
36 int32_t eu; /* Entries used (including deleted). */
37 int32_t ed; /* Entries deleted. */
38 int32_t ec; /* Currently active entry. */
39 int32_t pos; /* Map position of this array. */
44 dba_array_new(int32_t ea, int flags) in dba_array_new()
64 int32_t ie; in dba_array_free()
77 dba_array_set(struct dba_array *array, int32_t ie, void *entry) in dba_array_set()
105 dba_array_get(struct dba_array *array, int32_t ie) in dba_array_get()
[all …]
H A Ddba_write.c56 int32_t
71 dba_seek(int32_t pos) in dba_seek()
77 int32_t
80 int32_t pos; in dba_align()
90 int32_t
91 dba_skip(int32_t nmemb, int32_t sz) in dba_skip()
93 const int32_t out[5] = {0, 0, 0, 0, 0}; in dba_skip()
94 int32_t i, pos; in dba_skip()
122 dba_int_write(int32_t i) in dba_int_write()
H A Ddba_array.h33 struct dba_array *dba_array_new(int32_t, int);
35 void dba_array_set(struct dba_array *, int32_t, void *);
37 void *dba_array_get(struct dba_array *, int32_t);
42 void dba_array_setpos(struct dba_array *, int32_t, int32_t);
43 int32_t dba_array_getpos(struct dba_array *);
45 int32_t dba_array_writelen(struct dba_array *, int32_t);
H A Ddba_write.h24 int32_t dba_tell(void);
25 void dba_seek(int32_t);
26 int32_t dba_align(void);
27 int32_t dba_skip(int32_t, int32_t);
30 void dba_int_write(int32_t);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfssys.h72 int32_t fd; /* Connection endpoint */
77 int32_t delegation; /* NFSv4 delegation on/off? */
103 int32_t vers;
116 int32_t authtype;
145 int32_t version; /* keep this first */
146 int32_t fd;
150 int32_t debug; /* debugging level */
152 int32_t grace; /* secs in grace period */
173 int32_t version;
174 int32_t directive;
[all …]
H A Dmount.h110 int32_t flags; /* flags */
111 int32_t wsize; /* write size in bytes */
112 int32_t rsize; /* read size in bytes */
113 int32_t timeo; /* initial timeout in .1 secs */
114 int32_t retrans; /* times to retry send */
115 int32_t acregmin; /* attr cache file min secs */
116 int32_t acregmax; /* attr cache file max secs */
117 int32_t acdirmin; /* attr cache dir min secs */
118 int32_t acdirmax; /* attr cache dir max secs */
120 int32_t nfs_args_ext; /* the nfs_args extension id */
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_xlate.h128 int32_t tint32;
132 int32_t *tint32star;
233 int32_t ax_euid;
234 int32_t ax_ruid;
235 int32_t ax_egid;
236 int32_t ax_rgid;
237 int32_t ax_auid;
250 int32_t ax_euid;
251 int32_t ax_ruid;
252 int32_t ax_egid;
[all …]
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_format.c57 static void restore_default_chars(int32_t fd,
60 static int32_t
61 format_floppy(int32_t fd, void *ip) in format_floppy()
64 int32_t format_flags; in format_floppy()
65 int32_t transfer_rate = 1000; /* transfer rate code */ in format_floppy()
66 int32_t sec_size = 512; /* sector size */ in format_floppy()
69 int32_t cyl_size; in format_floppy()
70 int32_t i; in format_floppy()
71 int32_t chgd; /* for testing disk changed/present */ in format_floppy()
72 int32_t cyl, hd; in format_floppy()
[all …]
H A Df_generic.c56 int32_t
66 int32_t
72 int32_t
84 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) { in _m_get_media_info()
114 int32_t
126 if (handle->sm_signature != (int32_t)LIBSMEDIA_SIGNATURE) { in _m_get_device_info()
175 int32_t
199 int32_t
203 int32_t j; in _m_get_media_status()
215 int32_t
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h60 int32_t sival_int; /* integer value */
105 int32_t sigev_notify; /* notification mode */
106 int32_t sigev_signo; /* signal number */
110 int32_t __sigev_pad2;
300 int32_t __entity; /* type of entity exceeding */
311 #define SI32_PAD ((SI32_MAXSZ / sizeof (int32_t)) - 3)
315 int32_t si_signo; /* signal from signal.h */
316 int32_t si_code; /* code from above */
317 int32_t si_errno; /* error from errno.h */
321 int32_t __pad[SI32_PAD]; /* for future growth */
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/
H A Dpsvcpolicy.c90 int32_t segdesc;
95 static int32_t threshold_names[] = {
210 int32_t
213 int32_t status = PSVC_SUCCESS; in psvc_update_thresholds_0()
217 int32_t match_count, i, j, seg_desc_start = 0x1806, temp_address; in psvc_update_thresholds_0()
218 int32_t seg_found, temp; in psvc_update_thresholds_0()
304 static int32_t
305 check_temp(psvc_opaque_t hdlp, char *id, int32_t silent) in check_temp()
307 int32_t lo_warn, hi_warn, lo_shut, hi_shut; in check_temp()
309 int32_t temp; in check_temp()
[all …]
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c52 static int32_t last_token_type = 0;
63 static int32_t data_lineno; /* current line # in data file */
84 int32_t value;
130 static int32_t sup_prxfile(char *file_name, struct extvtoc *vt);
131 static int32_t sup_setpart(struct extvtoc *vt);
132 static void sup_pushchar(int32_t c);
135 static int32_t sup_inputchar();
136 static int32_t sup_gettoken(char *buf);
137 static int32_t sup_get_token(char *buf);
138 static int32_t find_value(slist_t *slist, char *str, int32_t *value);
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.h162 int32_t udm_plen;
163 int32_t udm_nspm;
222 int32_t n_parts;
224 int32_t n_maps;
232 int32_t ud_open_dev(ud_handle_t, char *, uint32_t);
234 int32_t ud_read_dev(ud_handle_t, uint64_t, uint8_t *, uint32_t);
235 int32_t ud_write_dev(ud_handle_t, uint64_t, uint8_t *, uint32_t);
237 int32_t ud_fill_udfs_info(ud_handle_t);
238 int32_t ud_get_num_blks(ud_handle_t, uint32_t *);
240 int32_t ud_verify_tag(ud_handle_t, struct tag *,
[all …]
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_sack.h61 int32_t tcp_pipe; /* # of bytes in network */
65 int32_t tcp_max_sack_blk; /* max # of SACK info blk in a segment */
66 int32_t tcp_num_sack_blk; /* num of blks in sack list */
70 int32_t tcp_num_notsack_blk;
77 extern void tcp_sack_insert(sack_blk_t *, tcp_seq, tcp_seq, int32_t *);
78 extern void tcp_sack_remove(sack_blk_t *, tcp_seq, int32_t *);
80 int32_t *, uint32_t *);
81 extern void tcp_notsack_remove(notsack_blk_t **, tcp_seq, int32_t *,
84 int32_t *, uint32_t *);
/illumos-gate/usr/src/lib/libsmedia/library/inc/
H A Dsmedia.h48 int32_t sm_interface_type; /* Interface type */
68 int32_t sm_version;
69 int32_t sm_media_type; /* Medium type */
70 int32_t sm_blocksize; /* Medium block size in bytes */
71 int32_t sm_capacity; /* Medium capacity in no. of blocks */
72 int32_t sm_pcyl; /* No. of cylinders on the medium */
73 int32_t sm_nhead; /* No. of heads */
74 int32_t sm_nsect; /* No. of sectors per cylinder */
112 int32_t sm_new_state;
113 int32_t sm_passwd_len;
[all …]

12345678910>>...49