Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.h73 extern int dconf_getdev(dumpconf_t *);
H A Ddconf.c163 (void) dconf_getdev(dcp); in dconf_open()
216 return (dconf_getdev(dcp)); in dconf_open()
222 dconf_getdev(dumpconf_t *dcp) in dconf_getdev() function
H A Dmain.c221 (void) dconf_getdev(&dc); in main()