HomeSort by: relevance | last modified time | path
    Searched defs:db_examine_format (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ddb/
db_examine.c 42 static char db_examine_format[TOK_STRING_SIZE] = "x"; variable
61 strlcpy(db_examine_format, modif, sizeof(db_examine_format));
66 db_examine((db_addr_t) addr, db_examine_format, count);

Completed in 38 milliseconds