/titanic_41/usr/src/lib/libbc/libc/yp/ |
H A D | yp_prot.h | 104 #define YPPROG ((u_long)100004) 105 #define YPVERS ((u_long)2) 106 #define YPVERS_ORIG ((u_long)1) 107 #define YPMAXRECORD ((u_long)1024) 108 #define YPMAXDOMAIN ((u_long)256) 109 #define YPMAXMAP ((u_long)64) 110 #define YPMAXPEER ((u_long)256) 197 #define YPPROC_NULL ((u_long)0) 198 #define YPPROC_DOMAIN ((u_long)1) 199 #define YPPROC_DOMAIN_NONACK ((u_long)2) [all …]
|
H A D | ypv1_prot.h | 38 #define YPOLDPROC_NULL ((u_long)0) 39 #define YPOLDPROC_DOMAIN ((u_long)1) 40 #define YPOLDPROC_DOMAIN_NONACK ((u_long)2) 41 #define YPOLDPROC_MATCH ((u_long)3) 42 #define YPOLDPROC_FIRST ((u_long)4) 43 #define YPOLDPROC_NEXT ((u_long)5) 44 #define YPOLDPROC_POLL ((u_long)6) 45 #define YPOLDPROC_PUSH ((u_long)7) 46 #define YPOLDPROC_PULL ((u_long)8) 47 #define YPOLDPROC_GET ((u_long)9)
|
/titanic_41/usr/src/cmd/sendmail/db/db/ |
H A D | db_pr.c | 209 (u_long)LSN(mp).file, (u_long)LSN(mp).offset); 210 (void)fprintf(fp, "magic %#lx\n", (u_long)mp->magic); 211 (void)fprintf(fp, "version %#lx\n", (u_long)mp->version); 212 (void)fprintf(fp, "pagesize %lu\n", (u_long)mp->pagesize); 214 (u_long)mp->maxkey, (u_long)mp->minkey); 216 (void)fprintf(fp, "free list: %lu", (u_long)mp->free); 222 (void)fprintf(fp, "%s%lu", sep, (u_long)i); 232 (void)fprintf(fp, "flags %#lx", (u_long)mp->flags); 239 (u_long)t->bt_maxkey, (u_long)t->bt_minkey); 241 (u_long)t->bt_compare, (u_long)t->bt_prefix); [all …]
|
H A D | db_auto.c | 143 (u_long)lsnp->file, 144 (u_long)lsnp->offset, 145 (u_long)argp->type, 146 (u_long)argp->txnid->txnid, 147 (u_long)argp->prev_lsn.file, 148 (u_long)argp->prev_lsn.offset); 149 printf("\topcode: %lu\n", (u_long)argp->opcode); 150 printf("\tfileid: %lu\n", (u_long)argp->fileid); 151 printf("\tpgno: %lu\n", (u_long)argp->pgno); 152 printf("\tindx: %lu\n", (u_long)argp->indx); [all …]
|
H A D | db_apprec.c | 116 (u_long)ckp_lsn.file, (u_long)ckp_lsn.offset); 170 (u_long)first_lsn.file, (u_long)first_lsn.offset); 230 (u_long)dbenv->tx_info->region->last_ckp.file, 231 (u_long)dbenv->tx_info->region->last_ckp.offset); 236 (u_long)lsn.file, (u_long)lsn.offset);
|
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmp.x | 51 u_long high; 52 u_long low; 210 u_long sequence; /* Monotonically increasing number */ 211 u_long time_stamp; /* Time stamp of message */ 214 u_long reply_sequence; /* Reply is in response to */ 392 u_long attrs; 485 u_long attrs; 506 u_long invalid; 540 u_long attr; 688 u_long flags; [all …]
|
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | pmap_prot.h | 66 #define PMAPPROG ((u_long)100000) 67 #define PMAPVERS ((u_long)2) 68 #define PMAPVERS_PROTO ((u_long)2) 69 #define PMAPVERS_ORIG ((u_long)1) 70 #define PMAPPROC_NULL ((u_long)0) 71 #define PMAPPROC_SET ((u_long)1) 72 #define PMAPPROC_UNSET ((u_long)2) 73 #define PMAPPROC_GETPORT ((u_long)3) 74 #define PMAPPROC_DUMP ((u_long)4) 75 #define PMAPPROC_CALLIT ((u_long)5)
|
H A D | rpc_msg.h | 33 #define RPC_MSG_VERSION ((u_long) 2) 80 u_long low; 81 u_long high; 100 u_long low; 101 u_long high; 126 u_long cb_rpcvers; /* must be equal to two */ 127 u_long cb_prog; 128 u_long cb_vers; 129 u_long cb_proc; 138 u_long rm_xid;
|
H A D | clnt.h | 87 u_long low; /* lowest verion supported */ 88 u_long high; /* highest verion supported */ 213 #define RPCTEST_PROGRAM ((u_long)1) 214 #define RPCTEST_VERSION ((u_long)1) 215 #define RPCTEST_NULL_PROC ((u_long)2) 216 #define RPCTEST_NULL_BATCH_PROC ((u_long)3) 222 #define NULLPROC ((u_long)0) 359 u_long rt_rtxcur; /* current (backed-off) rto */ 379 extern u_long clntxid;
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | _statfs.c | 36 u_long f_bsize; /* fundamental file system block size */ 37 u_long f_frsize; /* fragment size */ 38 u_long f_blocks; /* total # of blocks of f_frsize on fs */ 39 u_long f_bfree; /* total # of free blocks of f_frsize */ 40 u_long f_bavail; /* # of free blocks avail to non-superuser */ 41 u_long f_files; /* total # of file nodes (inodes) */ 42 u_long f_ffree; /* total # of free file nodes */ 43 u_long f_favail; /* # of free nodes avail to non-superuser */ 44 u_long f_fsid; /* file system id (dev for now) */ 46 u_long f_flag; /* bit-mask of flags */ [all …]
|
/titanic_41/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_auto.c | 140 (u_long)lsnp->file, 141 (u_long)lsnp->offset, 142 (u_long)argp->type, 143 (u_long)argp->txnid->txnid, 144 (u_long)argp->prev_lsn.file, 145 (u_long)argp->prev_lsn.offset); 146 printf("\topcode: %lu\n", (u_long)argp->opcode); 147 printf("\tfileid: %lu\n", (u_long)argp->fileid); 148 printf("\tpgno: %lu\n", (u_long)argp->pgno); 149 printf("\tndx: %lu\n", (u_long)argp->ndx); [all …]
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/ |
H A D | mpool.h | 82 u_long pagesize; /* file page size */ 90 u_long cachehit; 91 u_long cachemiss; 92 u_long pagealloc; 93 u_long pageflush; 94 u_long pageget; 95 u_long pagenew; 96 u_long pageput; 97 u_long pageread; 98 u_long pagewrite;
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_state.h | 198 u_long iss_hits; 199 u_long iss_miss; 200 u_long iss_max; 201 u_long iss_maxref; 202 u_long iss_tcp; 203 u_long iss_udp; 204 u_long iss_icmp; 205 u_long iss_nomem; 206 u_long iss_expire; 207 u_long iss_fin; [all …]
|
H A D | ip_auth.h | 34 u_long fae_age; 41 u_long fas_nospace; 42 u_long fas_added; 43 u_long fas_sendfail; 44 u_long fas_sendok; 45 u_long fas_queok; 46 u_long fas_quefail; 47 u_long fas_expire;
|
H A D | ip_frag.h | 33 u_long ipfr_ttl; 40 u_long ifs_exists; /* add & already exists */ 41 u_long ifs_nomem; 42 u_long ifs_new; 43 u_long ifs_hits; 44 u_long ifs_expire; 45 u_long ifs_inuse; 46 u_long ifs_retrans0; 47 u_long ifs_short;
|
H A D | ip_htable.h | 26 u_long ipeu_long; 43 u_long iph_seed; /* hashing seed */ 61 u_long iphs_numtables; 62 u_long iphs_numnodes; 63 u_long iphs_nomem; 64 u_long iphs_pad[16];
|
/titanic_41/usr/src/cmd/sendmail/db/btree/ |
H A D | btree_auto.c | 121 (u_long)lsnp->file, 122 (u_long)lsnp->offset, 123 (u_long)argp->type, 124 (u_long)argp->txnid->txnid, 125 (u_long)argp->prev_lsn.file, 126 (u_long)argp->prev_lsn.offset); 127 printf("\tfileid: %lu\n", (u_long)argp->fileid); 129 (u_long)argp->meta_lsn.file, (u_long)argp->meta_lsn.offset); 131 (u_long)argp->page_lsn.file, (u_long)argp->page_lsn.offset); 132 printf("\tpgno: %lu\n", (u_long)argp->pgno); [all …]
|
/titanic_41/usr/src/cmd/sendmail/db/txn/ |
H A D | txn_auto.c | 94 (u_long)lsnp->file, 95 (u_long)lsnp->offset, 96 (u_long)argp->type, 97 (u_long)argp->txnid->txnid, 98 (u_long)argp->prev_lsn.file, 99 (u_long)argp->prev_lsn.offset); 100 printf("\topcode: %lu\n", (u_long)argp->opcode); 223 (u_long)lsnp->file, 224 (u_long)lsnp->offset, 225 (u_long)argp->type, [all …]
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypv1_prot.h | 44 #define YPOLDPROC_NULL ((u_long)0) 45 #define YPOLDPROC_DOMAIN ((u_long)1) 46 #define YPOLDPROC_DOMAIN_NONACK ((u_long)2) 47 #define YPOLDPROC_MATCH ((u_long)3) 48 #define YPOLDPROC_FIRST ((u_long)4) 49 #define YPOLDPROC_NEXT ((u_long)5) 50 #define YPOLDPROC_POLL ((u_long)6) 51 #define YPOLDPROC_PUSH ((u_long)7) 52 #define YPOLDPROC_PULL ((u_long)8) 53 #define YPOLDPROC_GET ((u_long)9)
|
H A D | yp_b.h | 121 u_long ypbind_error; 135 #define YPBINDPROG ((u_long)100007) 136 #define YPBINDVERS ((u_long)3) 137 #define YPBINDPROC_NULL ((u_long)0) 139 #define YPBINDPROC_DOMAIN ((u_long)1) 141 #define YPBINDPROC_SETDOM ((u_long)2)
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | getput.h | 37 #define GET_32BIT(cp) (((u_long)(u_char)(cp)[0] << 24) | \ 38 ((u_long)(u_char)(cp)[1] << 16) | \ 39 ((u_long)(u_char)(cp)[2] << 8) | \ 40 ((u_long)(u_char)(cp)[3])) 42 #define GET_16BIT(cp) (((u_long)(u_char)(cp)[0] << 8) | \ 43 ((u_long)(u_char)(cp)[1]))
|
/titanic_41/usr/src/lib/libresolv2/common/bsd/ |
H A D | strtoul.c | 61 u_long 64 u_long acc, cutoff; in strtoul() 88 cutoff = (u_long)ULONG_MAX / (u_long)base; in strtoul() 89 cutlim = (u_long)ULONG_MAX % (u_long)base; in strtoul()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | fw_lib.h | 38 char _TKFAR *, u_long, u_long, char _TKFAR *, 40 extern short net_more(u_long, u_long, invk_context, Op_arg _TKFAR * _TKFAR *, 42 extern short net_end(u_long, invk_context, Op_err _TKFAR * _TKFAR *); 59 extern void fw_err_set(Op_err _TKFAR * _TKFAR *, Fw_err, u_long, ...);
|
/titanic_41/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_pr.c | 206 DB_LINE, (u_long)dbmp->reginfo.addr, (u_long)dbmp->addr); 213 cnt + 1, __memp_fns(dbmp, mfp), (u_long)mfp->ref, 237 DB_LINE, (u_long)mp->htab_buckets); 241 (void)fprintf(fp, "%lu:\n", (u_long)bucket); 294 (u_long)bhp->pgno, (u_long)bhp->mf_offset, 295 (u_long)bhp->ref, (u_long)R_OFFSET(dbmp, bhp)); 298 (u_long)bhp->pgno, i + 1, 299 (u_long)bhp->ref, (u_long)R_OFFSET(dbmp, bhp));
|
/titanic_41/usr/src/cmd/sendmail/db/log/ |
H A D | log_findckp.c | 99 (u_long)last_ckp.file, (u_long)last_ckp.offset); 101 (u_long)ckp_args->ckp_lsn.file, 102 (u_long)ckp_args->ckp_lsn.offset); 104 (u_long)ckp_args->last_ckp.file, 105 (u_long)ckp_args->last_ckp.offset);
|