Searched refs:memfile (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ss/
H A Dssd.c209 static char* memfile = "/dev/kmem"; variable
396 if ((kf = open(memfile, O_RDONLY)) >= 0)
570 * update memfile symbol values
577 error(ERROR_SYSTEM|3, "%s: %s seek error", memfile, names[n].n_name);
579 error(ERROR_SYSTEM|3, "%s: %s read error", memfile, names[n].n_name);
609 * defer to process with memfile access

Completed in 10 milliseconds