Searched refs:u_long (Results 1 - 25 of 201) sorted by relevance

123456789

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dpmap_prot.h66 #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)
[all...]
H A Dpmap_rmt.h35 u_long prog, vers, proc, arglen;
43 u_long *port_ptr;
44 u_long resultslen;
H A Drpc_msg.h33 #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_xi
[all...]
H A Dauth_des.h48 u_long window; /* associated window */
58 u_long adc_nickname;
71 u_long adv_int_u;
/illumos-gate/usr/src/lib/libbc/libc/yp/
H A Dyp_prot.h104 #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)
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_auth.h34 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 Dip_frag.h33 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 Dip_state.h198 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_fi
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A D_statfs.c36 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_fla
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_netint.c40 u_long
42 u_long dst;
54 ns_put32(u_long src, u_char *dst) {
/illumos-gate/usr/src/boot/lib/libstand/
H A Drandom.c37 static u_long randseed = 1;
41 u_long seed;
51 u_long
H A Diodesc.h47 u_long xid; /* transaction identification */
/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dinet_lnaof.c51 u_long
55 register u_long i = ntohl(in.s_addr);
H A Dinet_netof.c50 u_long
54 register u_long i = ntohl(in.s_addr);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.h82 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 pagewrit
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c209 (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)m
[all...]
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dkmemcpywrap.c10 ret = kmemcpy((caddr_t)to, (u_long)from, size);
H A Dprintip.c19 printf("%lu", (u_long)ntohl(ipa.s_addr));
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypv2_bind.h44 #define YPBINDOLDVERS ((u_long)2)
45 #define YPOLDMAXDOMAIN ((u_long)64)
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dstrtoul.c61 u_long
64 u_long acc, cutoff;
88 cutoff = (u_long)ULONG_MAX / (u_long)base;
89 cutlim = (u_long)ULONG_MAX % (u_long)base;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw_lib.h38 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, ...);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Disapnp.h254 u_long flags; /* OS-reserved flags */
264 u_long base; /* Memory Base Address */
266 u_long range; /* Memory Range *OR* Upper Limit */
274 char * (*pd_probe ) (u_long csn, u_long vendor_id);
275 void (*pd_attach ) (u_long csn, u_long vend_id, char * name,
277 u_long *pd_count;
282 u_long vendor_id;
283 u_long seria
[all...]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmp.x51 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 flag
[all...]
/illumos-gate/usr/src/lib/libbc/libc/inet/
H A Dinet_network.c38 u_long
42 register u_long val, base, n;
44 u_long parts[4], *pp = parts;
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrcspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT))
45 u_long bit;
46 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT];

Completed in 102 milliseconds

123456789