newdev
struct cam_device *newdev;
newdev = malloc(sizeof(struct cam_device));
if (newdev == NULL) {
bcopy(device, newdev, sizeof(struct cam_device));
return(newdev);
Device_spec SEMICOLON { newdev(&cur); }