Home
last modified time | relevance | path

Searched refs:dconf_str2device (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.h77 extern int dconf_str2device(dumpconf_t *, char *);
H A Dmain.c122 if (dconf_str2device(&dc, optarg) == -1) in main()
H A Ddconf.c63 { "DUMPADM_DEVICE", dconf_str2device, print_device },
586 dconf_str2device(dumpconf_t *dcp, char *buf) in dconf_str2device() function