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

  /src/sbin/swapctl/
swaplist.c 59 struct swapent *sep, *fsep; local in function:list_swap
73 fsep = sep = (struct swapent *)malloc(nswap * sizeof(*sep));
117 sep = fsep;
220 if (fsep)
221 (void)free(fsep);
swaplist.c 59 struct swapent *sep, *fsep; local in function:list_swap
73 fsep = sep = (struct swapent *)malloc(nswap * sizeof(*sep));
117 sep = fsep;
220 if (fsep)
221 (void)free(fsep);

Completed in 113 milliseconds