HomeSort by: relevance | last modified time | path
    Searched defs:dbs2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/dkctl/
dkctl.c 406 struct disk_badsectors *dbs, *dbs2, buffer[200]; local in function:disk_badsectors
484 dbs2 = malloc(sizeof *dbs2);
485 if (dbs2 == NULL)
487 *dbs2 = *dbs;
488 SLIST_INSERT_HEAD(&dbstop, dbs2, dbs_next);
dkctl.c 406 struct disk_badsectors *dbs, *dbs2, buffer[200]; local in function:disk_badsectors
484 dbs2 = malloc(sizeof *dbs2);
485 if (dbs2 == NULL)
487 *dbs2 = *dbs;
488 SLIST_INSERT_HEAD(&dbstop, dbs2, dbs_next);

Completed in 28 milliseconds