Lines Matching defs:ident
27 #pragma ident "%Z%%M% %I% %E% SMI"
60 struct ldi_ident buf; /* buffer used for ident reads */
158 mdb_warn("couldn't read ldi ident hash at %p", liwp->hash);
184 mdb_warn("couldn't read ldi ident hash at %p",
200 mdb_warn("couldn't read ldi ident at %p", wsp->walk_addr);
230 /* read the ldi ident */
232 mdb_warn("couldn't read ldi ident at %p", addr);
236 /* display the ident address */
283 /* display the ldi ident */
291 ldi_handle_header(int refs, int ident) {
299 if (!ident) {
307 ldi_handle_print(uintptr_t addr, int ident, int refs)
353 if (!ident) {
354 /* display the ident address */
359 /* display the entire ident */
366 int ident = 0;
370 'i', MDB_OPT_SETBITS, TRUE, &ident) != argc)
373 if (ident)
387 ldi_handle_header(refs, ident);
390 if (ldi_handle_print(addr, ident, refs))