cmd0c             826 dev/usb/if_uath.c 		struct uath_cmd_0c cmd0c;
cmd0c             847 dev/usb/if_uath.c 		bzero(&cmd0c, sizeof cmd0c);
cmd0c             848 dev/usb/if_uath.c 		cmd0c.magic1 = htobe32(2);
cmd0c             849 dev/usb/if_uath.c 		cmd0c.magic2 = htobe32(7);
cmd0c             850 dev/usb/if_uath.c 		cmd0c.magic3 = htobe32(1);
cmd0c             851 dev/usb/if_uath.c 		(void)uath_cmd_write(sc, UATH_CMD_0C, &cmd0c, sizeof cmd0c, 0);