Searched refs:fsw (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | iblinkinfo.c | 85 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 D | redundancy_draid_damaged1.ksh | 88 log_must zpool replace -fsw $pool $dir/dev-$i $spare
|
H A D | redundancy_draid_damaged2.ksh | 119 log_must zpool replace -fsw $TESTPOOL $damaged $spare
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_i386.cpp | 293 {DEFINE_FPU_UINT(fsw), 626 value = fpu.fsw; in ReadRegister() 743 fpu.fsw = value.GetAsUInt16(); in WriteRegister()
|
H A D | RegisterContextDarwin_x86_64.cpp | 347 {DEFINE_FPU_UINT(fsw), 677 value = fpu.fsw; in ReadRegister() 803 fpu.fsw = value.GetAsUInt16(); in WriteRegister()
|
H A D | RegisterContextDarwin_i386.h | 78 uint16_t fsw; member
|
H A D | RegisterContextDarwin_x86_64.h | 83 uint16_t fsw; // "fstat" member
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_torus.c | 1330 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 D | assembly.h | 60 # define FSTORE fsw
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoF.td | 301 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 D | RISCVInstrInfoC.td | 370 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 D | encoding.h | 941 DECLARE_INSN(fsw, MATCH_FSW, MASK_FSW)
|