Home
last modified time | relevance | path

Searched refs:vx_cmd (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dprom_subr.c69 #define vx_cmd_end ((struct vx_cmd *)(ENDADDR(vx_cmd)))
71 static struct vx_cmd { struct
75 } vx_cmd[VX_CMD_MAX+1]; argument
104 struct vx_cmd *vp; in add_vx_handler()
107 for (vp = vx_cmd; vp < vx_cmd_end; vp++) { in add_vx_handler()
143 struct vx_cmd *vp; in remove_vx_handler()
146 for (vp = vx_cmd; vp < vx_cmd_end; vp++) { in remove_vx_handler()
165 struct vx_cmd *vp; in vx_handler()
170 for (vp = vx_cmd; vp < vx_cmd_end; vp++) { in vx_handler()