Searched defs:norewind (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dpkgdev.h48 char *norewind; member in struct:pkgdev
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetvol.c100 _getvol(char *device, char *label, int options, char *prompt, char *norewind) argument
145 if ((tmp = fopen(norewind ? norewind : cdevice, "r")) == NULL) {
/illumos-gate/usr/src/lib/libpkg/common/
H A Ddstream.c292 ds_init(char *device, char **pkg, char *norewind) argument
343 if (!norewind || count++ > 10) {
359 if ((ds_fd = open(norewind, O_RDONLY)) < 0) {

Completed in 46 milliseconds