Lines Matching defs:options

71 extern int	getvol(char *device, char *label, int options, char *prompt);
72 extern int _getvol(char *device, char *label, int options, char *prompt,
114 static int ckoverwrite(char *dir, char *inst, int options);
115 static int pkgxfer(char *srcinst, int options);
242 _pkgtrans(char *device1, char *device2, char **pkg, int options,
406 options |= PT_ODTSTREAM;
408 if (options & PT_ODTSTREAM) {
517 if (options & PT_ODTSTREAM) {
548 if (!(options & PT_SILENT)) {
605 if (!(options & PT_ODTSTREAM) && dstdev.mount) {
611 if (errflg = pkgxfer(pkg[i], options)) {
613 if ((options & PT_ODTSTREAM) || (errflg != 2))
619 if (!(options & PT_ODTSTREAM) && dst) {
633 pkgtrans(char *device1, char *device2, char **pkg, int options,
686 r = _pkgtrans(device1, device2, pkg, options, keystore, keystore_alias);
1167 ckoverwrite(char *dir, char *inst, int options)
1173 if (options & PT_OVERWRITE)
1183 pkgxfer(char *srcinst, int options)
1212 if (!(options & PT_SILENT))
1216 if (!(options & PT_ODTSTREAM)) {
1246 if (options & PT_OVERWRITE) {
1257 } else if (options & PT_RENAME) {
1271 } else if (options & PT_OVERWRITE) {
1281 options &= (~PT_OVERWRITE);
1286 if (ckoverwrite(dst, dstinst, options))
1310 if (!(options & PT_SILENT) && strcmp(dstinst, srcinst))
1347 if (options & PT_INFO_ONLY)
1379 if (ckoverwrite(dst, dstinst, options))
1460 if (options & PT_ODTSTREAM) {
1474 if (curpartcnt == 0 && (options & PT_ODTSTREAM)) {
1503 if (options & PT_INFO_ONLY)
1557 if (options & PT_ODTSTREAM) {
1588 n = esystem(cmd, -1, (options & PT_ODTSTREAM) ? ds_fd : -1);
1623 if (!(options & PT_ODTSTREAM) && dstdev.mount) {
1633 if (ckoverwrite(dst, dstinst, options))
1644 if ((options & PT_ODTSTREAM) && part <= nparts) {