Home
last modified time | relevance | path

Searched refs:fsw (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ofed/infiniband-diags/src/
H A Diblinkinfo.c85 ibnd_node_t *fsw; in filterdownport_check() local
89 fsw = ibnd_find_node_guid(filterdownports_fabric, node->guid); in filterdownport_check()
91 if (!fsw) in filterdownport_check()
94 if (port->portnum > fsw->numports) in filterdownport_check()
97 fport = fsw->ports[port->portnum]; in filterdownport_check()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_draid_damaged1.ksh88 log_must zpool replace -fsw $pool $dir/dev-$i $spare
H A Dredundancy_draid_damaged2.ksh119 log_must zpool replace -fsw $TESTPOOL $damaged $spare
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp293 {DEFINE_FPU_UINT(fsw),
626 value = fpu.fsw; in ReadRegister()
743 fpu.fsw = value.GetAsUInt16(); in WriteRegister()
H A DRegisterContextDarwin_x86_64.cpp347 {DEFINE_FPU_UINT(fsw),
677 value = fpu.fsw; in ReadRegister()
803 fpu.fsw = value.GetAsUInt16(); in WriteRegister()
H A DRegisterContextDarwin_i386.h78 uint16_t fsw; member
H A DRegisterContextDarwin_x86_64.h83 uint16_t fsw; // "fstat" member
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c1330 struct t_switch *alloc_tswitch(struct torus *t, struct f_switch *fsw) in alloc_tswitch() argument
1337 if (!fsw) in alloc_tswitch()
1351 + fsw->port_cnt * sizeof(*sw->port) in alloc_tswitch()
1360 sw->n_id = fsw->n_id; in alloc_tswitch()
1361 sw->port_cnt = fsw->port_cnt; in alloc_tswitch()
1363 sw->tmp = fsw; in alloc_tswitch()
1384 int i, int j, int k, struct f_switch *fsw) in install_tswitch() argument
1389 *sw = alloc_tswitch(t, fsw); in install_tswitch()
1670 struct f_switch *fsw; in link_srcsink() local
1684 fsw = tsw->tmp; in link_srcsink()
[all …]
/freebsd/contrib/llvm-project/libunwind/src/
H A Dassembly.h60 # define FSTORE fsw
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoF.td301 def FSW : FPStore_r<0b010, "fsw", FPR32, WriteFST32>;
400 def : InstAlias<"fsw $rs2, (${rs1})", (FSW FPR32:$rs2, GPR:$rs1, 0), 0>;
444 def PseudoFSW : PseudoStore<"fsw", FPR32>;
H A DRISCVInstrInfoC.td370 def C_FSW : CStore_rri<0b111, "c.fsw", FPR32C, uimm7_lsb00>,
732 def : InstAlias<"c.fsw $rs2, (${rs1})", (C_FSW FPR32C:$rs2, GPRCMem:$rs1, 0)>;
/freebsd/sys/riscv/include/
H A Dencoding.h941 DECLARE_INSN(fsw, MATCH_FSW, MASK_FSW)