Searched refs:norewind (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/head/
H A Dpkgdev.h48 char *norewind; member in struct:pkgdev
/illumos-gate/usr/src/lib/libpkg/common/
H A Ddevtype.c48 devp->fstyp = devp->cdevice = devp->bdevice = devp->norewind = NULL;
85 /* check for norewind device */
86 devp->norewind = devattr(alias, "norewind");
87 if (devp->norewind && !devp->norewind[0]) {
88 free(devp->norewind);
89 devp->norewind = NULL;
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) {
H A Dpkgtrans.c73 char *norewind);
342 pkg_gt("Insert %v into %p."), srcdev.norewind)) {
454 srcdev.norewind))) {
472 if (ds_init(ids_name, pkg, srcdev.norewind)) {
522 dstdev.norewind))) {
H A Dpkglib.h437 extern int ds_init(char *device, char **pkg, char *norewind);
H A Dpkgweb.c811 (void) ds_init(ids_name, pkgs, pkgdev->norewind);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dopen_package_datastream.c143 * - char *norewind - no rewind device (NULL to use device)
155 MSG_INSERT_VOL, a_pkgdev->norewind);
254 a_pkgdev->norewind);
290 a_pkgdev->norewind)) {
/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/cmd/svr4pkg/hdrs/
H A Dlibadm.h224 char *prompt, char *norewind));
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c348 if (pkgdev.norewind) {

Completed in 94 milliseconds