V10/sys/sys/subaddr.h

/*
 * subdevice addressing
 */

struct subaddr {
	short ctl;	/* controller number */
	short unit;	/* unit number */
};