Searched refs:ext32 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mpr/ |
H A D | mpr_user.c | 2494 struct mpr_ext_cfg_page_req32 *ext32 = _arg; in mpr_ioctl32() local 2529 CP(*ext32, arg.ext, header); in mpr_ioctl32() 2530 CP(*ext32, arg.ext, page_address); in mpr_ioctl32() 2531 PTRIN_CP(*ext32, arg.ext, buf); in mpr_ioctl32() 2532 CP(*ext32, arg.ext, len); in mpr_ioctl32() 2533 CP(*ext32, arg.ext, ioc_status); in mpr_ioctl32() 2581 CP(arg.ext, *ext32, header); in mpr_ioctl32() 2582 CP(arg.ext, *ext32, page_address); in mpr_ioctl32() 2583 PTROUT_CP(arg.ext, *ext32, buf); in mpr_ioctl32() 2584 CP(arg.ext, *ext32, len); in mpr_ioctl32() [all …]
|
/freebsd/sys/dev/mps/ |
H A D | mps_user.c | 2381 struct mps_ext_cfg_page_req32 *ext32 = _arg; in mps_ioctl32() local 2416 CP(*ext32, arg.ext, header); in mps_ioctl32() 2417 CP(*ext32, arg.ext, page_address); in mps_ioctl32() 2418 PTRIN_CP(*ext32, arg.ext, buf); in mps_ioctl32() 2419 CP(*ext32, arg.ext, len); in mps_ioctl32() 2420 CP(*ext32, arg.ext, ioc_status); in mps_ioctl32() 2468 CP(arg.ext, *ext32, header); in mps_ioctl32() 2469 CP(arg.ext, *ext32, page_address); in mps_ioctl32() 2470 PTROUT_CP(arg.ext, *ext32, buf); in mps_ioctl32() 2471 CP(arg.ext, *ext32, len); in mps_ioctl32() [all …]
|