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

/illumos-gate/usr/src/cmd/mdb/common/modules/svc.startd/
H A Dstartd.c209 char typechr; local
243 typechr = (ri.ri_i.i_enabled) ? 'I' : 'i';
245 mdb_printf("%-10a %3x %c %c %s\n", addr, ri.ri_id, typechr, statechr,
259 char typechr; local
297 typechr = 'f';
302 typechr = 'r';
305 typechr = 'R';
308 typechr = 'X';
311 typechr = 'o';
314 typechr
[all...]
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dallow.py150 def storeperm(typechr, inheritchr, arg):
151 assert typechr in "ugecs"
158 d[mkwhokey(typechr)] = baseperms
160 d[mkwhokey(typechr.upper())] = setperms
180 typechr = "u"
184 typechr = "g"
187 typechr = "e"
191 typechr = "u"
195 typechr = "g"
199 storeperm(typechr, "
[all...]

Completed in 60 milliseconds