Lines Matching +full:- +full:- +full:quiet
2 * tickadj - read, and possibly modify, the kernel `tick' and
40 int quiet = 0;
47 if (argc==2 && argv[1][0] != '-') { /* old Linux format, for compatability */
71 quiet = 1;
88 "Usage: %s [tick_value]\n-or- %s [ -q ] [ -t tick ] [ -a tickadj ]\n",
99 else if (!quiet)
116 exit(-1); in main()
127 exit(-1); in main()
203 /* vxWorks needs mode flag -casey*/
225 int quiet = 0; variable
230 int fd = -1;
238 * main - parse arguments and handle options
301 quiet = 1; in main()
324 "usage: %s [-Adkpqs] [-a newadj] [-t newtick]\n", progname); in main()
370 if (!quiet) in main()
393 if (!quiet) in main()
454 if (!quiet) in main()
503 hz_hundredths = (int)((100000000L / (long)tick) - ((long)hz_int * 100L)); in main()
504 if (!quiet) in main()
530 if ((!quiet) && (tickadj_offset != 0)) in main()
554 if (!quiet) in main()
560 if (!quiet) in main()
568 if (!quiet) in main()
575 if (!quiet) in main()
583 if (!quiet) in main()
596 if (!quiet) in main()
604 if (!quiet) in main()
610 if (!quiet) in main()
620 * getoffsets - read the magic offsets from the specified file
702 "/hp-ux", in getoffsets()
714 * to read the kernel name list. -- stolcke 3/4/96 in getoffsets()
725 if (kvm_nlist(kvm_handle, nl) == -1) in getoffsets()
753 if (stat(*kname, &stbuf) == -1) in getoffsets()
827 * openfile - open the file, check for errors
849 * writevar - write a variable into the file
859 if (lseek(ofd, off, L_SET) == -1) in writevar()
876 * readvar - read a variable from the file
887 if (lseek(ifd, off, L_SET) == -1) in readvar()