/titanic_50/usr/src/uts/common/sys/ |
H A D | timex.h | 200 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 D | types32.h | 50 typedef int32_t daddr32_t; 51 typedef int32_t off32_t; 53 typedef int32_t blkcnt32_t; 56 typedef int32_t id32_t; 59 typedef int32_t key32_t; 65 typedef int32_t pid32_t; 67 typedef int32_t ssize32_t; 68 typedef int32_t time32_t; 69 typedef int32_t clock32_t; 71 typedef int32_t intptr32_t; [all …]
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/ |
H A D | psvc_objects_class.h | 46 int32_t class; 47 int32_t subclass; 48 int32_t instance; 58 int32_t (*constructor)(); 59 int32_t (*destructor)(); 60 int32_t (*get_attr)(); 61 int32_t (*set_attr)(); 66 int32_t hw_lo_shut; 67 int32_t lo_warn; /* low warning threshold */ 68 int32_t lo_shut; /* low shutdown threshold */ [all …]
|
H A D | psvcobj.c | 71 static int32_t i_psvc_constructor_0_0(EHdl_t *, char *, EObj_t **); 72 static int32_t i_psvc_constructor_0_1(EHdl_t *, char *, EObj_t **); 73 static int32_t i_psvc_constructor_1_0(EHdl_t *, char *, EObj_t **); 74 static int32_t i_psvc_constructor_2_0(EHdl_t *, char *, EObj_t **); 75 static int32_t i_psvc_constructor_2_1(EHdl_t *, char *, EObj_t **); 76 static int32_t i_psvc_constructor_2_2(EHdl_t *, char *, EObj_t **); 77 static int32_t i_psvc_constructor_3_0(EHdl_t *, char *, EObj_t **); 78 static int32_t i_psvc_constructor_4_0(EHdl_t *, char *, EObj_t **); 79 static int32_t i_psvc_constructor_5_0(EHdl_t *, char *, EObj_t **); 80 static int32_t i_psvc_constructor_6_0(EHdl_t *, char *, EObj_t **); [all …]
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 178 int32_t cs_ndir; /* number of directories */ 179 int32_t cs_nbfree; /* number of free blocks */ 180 int32_t cs_nifree; /* number of free inodes */ 181 int32_t cs_nffree; /* number of free frags */ 245 int32_t fs_cgoffset; /* cylinder group offset in cylinder */ 246 int32_t fs_cgmask; /* used to calc mod fs_ntrak */ 248 int32_t fs_size; /* number of blocks in fs */ 249 int32_t fs_dsize; /* number of data blocks in fs */ 250 int32_t fs_ncg; /* number of cylinder groups */ 251 int32_t fs_bsize; /* size of basic blocks in fs */ [all …]
|
H A D | udf_inode.h | 66 ((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 …]
|
/titanic_50/usr/src/lib/libsmedia/library/common/ |
H A D | l_generic.c | 43 extern int32_t call_function( 46 extern smedia_handle_t get_handle_from_path(const char *, int32_t, int32_t); 47 extern smedia_handle_t get_handle_from_fd(int32_t fd); 48 extern int32_t release_handle(rmedia_handle_t *); 50 int32_t 53 int32_t ret_val; in smedia_get_device_info() 63 int32_t 66 int32_t ret_val; in smedia_free_device_info() 76 int32_t 79 int32_t ret_val; in smedia_get_medium_property() [all …]
|
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | fsck_pcfs.h | 80 int32_t clusterNum; 107 int32_t longEntStartClust; 177 extern int32_t extractStartCluster(struct pcdir *dp); 178 extern int32_t findImpactedCluster(struct pcdir *modified); 179 extern int32_t readFATEntry(int32_t currentCluster); 181 extern int32_t nextInChain(int32_t currentCluster); 184 int32_t startCluster); 186 extern void markClusterModified(int32_t clusterNum); 188 extern void updateDirEnt_Start(struct pcdir *dp, int32_t newStart); 197 char matchRequired, struct pcdir **found, int32_t *lastDirCluster, [all …]
|
H A D | clusters.c | 48 extern int32_t BytesPerCluster; 49 extern int32_t TotalClusters; 50 extern int32_t LastCluster; 51 extern int32_t RootDirSize; 52 extern int32_t FATSize; 64 static int32_t ReservedClusterCount; 65 static int32_t AllocedClusterCount; 66 static int32_t FreeClusterCount; 67 static int32_t BadClusterCount; 72 static int32_t CachedClusterCount; [all …]
|
H A D | fat.c | 43 extern int32_t BytesPerCluster; 44 extern int32_t TotalClusters; 45 extern int32_t LastCluster; 56 int32_t FATSize; 169 findClusterEntryInFAT(int32_t currentCluster) in findClusterEntryInFAT() 171 int32_t idx; in findClusterEntryInFAT() 207 int32_t 208 readFATEntry(int32_t currentCluster) in readFATEntry() 210 int32_t value; in readFATEntry() 247 writeFATEntry(int32_t currentCluster, int32_t value) in writeFATEntry() [all …]
|
/titanic_50/usr/src/uts/common/pcmcia/sys/ |
H A D | cs.h | 68 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 …]
|
/titanic_50/usr/src/uts/common/io/audio/impl/ |
H A D | audio_grc3.c | 37 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 …]
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | extern.h | 85 int32_t __addel __P((HTAB *, ITEM_INFO *, 88 int32_t __big_delete __P((HTAB *, PAGE16 *, indx_t)); 89 int32_t __big_insert __P((HTAB *, PAGE16 *, const DBT *, const DBT *)); 90 int32_t __big_keydata __P((HTAB *, PAGE16 *, DBT *, DBT *, int32_t)); 91 int32_t __big_return __P((HTAB *, ITEM_INFO *, DBT *, int32_t)); 92 u_int32_t __call_hash __P((HTAB *, int8_t *, int32_t)); 94 int32_t __delete_page __P((HTAB *, PAGE16 *, int32_t)); 95 int32_t __delpair __P((HTAB *, CURSOR *, ITEM_INFO *)); 96 int32_t __expand_table __P((HTAB *)); 97 int32_t __find_bigpair __P((HTAB *, CURSOR *, int8_t *, int32_t)); [all …]
|
H A D | hash.h | 81 int32_t magic; /* Magic NO for hash tables */ 82 int32_t version; /* Version ID */ 83 int32_t lorder; /* Byte Order */ 84 int32_t bsize; /* Bucket/Page Size */ 85 int32_t bshift; /* Bucket shift */ 86 int32_t ovfl_point; /* Where overflow pages are being allocated */ 87 int32_t last_freed; /* Last overflow page freed */ 88 int32_t max_bucket; /* ID of Maximum bucket in use */ 89 int32_t high_mask; /* Mask to modulo into entire table */ 90 int32_t low_mask; /* Mask to modulo into lower half of table */ [all …]
|
/titanic_50/usr/src/cmd/rmformat/ |
H A D | rmf_main.c | 36 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 D | rmf_menu.c | 35 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 …]
|
/titanic_50/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_ioctl.h | 57 int32_t arg0; 58 int32_t arg1; 59 int32_t arg2; 60 int32_t arg3; 61 int32_t arg4; 62 int32_t magic; 64 int32_t pad[1]; 197 int32_t align1; 199 int32_t flags; /* See RDC flags below */ 200 int32_t sync_flags; /* See RDC flags below */ [all …]
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pcore_linux.h | 40 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 …]
|
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | au_to.c | 83 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 …]
|
/titanic_50/usr/src/uts/common/pcmcia/cs/ |
H A D | cs_stubs.c | 131 int32_t 187 int32_t 197 int32_t 207 int32_t 217 int32_t 227 int32_t 237 int32_t 247 int32_t 257 int32_t 267 int32_t [all …]
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | collatefile.h | 81 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 …]
|
/titanic_50/usr/src/uts/sun4u/serengeti/sys/ |
H A D | sgcn.h | 93 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 …]
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfssys.h | 66 int32_t fd; /* Connection endpoint */ 69 int32_t versmin; /* Min protocol version to offer */ 70 int32_t versmax; /* Max protocol version to offer */ 71 int32_t delegation; /* NFSv4 delegation on/off? */ 97 int32_t vers; 110 int32_t authtype; 139 int32_t version; /* keep this first */ 140 int32_t fd; 144 int32_t debug; /* debugging level */ 146 int32_t grace; /* secs in grace period */ [all …]
|
/titanic_50/usr/src/head/protocols/ |
H A D | dumprestore.h | 86 extern int32_t tp_bsize; 107 int32_t s_inos[TP_NINOS]; /* starting inodes on tape */ 112 int32_t c_level; /* level of this dump */ 125 int32_t c_type; /* record type (see below) */ 128 int32_t c_volume; /* dump volume number */ 131 int32_t c_magic; /* magic number (see above) */ 132 int32_t c_checksum; /* record checksum */ 134 int32_t c_count; /* number of valid c_addr entries */ 138 int32_t c_flags; /* additional information */ 139 int32_t c_firstrec; /* first record on volume */ [all …]
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | xdr_mem.c | 99 if (sizeof (int32_t) > (uint32_t)xdrs->x_handy) { in xdrmem_getlong() 104 xdrs->x_handy -= sizeof (int32_t); in xdrmem_getlong() 106 *lp = (int32_t)ntohl((uint32_t)(*((int32_t *)(xdrs->x_private)))); in xdrmem_getlong() 107 xdrs->x_private += sizeof (int32_t); in xdrmem_getlong() 119 if ((sizeof (int32_t) > (uint32_t)xdrs->x_handy)) { in xdrmem_putlong() 124 xdrs->x_handy -= sizeof (int32_t); in xdrmem_putlong() 126 *(int32_t *)xdrs->x_private = (int32_t)htonl((uint32_t)(*lp)); in xdrmem_putlong() 127 xdrs->x_private += sizeof (int32_t); in xdrmem_putlong() 133 xdrmem_getint32(XDR *xdrs, int32_t *ip) in xdrmem_getint32() 135 if (sizeof (int32_t) > (uint_t)xdrs->x_handy) { in xdrmem_getint32() [all …]
|