OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RUN_SILENT
(Results
1 - 11
of
11
) sorted by relevancy
/src/usr.sbin/sysinst/arch/luna68k/
md.c
183
if (!run_program(
RUN_SILENT
| RUN_ERROR_OK,
187
run_program(
RUN_SILENT
| RUN_ERROR_OK, "umount %s", mntdir);
276
if (!run_program(
RUN_SILENT
| RUN_ERROR_OK,
282
run_program(
RUN_SILENT
| RUN_ERROR_OK, "umount %s", mntdir);
/src/usr.sbin/sysinst/arch/landisk/
md.c
134
run_program(
RUN_SILENT
| RUN_ERROR_OK,
/src/usr.sbin/sysinst/
gpt.c
290
if (run_program(
RUN_SILENT
| RUN_ERROR_OK,
408
if (run_program(
RUN_SILENT
| RUN_ERROR_OK,
1274
if (run_program(
RUN_SILENT
,
1310
if (run_program(
RUN_SILENT
,
1318
if (run_program(
RUN_SILENT
,
1327
if (run_program(
RUN_SILENT
,
1611
if (run_program(
RUN_SILENT
, "gpt create %s %s",
1621
run_program(
RUN_SILENT
, "gpt -n remove -b %" PRIu64 " %s",
1636
run_program(
RUN_SILENT
,
1664
run_program(
RUN_SILENT
,
[
all
...]
run.c
518
tmo.tv_sec = flags &
RUN_SILENT
? 20 : 2;
521
if (i == 0 && *actionwin == NULL && (flags &
RUN_SILENT
) == 0)
556
if (*cp == 0 || flags &
RUN_SILENT
)
605
*
RUN_SILENT
do not display program output
608
* If both RUN_DISPLAY and
RUN_SILENT
are clear then the program name will
util.c
582
if (run_program(
RUN_SILENT
, "/sbin/mount -rt cd9660 /dev/%s /mnt2",
1342
if (run_program(
RUN_SILENT
,
1345
run_program(
RUN_SILENT
,
1347
run_program(
RUN_SILENT
,
1367
if (run_program(
RUN_SILENT
,
1370
run_program(
RUN_SILENT
,
1372
run_program(
RUN_SILENT
,
1391
run_program(
RUN_SILENT
, "dd if=%s of=" _PATH_RANDOM,
1403
run_program(
RUN_SILENT
, "rndctl -L %s", fname);
1456
run_program(
RUN_SILENT
| RUN_CHROOT | RUN_ERROR_OK
[
all
...]
net.c
245
if (run_program(
RUN_SILENT
|RUN_ERROR_OK,
266
if (run_program(
RUN_SILENT
|RUN_ERROR_OK,
defs.h
106
#define
RUN_SILENT
0x0010 /* Do not show output */
disklabel.c
301
if (run_program(
RUN_SILENT
| RUN_ERROR_OK,
1320
run_program(
RUN_SILENT
, "disklabel -D %s", arg->disk);
partman.c
2005
run_program(
RUN_SILENT
| RUN_ERROR_OK,
3238
run_program(
RUN_SILENT
| RUN_ERROR_OK,
disks.c
1856
error = run_program(silent?
RUN_SILENT
|RUN_ERROR_OK : 0, "%s -p -q %s", prog, disk);
/src/usr.sbin/sysinst/arch/i386/
md.c
931
if (run_program(
RUN_SILENT
, "gpt biosboot -b %" PRIu64 " %s",
Completed in 40 milliseconds
Indexes created Wed Jul 08 00:27:11 UTC 2026