Searched refs:ifn (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/tools/gdb/ |
H A D | gdbsend.c | 27 char *ifn, *image; in main() local 74 ifn = av[optind++]; in main() 79 if ((ifd = open(ifn, O_RDONLY)) < 0) in main() 80 Perror("can't open kernel image file '%s'", ifn); in main() 83 Perror("fstat '%s' failed", ifn); in main() 89 Perror("read of %d bytes from '%s' failed", ist.st_size, ifn); in main() 92 Error("read of %ld bytes from '%s' failed (%d)", ist.st_size, ifn, c); in main() 95 Perror("close of '%s' failed", ifn); in main()
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vcpu_insn.c | 374 const struct insn_func *ifn; in system_opcode_insn() local 377 ifn = &system_opcode_funcs[i]; in system_opcode_insn() 378 if ((insn & ifn->mask) == ifn->match) { in system_opcode_insn() 379 rc = ifn->func(vcpu, run, insn); in system_opcode_insn()
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
H A D | ethernet-driver.rst | 136 | eth if1 | | eth if2 | | eth ifn |
|