| /src/sys/fs/cd9660/ |
| cd9660_lookup.c | 118 int assoc, len; local 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 337 assoc = (cl > 1) && (*cname == ASSOCCHAR); 338 if (assoc) { 370 if (assoc) {
|
| /src/sys/kern/ |
| kern_fileassoc.c | 58 * Assoc entry. 59 * Includes the assoc name for identification and private clear callback. 73 specificdata_reference faf_data; /* Assoc data. */ 143 file_getdata(struct fileassoc_file *faf, const struct fileassoc *assoc) 147 assoc->assoc_key); 151 file_setdata(struct fileassoc_file *faf, const struct fileassoc *assoc, 156 assoc->assoc_key, data); 160 file_cleanup(struct fileassoc_file *faf, const struct fileassoc *assoc) 165 cb = assoc->assoc_cleanup_cb; 169 data = file_getdata(faf, assoc); 176 struct fileassoc *assoc; local 239 struct fileassoc *assoc; local [all...] |
| /src/sys/arch/powerpc/oea/ |
| cpu_subr.c | 446 u_int assoc, pvr, vers; local 472 assoc = 8; 477 assoc = 2; 487 assoc = 4; 493 assoc = 4; 500 assoc = 128; /* not a typo */ 509 assoc = 2; 515 assoc = 1; 522 uvm_page_recolor(atop(curcpu()->ci_ci.dcache_size / assoc));
|
| /src/sbin/scsictl/ |
| scsictl.c | 645 unsigned assoc, proto, code, type; local 684 assoc = __SHIFTOUT(did->flags, SINQ_DEVICE_ID_ASSOCIATION); 689 printf("%s%s", pre, assocstr[assoc]);
|
| /src/sys/arch/evbppc/mpc85xx/ |
| machdep.c | 734 const uint32_t assoc = TLBCFG_ASSOC(tlbcfg); local 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 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 2656 memset(&assoc, 0, sizeof assoc); 2658 assoc.mode = IWI_MODE_11A [all...] |
| /src/sys/arch/sparc64/sparc64/ |
| pmap.c | 486 int size, assoc, color, maxcolor = 1; local 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 1166 assoc = COP_CFG_DEFAULT_ASSOCIATION(w->w_pin.config); 1168 if (assoc != j) 1449 int conn, assoc; local 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
|