Home | Sort by: relevance | last modified time | path |
/src/sys/dev/fdt/ | |
fdt_mbox.c | 125 u_int mbox_cells = mc->mc_cells; local in function:fdtbus_mbox_get_index 128 mbox_cells > 0 ? &p[1] : NULL, mbox_cells * 4, 137 resid -= (mbox_cells + 1) * 4; 138 p += mbox_cells + 1; |
fdt_mbox.c | 125 u_int mbox_cells = mc->mc_cells; local in function:fdtbus_mbox_get_index 128 mbox_cells > 0 ? &p[1] : NULL, mbox_cells * 4, 137 resid -= (mbox_cells + 1) * 4; 138 p += mbox_cells + 1; |