HomeSort by relevance Sort by last modified time
    Searched refs:dmesg (Results 1 - 16 of 16) sorted by null

  /bootable/recovery/tools/ota/
check-lost+found.c 120 char dmesg[131073]; local
121 int len = klogctl(KLOG_READ_ALL, dmesg, sizeof(dmesg) - 1);
126 dmesg[len] = '\0';
129 for (line = strtok_r(dmesg, "\n", &saveptr); line != NULL;
  /external/iproute2/testsuite/
Makefile 68 dmesg > $(RESULTS_DIR)/$@.$$o.dmesg; \
  /external/autotest/server/site_tests/kernel_BootMessagesServer/
kernel_BootMessagesServer.py 71 """Put the contents of 'dmesg -r' into the given file.
73 @param filename: The file to write 'dmesg -r' into.
76 self._client.run('dmesg -r', stdout_tee=f)
120 # This dictionary is the database of expected strings in dmesg output.
123 # set of strings to be found in the filtered dmesg set.
143 msg = 'Unnown platform %s, acpi dmesg set not defined.' % fwid
152 raise error.TestFail('ACPI dmesg mismatch')
168 dmesg_filename = os.path.join(self.resultsdir, 'dmesg')
175 dmesg = self._read_dmesg(dmesg_filename)
178 msg = 'Unnown platform %s, whitelist dmesg set not defined.' % fwi
    [all...]
  /external/selinux/policycoreutils/audit2allow/
audit2allow 59 parser.add_option("-d", "--dmesg", action="store_true", dest="dmesg", default=False,
60 help="read input from dmesg - conflicts with --all and --input")
100 if options.dmesg is True:
101 sys.stderr.write("error: --all/--boot conflicts with --dmesg\n")
102 if options.input is not None and options.dmesg is True:
103 sys.stderr.write("error: --input conflicts with --dmesg\n")
138 elif self.__options.dmesg:
audit2why 59 parser.add_option("-d", "--dmesg", action="store_true", dest="dmesg", default=False,
60 help="read input from dmesg - conflicts with --all and --input")
100 if options.dmesg is True:
101 sys.stderr.write("error: --all/--boot conflicts with --dmesg\n")
102 if options.input is not None and options.dmesg is True:
103 sys.stderr.write("error: --input conflicts with --dmesg\n")
138 elif self.__options.dmesg:
  /external/autotest/client/tools/
html_report.py     [all...]
  /external/toybox/
Android.mk 70 toys/lsb/dmesg.c \
261 dmesg \
  /external/autotest/client/bin/
site_utils.py 270 def check_raw_dmesg(dmesg, message_level, whitelist):
271 """Checks dmesg for unexpected warnings.
273 This function parses dmesg for message with message_level <= message_level
277 dmesg - string containing raw dmesg buffer
286 for line in dmesg.splitlines():
    [all...]
  /external/toybox/generated/
globals.h 35 // toys/lsb/dmesg.c
1305 struct dmesg_data dmesg; member in union:global_union
newtoys.h 51 USE_DMESG(NEWTOY(dmesg, "trs#<1n#c[!tr]", TOYFLAG_BIN))
flags.h 551 // dmesg trs#<1n#c[!tr] trs#<1n#c[!tr]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py 237 output=`dmesg | grep hda`
239 p1 = Popen(["dmesg"], stdout=PIPE)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py 237 output=`dmesg | grep hda`
239 p1 = Popen(["dmesg"], stdout=PIPE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 237 output=`dmesg | grep hda`
239 p1 = Popen(["dmesg"], stdout=PIPE)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 237 output=`dmesg | grep hda`
239 p1 = Popen(["dmesg"], stdout=PIPE)
    [all...]
  /external/ImageMagick/
configure     [all...]

Completed in 197 milliseconds