ZFCP_BUS_ID_SIZE
if (!token || strlen(token) >= ZFCP_BUS_ID_SIZE)
strscpy(busid, token, ZFCP_BUS_ID_SIZE);
char busid[ZFCP_BUS_ID_SIZE];