Searched refs:typechr (Results 1 – 2 of 2) sorted by relevance
209 char typechr; in pr_instance() local243 typechr = (ri.ri_i.i_enabled) ? 'I' : 'i'; in pr_instance()245 mdb_printf("%-10a %3x %c %c %s\n", addr, ri.ri_id, typechr, statechr, in pr_instance()259 char typechr; in pr_vertex() local297 typechr = 'f'; in pr_vertex()302 typechr = 'r'; in pr_vertex()305 typechr = 'R'; in pr_vertex()308 typechr = 'X'; in pr_vertex()311 typechr = 'o'; in pr_vertex()314 typechr = '?'; in pr_vertex()[all …]
150 def storeperm(typechr, inheritchr, arg): argument151 assert typechr in "ugecs"158 d[mkwhokey(typechr)] = baseperms160 d[mkwhokey(typechr.upper())] = setperms180 typechr = "u"184 typechr = "g"187 typechr = "e"191 typechr = "u"195 typechr = "g"199 storeperm(typechr, "l", id)[all …]