Searched refs:norewind (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | devtype.c | 48 devp->fstyp = devp->cdevice = devp->bdevice = devp->norewind = NULL; in devtype() 86 devp->norewind = devattr(alias, "norewind"); in devtype() 87 if (devp->norewind && !devp->norewind[0]) { in devtype() 88 free(devp->norewind); in devtype() 89 devp->norewind = NULL; in devtype()
|
H A D | dstream.c | 292 ds_init(char *device, char **pkg, char *norewind) in ds_init() argument 343 if (!norewind || count++ > 10) { in ds_init() 359 if ((ds_fd = open(norewind, O_RDONLY)) < 0) { in ds_init()
|
H A D | pkgtrans.c | 73 char *norewind); 342 pkg_gt("Insert %v into %p."), srcdev.norewind)) { in _pkgtrans() 454 srcdev.norewind))) { in _pkgtrans() 472 if (ds_init(ids_name, pkg, srcdev.norewind)) { in _pkgtrans() 522 dstdev.norewind))) { in _pkgtrans()
|
H A D | pkglib.h | 437 extern int ds_init(char *device, char **pkg, char *norewind);
|
H A D | pkgweb.c | 811 (void) ds_init(ids_name, pkgs, pkgdev->norewind); in ds_validate_signature()
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | open_package_datastream.c | 155 MSG_INSERT_VOL, a_pkgdev->norewind); in open_package_datastream() 254 a_pkgdev->norewind); in open_package_datastream() 290 a_pkgdev->norewind)) { in open_package_datastream()
|
/titanic_41/usr/src/head/ |
H A D | pkgdev.h | 48 char *norewind; member
|
/titanic_41/usr/src/lib/libadm/common/ |
H A D | getvol.c | 100 _getvol(char *device, char *label, int options, char *prompt, char *norewind) in _getvol() argument 145 if ((tmp = fopen(norewind ? norewind : cdevice, "r")) == NULL) { in _getvol()
|
/titanic_41/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libadm.h | 224 char *prompt, char *norewind));
|
/titanic_41/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | main.c | 348 if (pkgdev.norewind) { in main()
|