Searched defs:pte_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c490 char *pte_str = NULL; local
498 'p', MDB_OPT_STR, &pte_str,
505 if (pte_str != NULL) {
506 pte = mdb_strtoull(pte_str);

Completed in 58 milliseconds