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

/illumos-gate/usr/src/cmd/format/
H A Dmenu_partition.c427 print_map(cur_parts);
436 print_map(struct partition_info *map) function
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c1438 print_map(void *ignored, const mdb_map_t *map, const char *name) function
1462 (void) print_map(NULL, m, NULL);
1473 (void) print_map(NULL, m, NULL);
1475 } else if (mdb_tgt_mapping_iter(mdb.m_target, print_map, NULL) == -1)
1534 cb = print_map;

Completed in 66 milliseconds