Home | History | Annotate | Download | only in syslog

Lines Matching refs:NULL

101 	{0, &buf, 0, NULL, NULL, "type 0/Close the log"},
102 {1, &buf, 0, NULL, NULL, "type 1/Open the log"},
103 {2, &buf, 0, NULL, NULL, "type 2/Read from the log"},
104 {3, &buf, 0, NULL, NULL, "type 3/Read ring buffer"},
108 /* { 4, &buf, 0, NULL, NULL, "type 4/Read and clear ring buffer" }, */
109 /* { 5, &buf, 0, NULL, NULL, "type 5/Clear ring buffer" }, */
111 {8, NULL, 1, NULL, NULL, "type 8/Set log level to 1"},
112 {8, NULL, 7, NULL, NULL, "type 8/Set log level to 7(default)"},
113 {6, NULL, 0, NULL, NULL, "type 6/Disable printk's to console"},
114 {7, NULL, 0, NULL, NULL, "type 7/Enable printk's to console"},
123 tst_parse_opts(argc, argv, NULL, NULL);
180 SAFE_SETEUID(NULL, 0);
194 if ((ltpuser = getpwnam("nobody")) == NULL) {
195 tst_brkm(TBROK, NULL, "nobody user id doesn't exist");