Home
last modified time | relevance | path

Searched refs:u_long (Results 26 – 50 of 155) sorted by path

1234567

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dgetifname.c50 if (kmemcpy((char *)&netif, (u_long)ptr, sizeof(netif)) == -1)
57 if (kstrncpy(buf, (u_long)netif.if_name, sizeof(buf)) == -1)
H A Dinet_addr.c102 register u_long val;
H A Dipft_tx.c312 u_long olen;
H A Dkmem.c73 int kvm_read __P((kvm_t, u_long, char *, size_t));
102 u_long pos;
163 fprintf(stderr, "pos=0x%lx ", (u_long)pos);
195 fprintf(stderr, "pos=0x%lx ", (u_long)pos);
H A Dkmemcpywrap.c10 ret = kmemcpy((caddr_t)to, (u_long)from, size);
H A Doptname.c18 u_long msk = 0;
H A Doptprint.c13 u_long optmsk, optbits;
H A Doptprintv6.c17 u_long optmsk, optbits;
H A Dprintfraginfo.c20 if (kmemcpy((char *)&fr, (u_long)ifr->ipfr_rule,
H A Dprinthash.c86 iph.iph_name, (u_long)iph.iph_size);
106 (u_long)iph.iph_size, iph.iph_seed);
H A Dprinthashdata.c74 hp->iph_name, (u_long)hp->iph_size);
94 (u_long)hp->iph_size, hp->iph_seed);
H A Dprintip.c19 printf("%lu", (u_long)ntohl(ipa.s_addr));
H A Dprintstate.c16 u_long now;
23 if (kmemcpy((char *)&ips, (u_long)sp, sizeof(ips)))
175 if (kmemcpy((char *)&ipsync, (u_long)ips.is_sync, sizeof(ipsync))) {
H A Dprinttunable.c13 if (tup->ipft_sz == sizeof(u_long))
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfcomp.c66 u_long *ulp;
132 i += sizeof(u_long);
133 for (i /= sizeof(u_long), ulp = (u_long *)fr; i > 0; i--) {
155 u_long *ulp;
207 for (i /= sizeof(u_long); i > 0; i--) {
H A Dipfstat.c130 u_long st_age;
137 static void showfrstates __P((ipfrstat_t *, u_long));
720 kmemcpy((char *)ifrstp, (u_long)deadlist[25].n_value,
818 u_long array[1000];
919 if (kmemcpy((char *)&fb, (u_long)fb.fr_next,
931 if (kmemcpy(data, (u_long)fb.fr_data,
1069 u_long minlen, maxlen, totallen, *buckets;
1073 buckets = (u_long *)malloc(sz);
1601 u_long ticks;
1625 if (kmemcpy((char *)&ifr, (u_long)ipfrtab[i],
[all …]
H A Dipmon.c933 if ((u_long)ipl & (sizeof(long)-1)) {
1149 (u_long)(ntohl(tp->th_seq)),
1150 (u_long)(ntohl(tp->th_ack)),
H A Dipmon_y.y466 u_long t1;
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c51 static u_long cache_refcnt = 0;
172 #define FILEOFFSET(ckh) ((u_long)(ckh) - \
173 (u_long)((ckh)->address))
174 #define ADJUSTEDADDR(addr, ckh) ((u_long)(addr) + FILEOFFSET(ckh))
176 (u_long)&((ckh)->array[0]))
182 (void *)((u_long)(old) + (offset))
403 u_long offset; in cache_remap_addresses_ch()
406 offset = (u_long)ch - (u_long)ch->address; in cache_remap_addresses_ch()
513 tmpsize = (u_long)fcd - (u_long)ch + ch->reclength; in remap_cache_file_ch()
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_generic.c31 u_long prognum, /* Program number */ in svc_create_local_service()
32 u_long versnum, /* Version number */ in svc_create_local_service()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmp.x51 u_long high;
52 u_long low;
392 u_long attrs;
485 u_long attrs;
540 u_long attr;
688 u_long flags;
796 u_long flags;
845 u_long count;
1032 u_long len;
1743 u_long uid;
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_curadj.c44 (u_int)dbc, (u_int)cp, (u_long)cp->pgno, (u_long)cp->indx,
45 (u_long)cp->dpgno, (u_long)cp->dindx, (u_long)cp->recno);
H A Dbtree_auto.c129 (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);
295 (u_long)argp->meta_lsn.file, (u_long)argp->meta_lsn.offset);
490 (u_long)argp->llsn.file, (u_long)argp->llsn.offset);
493 (u_long)argp->rlsn.file, (u_long)argp->rlsn.offset);
497 (u_long)argp->nlsn.file, (u_long)argp->nlsn.offset);
706 (u_long)argp->rootlsn.file, (u_long)argp->rootlsn.offset);
866 (u_long)argp->lsn.file, (u_long)argp->lsn.offset);
1025 (u_long)argp->lsn.file, (u_long)argp->lsn.offset);
1175 (u_long)argp->lsn.file, (u_long)argp->lsn.offset);
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb.c395 fname, (u_long)btm->version);
H A Ddb_am.c261 (u_long)dbc->lid, (u_long)dbc->locker);

1234567