Home
last modified time | relevance | path

Searched refs:xkb_path (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c170 char *xkb_path; member
344 (void) fprintf(stderr, "%s: ", xkb->xkb_path); in xkb_fail()
1068 if ((xkb->xkb_fd = open64(xkb->xkb_path, O_RDONLY)) == -1) in xkb_open_core()
1069 return (xkb_fail(xkb, "cannot open %s", xkb->xkb_path)); in xkb_open_core()
1141 if ((io = mdb_fdio_create_path(NULL, xkb->xkb_path, in xkb_open_elf()
1360 xkb->xkb_path = strdup(corefile); in xkb_open()
1467 free(xkb->xkb_path); in xkb_close()
1480 mdb_warn("failed to create namelist from %s", xkb->xkb_path); in xkb_sym_io()