Home
last modified time | relevance | path

Searched refs:u_long (Results 1 – 25 of 155) sorted by relevance

1234567

/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)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 Ddb_auto.c143 (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 Ddb_apprec.c116 (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);
/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 flags;
[all …]
/illumos-gate/usr/src/compat/bhyve/amd64/machine/
H A Dcpufunc.h21 static __inline u_long
22 bsfq(u_long mask) in bsfq()
24 u_long result; in bsfq()
39 static __inline u_long
40 bsrq(u_long mask) in bsrq()
42 u_long result; in bsrq()
85 return (mask == 0 ? mask : (int)bsfq((u_long)mask) + 1); in ffsl()
97 return (mask == 0 ? mask : (int)bsrq((u_long)mask) + 1); in flsl()
106 static __inline u_long
109 u_long rf; in read_rflags()
[all …]
H A Datomic.h42 static __inline u_long
43 atomic_load_acq_long(volatile u_long *p) in atomic_load_acq_long()
45 u_long res; in atomic_load_acq_long()
61 atomic_store_rel_long(volatile u_long *p, u_long v) in atomic_store_rel_long()
93 atomic_cmpset_long(volatile u_long *dst, u_long expect, u_long src) in atomic_cmpset_long()
177 atomic_set_long(volatile u_long *p, u_long v) in atomic_set_long()
187 atomic_clear_long(volatile u_long *p, u_long v) in atomic_clear_long()
207 static __inline u_long
208 atomic_swap_long(volatile u_long *p, u_long v) in atomic_swap_long()
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h75 static __inline u_long
76 bsfq(u_long mask) in bsfq()
78 u_long result; in bsfq()
93 static __inline u_long
94 bsrq(u_long mask) in bsrq()
96 u_long result; in bsrq()
103 clflush(u_long addr) in clflush()
110 clflushopt(u_long addr) in clflushopt()
161 return (mask == 0 ? mask : (int)bsfq((u_long)mask) + 1); in ffsl()
185 return (mask == 0 ? mask : (int)bsrq((u_long)mask) + 1); in flsl()
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_auto.c140 (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 …]
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbtree_auto.c121 (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 …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
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_fin;
[all …]
H A Dip_auth.h32 u_long fae_age;
39 u_long fas_nospace;
40 u_long fas_added;
41 u_long fas_sendfail;
42 u_long fas_sendok;
43 u_long fas_queok;
44 u_long fas_quefail;
45 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_htable.h26 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];
H A Dip_fil.h795 u_long fr_pass; /* packets allowed */
796 u_long fr_block; /* packets denied */
797 u_long fr_nom; /* packets which don't match any rule */
798 u_long fr_short; /* packets which are short */
799 u_long fr_ppkl; /* packets allowed and logged */
800 u_long fr_bpkl; /* packets denied and logged */
801 u_long fr_npkl; /* packets unmatched and logged */
802 u_long fr_pkl; /* packets logged */
803 u_long fr_skip; /* packets to be logged but buffer full */
804 u_long fr_ret; /* packets for which a return is sent */
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.h80 u_long pagesize; /* file page size */
88 u_long cachehit;
89 u_long cachemiss;
90 u_long pagealloc;
91 u_long pageflush;
92 u_long pageget;
93 u_long pagenew;
94 u_long pageput;
95 u_long pageread;
96 u_long pagewrite;
/illumos-gate/usr/src/boot/common/
H A Disapnp.h247 u_long flags; /* OS-reserved flags */
257 u_long base; /* Memory Base Address */
259 u_long range; /* Memory Range *OR* Upper Limit */
267 char * (*pd_probe ) (u_long csn, u_long vendor_id);
268 void (*pd_attach ) (u_long csn, u_long vend_id, char * name,
270 u_long *pd_count;
275 u_long vendor_id;
276 u_long serial;
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn_auto.c94 (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 …]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypv1_prot.h42 #define YPOLDPROC_NULL ((u_long)0)
43 #define YPOLDPROC_DOMAIN ((u_long)1)
44 #define YPOLDPROC_DOMAIN_NONACK ((u_long)2)
45 #define YPOLDPROC_MATCH ((u_long)3)
46 #define YPOLDPROC_FIRST ((u_long)4)
47 #define YPOLDPROC_NEXT ((u_long)5)
48 #define YPOLDPROC_POLL ((u_long)6)
49 #define YPOLDPROC_PUSH ((u_long)7)
50 #define YPOLDPROC_PULL ((u_long)8)
51 #define YPOLDPROC_GET ((u_long)9)
H A Dyp_b.h121 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)
/illumos-gate/usr/src/boot/sys/sys/
H A Defi.h123 efi_status (*rt_setvirtual)(u_long, u_long, uint32_t,
125 efi_status (*rt_cvtptr)(u_long, void **);
127 u_long *, void *);
128 efi_status (*rt_scanvar)(u_long *, efi_char *, struct uuid *);
130 u_long, void *);
132 efi_status (*rt_reset)(enum efi_reset, efi_status, u_long,
150 u_long st_entries;
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dstrtoul.c56 u_long
59 u_long acc, cutoff; in strtoul()
83 cutoff = (u_long)ULONG_MAX / (u_long)base; in strtoul()
84 cutlim = (u_long)ULONG_MAX % (u_long)base; in strtoul()
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_pr.c206 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));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw_lib.h36 char _TKFAR *, u_long, u_long, char _TKFAR *,
38 extern short net_more(u_long, u_long, invk_context, Op_arg _TKFAR * _TKFAR *,
40 extern short net_end(u_long, invk_context, Op_err _TKFAR * _TKFAR *);
57 extern void fw_err_set(Op_err _TKFAR * _TKFAR *, Fw_err, u_long, ...);
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_findckp.c99 (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);
H A Dlog_auto.c128 (u_long)lsnp->file,
129 (u_long)lsnp->offset,
130 (u_long)argp->type,
131 (u_long)argp->txnid->txnid,
132 (u_long)argp->prev_lsn.file,
133 (u_long)argp->prev_lsn.offset);
134 printf("\topcode: %lu\n", (u_long)argp->opcode);
153 printf("\tid: %lu\n", (u_long)argp->id);
154 printf("\tftype: 0x%lx\n", (u_long)argp->ftype);

1234567