HomeSort by: relevance | last modified time | path
    Searched defs:assoc (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/fs/cd9660/
cd9660_lookup.c 118 int assoc, len; local in function:cd9660_lookup
164 assoc = (imp->iso_ftype != ISO_FTYPE_RRIP && *name == ASSOCCHAR);
165 if (assoc) {
248 if ((!(isonum_711(ep->flags)&4)) == !assoc) {
cd9660_vnops.c 330 int cl, sl, assoc; local in function:iso_shipdir
337 assoc = (cl > 1) && (*cname == ASSOCCHAR);
338 if (assoc) {
370 if (assoc) {
  /src/sys/kern/
kern_fileassoc.c 55 * Assoc entry.
56 * Includes the assoc name for identification and private clear callback.
70 specificdata_reference faf_data; /* Assoc data. */
140 file_getdata(struct fileassoc_file *faf, const struct fileassoc *assoc)
144 assoc->assoc_key);
148 file_setdata(struct fileassoc_file *faf, const struct fileassoc *assoc,
153 assoc->assoc_key, data);
157 file_cleanup(struct fileassoc_file *faf, const struct fileassoc *assoc)
162 cb = assoc->assoc_cleanup_cb;
166 data = file_getdata(faf, assoc);
173 struct fileassoc *assoc; local in function:file_free
236 struct fileassoc *assoc; local in function:fileassoc_register
    [all...]
  /src/sys/arch/powerpc/booke/
e500_tlb.c 390 for (size_t assoc = 0; assoc < tlbassoc; assoc++) {
391 mtspr(SPR_MAS0, MAS0_ESEL_MAKE(assoc) | MAS0_TLBSEL_TLB0);
442 for (size_t assoc = 0; assoc < tlbassoc; assoc++) {
443 mtspr(SPR_MAS0, MAS0_ESEL_MAKE(assoc) | MAS0_TLBSEL_TLB0);
459 __func__, assoc, epn, mas1);
480 for (size_t assoc = 0; assoc < tlbassoc; assoc++) local in function:e500_tlb_record_asids
603 for (size_t assoc = 0; assoc < tlbassoc; assoc++) { local in function:e500_tlb_dump
657 for (size_t assoc = 0; assoc < tlbassoc; assoc++) { local in function:e500_tlb_walk
    [all...]
  /src/sys/arch/powerpc/oea/
cpu_subr.c 417 u_int assoc, pvr, vers; local in function:cpu_probe_cache
442 assoc = 8;
447 assoc = 2;
457 assoc = 4;
463 assoc = 4;
470 assoc = 128; /* not a typo */
479 assoc = 2;
485 assoc = 1;
492 uvm_page_recolor(atop(curcpu()->ci_ci.dcache_size / assoc));
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 734 const uint32_t assoc = TLBCFG_ASSOC(tlbcfg); local in function:e500_tlb_print
748 if (assoc == 0 || assoc == nentries)
751 aprint_normal(" %u-way set", assoc);
  /src/sys/dev/pci/
if_iwi.c 1245 struct iwi_notif_association *assoc; local in function:iwi_notification_intr
1314 assoc = (struct iwi_notif_association *)(notif + 1);
1316 DPRINTFN(2, ("Association (%u, %u)\n", assoc->state,
1317 assoc->status));
1319 switch (assoc->state) {
1338 "unknown association state %u\n", assoc->state);
2575 struct iwi_associate assoc; local in function:iwi_auth_and_assoc
2656 memset(&assoc, 0, sizeof assoc);
2658 assoc.mode = IWI_MODE_11A
    [all...]
  /src/sbin/scsictl/
scsictl.c 644 unsigned assoc, proto, code, type; local in function:print_designator
683 assoc = __SHIFTOUT(did->flags, SINQ_DEVICE_ID_ASSOCIATION);
688 printf("%s%s", pre, assocstr[assoc]);
  /src/sys/arch/sparc64/sparc64/
pmap.c 486 int size, assoc, color, maxcolor = 1; local in function:pmap_calculate_colors
503 assoc = cpu_ecache_associativity(node);
504 color = size/assoc/PAGE_SIZE;
  /src/sys/dev/hdaudio/
hdafg.c 649 hda_trace(sc, "forcing speaker nid %02X to assoc=14\n",
651 /* set assoc=14 */
657 hda_trace(sc, "forcing hp out nid %02X to assoc=14\n",
665 /* set assoc=14 */
1119 int i, j, cnt, maxassocs, type, assoc, seq, first, hpredir; local in function:hdafg_assoc_parse
1166 assoc = COP_CFG_DEFAULT_ASSOCIATION(w->w_pin.config);
1168 if (assoc != j)
1449 int conn, assoc; local in function:hdafg_disable_useless
1459 assoc = COP_CFG_DEFAULT_ASSOCIATION(w->w_pin.config);
1465 if (assoc == 0)
    [all...]
  /src/sys/dev/ic/
bwfmreg.h 616 struct bwfm_assoc_params assoc; member in struct:bwfm_join_params
631 struct bwfm_assoc_params assoc; member in struct:bwfm_ext_join_params

Completed in 25 milliseconds