Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dtrace/demo/
H A Dmkdemo.pl35 our ($cmd, $chapfile, $htmlfile, $dtrace_url, %chaps);
60 if (exists $chaps{$hash{'name'}}) {
66 $chaps{$hash{'name'}} = { %hash };
93 $chaps{$a}{index} <=> $chaps{$b}{index};
111 * wiki in the \"$chaps{$chap}{title}\" Chapter.
115 * $chaps{$chap}{url}
135 foreach $chap (keys %chaps) {
163 print HTML "<a href=\"$chaps{book}{url}\">$chaps{book}{title}</a>. ";
175 foreach $chap (sort chaps_ascending (keys %chaps)) {
192 print HTML "<a href=\"$chaps{$chap}{url}\">";
[all …]
/illumos-gate/usr/src/cmd/itadm/
H A Ditadm.c823 char *chaps; in list_target() local
928 chaps = "unset"; in list_target()
937 chaps = "set"; in list_target()
949 chapu, "targetchapsecret:", chaps, "tpg-tags:"); in list_target()
954 chapu, chaps); in list_target()