Symbol: use
crypto/openssh/sftp-server.c
311
int use;
crypto/openssh/sftp-server.c
332
handles[i].use = HANDLE_UNUSED;
crypto/openssh/sftp-server.c
338
handle_new(int use, const char *name, int fd, int flags, DIR *dirp)
crypto/openssh/sftp-server.c
353
handles[i].use = use;
crypto/openssh/sftp-server.c
366
return i >= 0 && (u_int)i < num_handles && handles[i].use == type;
crypto/openssh/sftp-server.c
498
if (handles[i].use != HANDLE_UNUSED)
games/battlestar/cypher.c
367
lflag = use();
games/battlestar/extern.h
380
int use(void);
sbin/ipfw/ipfw2.c
3858
(uintmax_t)cont->ent[i].use);
sbin/ipfw/ipfw2.c
3869
printf("%*ju ", uwidth, (uintmax_t)te->use);
stand/lib/hammer1.c
115
if (be == NULL || be->use > hfs->cache[i].use)
stand/lib/hammer1.c
140
be->use = ++hfs->lru;
stand/lib/hammer1.c
79
int use;
stand/lib/hammer1.c
859
hfs->cache[i].use = 0;
sys/dev/netif/igb/if_igb.c
1686
#define IGB_ADD_INTR_RATE_SYSCTL(sc, use, name) \
sys/dev/netif/igb/if_igb.c
1688
igb_add_intr_rate_sysctl(sc, IGB_INTR_USE_##use, #name "_intr_rate", \
sys/dev/netif/igb/if_igb.c
1689
#use " interrupt rate"); \
sys/dev/netif/igb/if_igb.c
3802
igb_add_intr_rate_sysctl(struct igb_softc *sc, int use,
sys/dev/netif/igb/if_igb.c
3808
if (sc->intr_data[i].intr_use == use) {
sys/dev/netif/igb/if_igb.c
3812
sc, use, igb_sysctl_intr_rate, "I", desc);
sys/dev/netif/igb/if_igb.c
3822
int use = arg2;
sys/dev/netif/igb/if_igb.c
3830
if (intr->intr_use == use) {
sys/dev/netif/igb/if_igb.c
3846
if (intr->intr_use == use && intr->intr_rate != rate) {
sys/dev/netif/ix/if_ix.c
4240
#define IX_ADD_INTR_RATE_SYSCTL(sc, use, name) \
sys/dev/netif/ix/if_ix.c
4242
ix_add_intr_rate_sysctl(sc, IX_INTR_USE_##use, #name, \
sys/dev/netif/ix/if_ix.c
4243
ix_sysctl_##name, #use " interrupt rate"); \
sys/dev/netif/ix/if_ix.c
4442
ix_sysctl_intr_rate(SYSCTL_HANDLER_ARGS, int use)
sys/dev/netif/ix/if_ix.c
4450
if (sc->intr_data[i].intr_use == use) {
sys/dev/netif/ix/if_ix.c
4465
if (sc->intr_data[i].intr_use == use) {
sys/dev/netif/ix/if_ix.c
4478
ix_add_intr_rate_sysctl(struct ix_softc *sc, int use,
sys/dev/netif/ix/if_ix.c
4484
if (sc->intr_data[i].intr_use == use) {
sys/dev/sound/pci/hda/hdaa.c
4747
int type = -1, use, used = 0;
sys/dev/sound/pci/hda/hdaa.c
4771
use = -1;
sys/dev/sound/pci/hda/hdaa.c
4806
use = types[type][j];
sys/dev/sound/pci/hda/hdaa.c
4809
use = SOUND_MIXER_PCM;
sys/dev/sound/pci/hda/hdaa.c
4812
use = SOUND_MIXER_SPEAKER;
sys/dev/sound/pci/hda/hdaa.c
4817
if (use >= 0) {
sys/dev/sound/pci/hda/hdaa.c
4818
w->ossdev = use;
sys/dev/sound/pci/hda/hdaa.c
4819
used |= (1 << use);
sys/kern/kern_kmalloc.c
684
struct kmalloc_use *use;
sys/kern/kern_kmalloc.c
717
use = &type->ks_use[gd->gd_cpuid];
sys/kern/kern_kmalloc.c
725
mgt = &use->mgt;
sys/kern/kern_kmalloc.c
842
KKASSERT(offsetof(struct kmalloc_slab, fobjs[use->mgt.slab_count]) <=
sys/kern/kern_kmalloc.c
843
use->mgt.slab_offset);
sys/kern/kern_kmalloc.c
845
obj = (char *)slab + use->mgt.slab_offset;
sys/kern/kern_kmalloc.c
848
slab->ncount = use->mgt.slab_count;
sys/kern/kern_kmalloc.c
849
slab->offset = use->mgt.slab_offset;
sys/kern/kern_kmalloc.c
897
++use->inuse;
sys/kern/kern_kmalloc.c
898
++use->calls;
sys/kern/kern_kmalloc.c
899
use->memuse += size;
sys/kern/kern_kmalloc.c
900
use->loosememuse += size;
sys/kern/kern_kmalloc.c
901
if (__predict_false(use->loosememuse >= KMALLOC_LOOSE_SIZE)) {
sys/kern/kern_kmalloc.c
903
type->ks_loosememuse += use->loosememuse;
sys/kern/kern_kmalloc.c
904
use->loosememuse = 0;
sys/kern/kern_kmalloc.c
929
struct kmalloc_use *use;
sys/kern/kern_kmalloc.c
949
use = &slab->type->ks_use[gd->gd_cpuid];
sys/kern/kern_kmalloc.c
950
--use->inuse;
sys/kern/kern_kmalloc.c
951
use->memuse -= slab->objsize;
sys/kern/kern_slaballoc.c
358
struct kmalloc_use *use;
sys/kern/kern_slaballoc.c
377
use = &type->ks_use0;
sys/kern/kern_slaballoc.c
379
use = kmalloc(ncpus * sizeof(*use), M_TEMP, M_WAITOK | M_ZERO);
sys/kern/kern_slaballoc.c
382
malloc_mgt_init(type, &use[n].mgt, type->ks_objsize);
sys/kern/kern_slaballoc.c
387
type->ks_use = use;
sys/kern/kern_slaballoc.c
537
struct kmalloc_use *use;
sys/kern/kern_slaballoc.c
551
t->ks_use = kmalloc(sizeof(*use) * ncpus, M_TEMP, M_WAITOK|M_ZERO);
sys/net/ipfw/ip_fw2.c
6050
ioc_te->use = te->te_use;
sys/net/ipfw/ip_fw2.c
6060
ioc_te->use += te->te_use;
sys/net/ipfw/ip_fw2.h
539
u_long use;
sys/netinet6/in6_src.c
703
ent0.use = 0;
sys/netinet6/in6_var.h
139
u_quad_t use; /* statistics */
sys/vm/vm_pageout.c
2507
long use = avail_shortage;
sys/vm/vm_pageout.c
2525
use > vmstats.v_inactive_target / 10)
sys/vm/vm_pageout.c
2527
use = vmstats.v_inactive_target / 10 + 1;
sys/vm/vm_pageout.c
2535
PQAVERAGE(use),
usr.bin/crunch/crunchide/exec_elf64.c
112
xmalloc(size_t size, const char *fn, const char *use)
usr.bin/crunch/crunchide/exec_elf64.c
119
fn, use);
usr.bin/crunch/crunchide/exec_elf64.c
124
xrealloc(void *ptr, size_t size, const char *fn, const char *use)
usr.bin/crunch/crunchide/exec_elf64.c
132
fn, use);
usr.bin/dsynth/pkglist.c
663
pkg_t *use;
usr.bin/dsynth/pkglist.c
667
use = pkg_find(scan->portdir);
usr.bin/dsynth/pkglist.c
668
resolveFlavors(use, scan->flavors, gentopo);
usr.bin/dsynth/pkglist.c
669
resolveDepString(use, scan->fetch_deps,
usr.bin/dsynth/pkglist.c
671
resolveDepString(use, scan->ext_deps,
usr.bin/dsynth/pkglist.c
673
resolveDepString(use, scan->patch_deps,
usr.bin/dsynth/pkglist.c
675
resolveDepString(use, scan->build_deps,
usr.bin/dsynth/pkglist.c
677
resolveDepString(use, scan->lib_deps,
usr.bin/dsynth/pkglist.c
679
resolveDepString(use, scan->run_deps,
usr.bin/top/display.c
1116
register char *use;
usr.bin/top/display.c
1125
use = short_tag;
usr.bin/top/display.c
1129
use = long_tag;
usr.bin/top/display.c
1133
x_cpustates = strlen(use);
usr.bin/top/display.c
1134
return(use);
usr.bin/vmstat/vmstat.c
1070
void *use;
usr.bin/vmstat/vmstat.c
1073
use = malloc(usebytes);
usr.bin/vmstat/vmstat.c
1074
if (kvm_read(kd, (u_long)ss->ks_use, use, usebytes) !=
usr.bin/vmstat/vmstat.c
1079
ss->ks_use = use;
usr.bin/vmstat/vmstat.c
974
cpuagg(const struct malloc_type *ks, enum ksuse use)
usr.bin/vmstat/vmstat.c
981
switch(use) {
usr.sbin/ip6addrctl/ip6addrctl.c
183
(unsigned long long)pol->use);