Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm51 my $ROOT_ID = 0;
148 return ($ROOT_ID);
954 $pg->{id} = $ROOT_ID;
1002 if (!$pgtree->{$ROOT_ID}) {
1003 $pgtree->{$ROOT_ID} = _pg_create_root (@all_cpus);
1052 next if $pgid == $ROOT_ID;
1054 $pg->{parent} = $ROOT_ID unless $pg->{parent} >= 0;
/titanic_41/usr/src/cmd/logins/
H A Dlogins.c76 #define ROOT_ID 0 macro