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 …]
151 def storeperm(typechr, inheritchr, arg): argument152 assert typechr in "ugecs"159 d[mkwhokey(typechr)] = baseperms161 d[mkwhokey(typechr.upper())] = setperms181 typechr = "u"185 typechr = "g"188 typechr = "e"192 typechr = "u"196 typechr = "g"200 storeperm(typechr, "l", id)[all …]