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

  /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/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
hi6220-coresight.dtsi 388 arm,cs-dev-assoc = <&etm0>;
401 arm,cs-dev-assoc = <&etm1>;
414 arm,cs-dev-assoc = <&etm2>;
427 arm,cs-dev-assoc = <&etm3>;
440 arm,cs-dev-assoc = <&etm4>;
453 arm,cs-dev-assoc = <&etm5>;
466 arm,cs-dev-assoc = <&etm6>;
479 arm,cs-dev-assoc = <&etm7>;
  /src/sys/fs/cd9660/
cd9660_util.c 188 int original, int casetrans, int assoc, int joliet_level)
195 if (assoc) {
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/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...]
if_iwm.c 5704 struct iwm_mac_ctx_cmd *cmd, uint32_t action, int assoc)
5779 struct iwm_mac_data_sta *sta, int assoc)
5788 sta->is_assoc = htole32(assoc);
5802 int assoc)
5809 iwm_mac_ctxt_cmd_common(sc, in, &cmd, action, assoc);
5813 if (!assoc || !ni->ni_associd || !ni->ni_dtim_period)
5816 iwm_mac_ctxt_cmd_fill_sta(sc, in, &cmd.sta, assoc);
6200 /* Reset the device if moving out of AUTH, ASSOC, or RUN. */
  /src/sys/arch/playstation2/playstation2/
locore_machdep.S 156 srl t2, 1 # Two way set assoc
182 srl t1, 1 # Two way set assoc
  /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/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
bwfm.c 2081 memcpy(params->assoc.bssid, ni->ni_bssid, sizeof(params->assoc.bssid));
2092 memcpy(join.assoc.bssid, ni->ni_bssid, sizeof(join.assoc.bssid));
  /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/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/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8916.dtsi 778 arm,cs-dev-assoc = <&etm0>;
793 arm,cs-dev-assoc = <&etm1>;
808 arm,cs-dev-assoc = <&etm2>;
823 arm,cs-dev-assoc = <&etm3>;
  /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/usb/
if_otus.c 2793 otus_set_chan(struct otus_softc *sc, struct ieee80211_channel *c, int assoc)
2894 cmd.check_loop_count = assoc ? htole32(2000) : htole32(1000);
3144 /* XXX: Turn both LEDs on for AUTH and ASSOC? */

Completed in 35 milliseconds