Home
last modified time | relevance | path

Searched refs:int32_t (Results 1 – 25 of 1209) sorted by relevance

12345678910>>...49

/illumos-gate/usr/src/uts/common/sys/
H A Dtimex.h200 int32_t maxerror; /* maximum error (us) (ro) */
201 int32_t esterror; /* estimated error (us) (ro) */
210 int32_t maxerror;
211 int32_t esterror;
222 int32_t offset; /* time offset (us) (rw) */
223 int32_t freq; /* frequency offset (scaled ppm) (rw) */
224 int32_t maxerror; /* maximum error (us) (rw) */
225 int32_t esterror; /* estimated error (us) (rw) */
226 int32_t status; /* clock status bits (rw) */
227 int32_t constant; /* pll time constant (rw) */
[all …]
H A Dtypes32.h48 typedef int32_t daddr32_t;
49 typedef int32_t off32_t;
51 typedef int32_t blkcnt32_t;
54 typedef int32_t id32_t;
57 typedef int32_t key32_t;
63 typedef int32_t pid32_t;
65 typedef int32_t ssize32_t;
66 typedef int32_t time32_t;
67 typedef int32_t clock32_t;
69 typedef int32_t intptr32_t;
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h44 int32_t class;
45 int32_t subclass;
46 int32_t instance;
56 int32_t (*constructor)();
57 int32_t (*destructor)();
58 int32_t (*get_attr)();
59 int32_t (*set_attr)();
64 int32_t hw_lo_shut;
65 int32_t lo_warn; /* low warning threshold */
66 int32_t lo_shut; /* low shutdown threshold */
[all …]
H A Dpsvcobj.c69 static int32_t i_psvc_constructor_0_0(EHdl_t *, char *, EObj_t **);
70 static int32_t i_psvc_constructor_0_1(EHdl_t *, char *, EObj_t **);
71 static int32_t i_psvc_constructor_1_0(EHdl_t *, char *, EObj_t **);
72 static int32_t i_psvc_constructor_2_0(EHdl_t *, char *, EObj_t **);
73 static int32_t i_psvc_constructor_2_1(EHdl_t *, char *, EObj_t **);
74 static int32_t i_psvc_constructor_2_2(EHdl_t *, char *, EObj_t **);
75 static int32_t i_psvc_constructor_3_0(EHdl_t *, char *, EObj_t **);
76 static int32_t i_psvc_constructor_4_0(EHdl_t *, char *, EObj_t **);
77 static int32_t i_psvc_constructor_5_0(EHdl_t *, char *, EObj_t **);
78 static int32_t i_psvc_constructor_6_0(EHdl_t *, char *, EObj_t **);
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h176 int32_t cs_ndir; /* number of directories */
177 int32_t cs_nbfree; /* number of free blocks */
178 int32_t cs_nifree; /* number of free inodes */
179 int32_t cs_nffree; /* number of free frags */
243 int32_t fs_cgoffset; /* cylinder group offset in cylinder */
244 int32_t fs_cgmask; /* used to calc mod fs_ntrak */
246 int32_t fs_size; /* number of blocks in fs */
247 int32_t fs_dsize; /* number of data blocks in fs */
248 int32_t fs_ncg; /* number of cylinder groups */
249 int32_t fs_bsize; /* size of basic blocks in fs */
[all …]
H A Dudf_inode.h66 ((int32_t)((loc) / (udf_vfsp)->udf_lbsize))
105 int32_t udp_cache_count; /* Cache is used for metadata */
138 int32_t udm_plen;
139 int32_t udm_nspm;
167 int32_t udf_rdclustsz; /* read cluster size */
168 int32_t udf_wrclustsz; /* write cluster size */
171 int32_t udf_maxfbits; /* No of bit's for max file size */
178 int32_t udf_lbsize; /* Block size */
180 int32_t udf_lbmask; /* udf_lbsize - 1 */
181 int32_t udf_l2b_shift; /* lbsize to bytes */
[all …]
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h229 int32_t version; /* version of command structure */
230 int32_t handle; /* reference to filesystem to be changed */
243 int32_t cs_ndir; /* number of directories */
244 int32_t cs_nbfree; /* number of free blocks */
245 int32_t cs_nifree; /* number of free inodes */
246 int32_t cs_nffree; /* number of free frags */
261 int32_t fs_firstfield; /* historic filesystem linked list, */
262 int32_t fs_unused_1; /* used for incore super blocks */
263 int32_t fs_sblkno; /* offset of super-block in filesys */
264 int32_t fs_cblkno; /* offset of cyl-block in filesys */
[all …]
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_generic.c41 extern int32_t call_function(
44 extern smedia_handle_t get_handle_from_path(const char *, int32_t, int32_t);
45 extern smedia_handle_t get_handle_from_fd(int32_t fd);
46 extern int32_t release_handle(rmedia_handle_t *);
48 int32_t
51 int32_t ret_val; in smedia_get_device_info()
61 int32_t
64 int32_t ret_val; in smedia_free_device_info()
74 int32_t
77 int32_t ret_val; in smedia_get_medium_property()
[all …]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h78 int32_t clusterNum;
105 int32_t longEntStartClust;
175 extern int32_t extractStartCluster(struct pcdir *dp);
176 extern int32_t findImpactedCluster(struct pcdir *modified);
177 extern int32_t readFATEntry(int32_t currentCluster);
179 extern int32_t nextInChain(int32_t currentCluster);
182 int32_t startCluster);
184 extern void markClusterModified(int32_t clusterNum);
186 extern void updateDirEnt_Start(struct pcdir *dp, int32_t newStart);
195 char matchRequired, struct pcdir **found, int32_t *lastDirCluster,
[all …]
H A Dclusters.c47 extern int32_t BytesPerCluster;
48 extern int32_t TotalClusters;
49 extern int32_t LastCluster;
50 extern int32_t RootDirSize;
51 extern int32_t FATSize;
63 static int32_t ReservedClusterCount;
64 static int32_t AllocedClusterCount;
65 static int32_t FreeClusterCount;
66 static int32_t BadClusterCount;
71 static int32_t CachedClusterCount;
[all …]
H A Dfat.c41 extern int32_t BytesPerCluster;
42 extern int32_t TotalClusters;
43 extern int32_t LastCluster;
54 int32_t FATSize;
167 findClusterEntryInFAT(int32_t currentCluster) in findClusterEntryInFAT()
169 int32_t idx; in findClusterEntryInFAT()
205 int32_t
206 readFATEntry(int32_t currentCluster) in readFATEntry()
208 int32_t value; in readFATEntry()
245 writeFATEntry(int32_t currentCluster, int32_t value) in writeFATEntry()
[all …]
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h68 typedef int32_t (csfunction_t)(int32_t, ...); /* for lint - cc -v quieting */
976 int32_t spec_type; /* dev special type (block or char) */
977 int32_t minor_num; /* device node minor number */
1018 int32_t instance; /* instance */
1061 int32_t csx_RegisterClient(client_handle_t *, client_reg_t *);
1062 int32_t csx_DeregisterClient(client_handle_t);
1063 int32_t csx_GetStatus(client_handle_t, get_status_t *);
1064 int32_t csx_SetEventMask(client_handle_t, sockevent_t *);
1065 int32_t csx_GetEventMask(client_handle_t, sockevent_t *);
1066 int32_t csx_RequestIO(client_handle_t, io_req_t *);
[all …]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_grc3.c37 extern const int32_t filter_data_L[];
38 extern const int32_t filter_data_M[];
39 extern const int32_t filter_data_H[];
40 extern const int32_t filter_data_P[];
45 static int32_t
53 static int32_t
54 _grc_sat6(int32_t a, int32_t b) in _grc_sat6()
57 return ((int32_t)(v >> 6)); in _grc_sat6()
60 static int32_t
61 _grc_sat31(int32_t a, int32_t b) in _grc_sat31()
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dextern.h83 int32_t __addel __P((HTAB *, ITEM_INFO *,
86 int32_t __big_delete __P((HTAB *, PAGE16 *, indx_t));
87 int32_t __big_insert __P((HTAB *, PAGE16 *, const DBT *, const DBT *));
88 int32_t __big_keydata __P((HTAB *, PAGE16 *, DBT *, DBT *, int32_t));
89 int32_t __big_return __P((HTAB *, ITEM_INFO *, DBT *, int32_t));
90 u_int32_t __call_hash __P((HTAB *, int8_t *, int32_t));
92 int32_t __delete_page __P((HTAB *, PAGE16 *, int32_t));
93 int32_t __delpair __P((HTAB *, CURSOR *, ITEM_INFO *));
94 int32_t __expand_table __P((HTAB *));
95 int32_t __find_bigpair __P((HTAB *, CURSOR *, int8_t *, int32_t));
[all …]
H A Dhash.h79 int32_t magic; /* Magic NO for hash tables */
80 int32_t version; /* Version ID */
81 int32_t lorder; /* Byte Order */
82 int32_t bsize; /* Bucket/Page Size */
83 int32_t bshift; /* Bucket shift */
84 int32_t ovfl_point; /* Where overflow pages are being allocated */
85 int32_t last_freed; /* Last overflow page freed */
86 int32_t max_bucket; /* ID of Maximum bucket in use */
87 int32_t high_mask; /* Mask to modulo into entire table */
88 int32_t low_mask; /* Mask to modulo into lower half of table */
[all …]
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_main.c36 int32_t b_flag = 0;
37 int32_t c_flag = 0;
38 int32_t D_flag = 0;
39 int32_t e_flag = 0;
40 int32_t F_flag = 0;
41 int32_t H_flag = 0;
42 int32_t l_flag = 0;
43 int32_t p_flag = 0;
44 int32_t R_flag = 0;
45 int32_t s_flag = 0;
[all …]
H A Drmf_menu.c35 extern int32_t D_flag;
36 extern int32_t e_flag;
37 extern int32_t H_flag;
38 extern int32_t U_flag;
39 extern int32_t V_flag;
40 extern int32_t b_flag;
41 extern int32_t w_flag;
42 extern int32_t W_flag;
43 extern int32_t s_flag;
44 extern int32_t c_flag;
[all …]
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c83 int32_t byte_count; in au_to_header()
88 token = get_token(2 * sizeof (char) + sizeof (int32_t) + in au_to_header()
93 token = get_token(2 * sizeof (char) + 3 * sizeof (int32_t) + in au_to_header()
108 adr_int32(&adr, (int32_t *)&tv, 2); /* time & date */ in au_to_header()
124 int32_t byte_count; in au_to_header_ex()
148 token = get_token(2 * sizeof (char) + sizeof (int32_t) + in au_to_header_ex()
150 sizeof (int32_t) + host_info->at_type); in au_to_header_ex()
152 token = get_token(2 * sizeof (char) + 3 * sizeof (int32_t) + in au_to_header_ex()
153 2 * sizeof (short) + sizeof (int32_t) + host_info->at_type); in au_to_header_ex()
164 adr_int32(&adr, (int32_t *)&host_info->at_type, 1); in au_to_header_ex()
[all …]
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore_linux.h40 int32_t pr_pid; /* Process ID */
41 int32_t pr_ppid; /* Parent's process ID */
42 int32_t pr_pgrp; /* Group ID */
43 int32_t pr_sid; /* Session ID */
56 int32_t pr_pid; /* Process ID */
57 int32_t pr_ppid; /* Parent's process ID */
58 int32_t pr_pgrp; /* Group ID */
59 int32_t pr_sid; /* Session ID */
115 int32_t si_signo; /* Signal number */
116 int32_t si_code; /* Extra code */
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Ddbm.h35 int32_t page;
36 int32_t bits;
45 int32_t addr;
50 const int32_t *pp;
56 int32_t dbm_page_count(void);
57 struct dbm_page *dbm_page_get(int32_t);
62 void dbm_page_bymacro(int32_t, const struct dbm_match *);
65 int32_t dbm_macro_count(int32_t);
66 struct dbm_macro *dbm_macro_get(int32_t, int32_t);
67 void dbm_macro_bypage(int32_t, int32_t);
H A Ddbm.c45 int32_t value;
46 int32_t pages;
50 int32_t name;
51 int32_t sect;
52 int32_t arch;
53 int32_t desc;
54 int32_t file;
67 static int32_t nvals[MACRO_MAX];
69 static int32_t npages;
74 static struct dbm_res page_bymacro(int32_t, const struct dbm_match *);
[all …]
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c78 static int cs_no_carservices(int32_t, ...);
129 int32_t
188 int32_t
198 int32_t
208 int32_t
218 int32_t
228 int32_t
238 int32_t
248 int32_t
258 int32_t
[all …]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c88 static int32_t udf_open(struct vnode **,
89 int32_t, struct cred *, caller_context_t *);
90 static int32_t udf_close(struct vnode *,
91 int32_t, int32_t, offset_t, struct cred *, caller_context_t *);
92 static int32_t udf_read(struct vnode *,
93 struct uio *, int32_t, struct cred *, caller_context_t *);
94 static int32_t udf_write(struct vnode *,
95 struct uio *, int32_t, struct cred *, caller_context_t *);
96 static int32_t udf_ioctl(struct vnode *,
97 int32_t, intptr_t, int32_t, struct cred *, int32_t *,
[all …]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollatefile.h81 int32_t pri_count[COLLATE_WEIGHTS_MAX];
82 int32_t flags;
83 int32_t chain_count;
84 int32_t large_count;
85 int32_t subst_count[COLLATE_WEIGHTS_MAX];
86 int32_t undef_pri[COLLATE_WEIGHTS_MAX];
90 int32_t pri[COLLATE_WEIGHTS_MAX];
95 int32_t pri[COLLATE_WEIGHTS_MAX];
99 int32_t val;
104 int32_t key;
[all …]
/illumos-gate/usr/src/uts/common/syscall/
H A Drusagesys.c101 r32.ru_majflt = (int32_t)r.ru_majflt; in getrusage()
102 r32.ru_minflt = (int32_t)r.ru_minflt; in getrusage()
103 r32.ru_nswap = (int32_t)r.ru_nswap; in getrusage()
104 r32.ru_inblock = (int32_t)r.ru_inblock; in getrusage()
105 r32.ru_oublock = (int32_t)r.ru_oublock; in getrusage()
106 r32.ru_msgsnd = (int32_t)r.ru_msgsnd; in getrusage()
107 r32.ru_msgrcv = (int32_t)r.ru_msgrcv; in getrusage()
108 r32.ru_nsignals = (int32_t)r.ru_nsignals; in getrusage()
109 r32.ru_nvcsw = (int32_t)r.ru_nvcsw; in getrusage()
110 r32.ru_nivcsw = (int32_t)r.ru_nivcsw; in getrusage()
[all …]

12345678910>>...49