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

  /src/sbin/dump/
dump.h 113 extern const char *dumpdates; /* name of the file containing dump date information*/
114 extern const char *temp; /* name of the file for doing rewrite of dumpdates */
118 extern const char *dumpdev; /* device name in dumpdates */
279 struct dumpdates { struct
287 extern struct dumpdates **ddatev; /* the arrayfied version */
main.c 81 const char *dumpdates; variable in typeref:typename:const char *
160 dumpdates = _PATH_DUMPDATES;
204 case 'D': /* specify alt. dumpdates file */
205 dumpdates = optarg;
285 case 'u': /* update /etc/dumpdates */
289 case 'U': /* dump device in /etc/dumpdates */
534 getdumptime(); /* /etc/dumpdates snarfed */

Completed in 124 milliseconds