Searched refs:m_mode (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-0.49-cmd_arg.patch | 120 - argv[n], hostname, targ, mode->m_mode); 121 + argv[n], hostname, remote_pth, mode->m_mode); 123 - tftp_sendfile(fd, targ, mode->m_mode); 124 + tftp_sendfile(fd, remote_pth, mode->m_mode);
|
/openbmc/qemu/hw/riscv/ |
H A D | virt.c | 510 bool m_mode, uint32_t imsic_guest_bits) in create_fdt_one_imsic() argument 528 imsic_cells[cpu * 2 + 1] = cpu_to_be32(m_mode ? IRQ_M_EXT : IRQ_S_EXT); in create_fdt_one_imsic() 611 bool m_mode, int num_harts) in create_fdt_one_aplic() argument 623 aplic_cells[cpu * 2 + 1] = cpu_to_be32(m_mode ? IRQ_M_EXT : IRQ_S_EXT); in create_fdt_one_aplic()
|