Lines Matching defs:devallocp
660 devalloc_t *devallocp;
843 while ((devallocp = getdaent()) != NULL) {
844 rc = da_match(devallocp, dargs);
853 devallocp->da_devname, DEVALLOC);
856 freedaent(devallocp);
861 freedaent(devallocp);
865 tmp_str = _da2strentry(dargs, devallocp);
867 freedaent(devallocp);
879 freedaent(devallocp);
903 devalloc_t *devallocp;
913 while ((devallocp = getdaent()) != NULL) {
914 rc = da_match(devallocp, dargs);
917 tmp_str = _da2strentry(dargs, devallocp);
919 freedaent(devallocp);
934 freedaent(devallocp);
1665 * Write out devallocp along with the devalloc on/off string.