Searched refs:sdlim (Results 1 – 1 of 1) sorted by relevance
228 strlcpy(sdlim->dxname, snsrdev->xname, sizeof(sdlim->dxname)); in create_sdlim()255 return (sdlim); in create_sdlim()268 free(sdlim); in destroy_sdlim()293 if (sdlim != NULL && i > sdlim->dev) in check()294 sdlim = TAILQ_NEXT(sdlim, entries); in check()301 if (sdlim != NULL && i == sdlim->dev) { in check()307 sdlim = next; in check()311 if (sdlim != NULL && i == sdlim->dev) { in check()321 sdlim = next; in check()331 sdlim = next; in check()[all …]