Home
last modified time | relevance | path

Searched refs:shname (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/cmd/pgstat/
H A Dpgstat.pl565 my $shname = $name_of_pg{$pg};
570 $shname = (' ' x (LEVEL_OFFSET * $level)) . $shname;
589 $pg, $shname,
597 $pg, $shname,
757 my $shname = $name_of_pg{$pg};
760 $shname = (' ' x (LEVEL_OFFSET * $level)) . $shname;
764 $pg, $shname;
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm465 my $shname = $pg->{sh_name} or return;
467 return (max($self->{MAX_FREQUENCY}, $self->{CAPACITY}->{$shname}));
663 my $shname = $pg2->{sh_name} or return;
664 my $capacity = max($c2->{MAX_FREQUENCY}, $c2->{CAPACITY}->{$shname});
1180 my $shname = $pg->{sh_name};
1182 $self->{CAPACITY}->{$shname} = $max_rate if
1183 !$self->{CAPACITY}->{$shname} ||
1184 $self->{CAPACITY}->{$shname} < $max_rate;
/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Ddynmem_readme.txt305 The kstat_lookup() module name is "sdbc:shstats" and "sdbc:shname" both with
328 sdbc:shname module
344 reads each module "sdbc:shstats" and "sdbc:shname" as a group repeatedly -
350 The first entry returning a nul string to "sdbc:shname" signifies no more
/titanic_44/usr/src/lib/libshare/common/
H A Dscfutil.c1694 char shname[SA_SHARE_UUID_BUFLEN]; in sa_commit_share() local
1695 generate_unique_sharename(shname); in sa_commit_share()
1697 (xmlChar *)shname); in sa_commit_share()
1698 sharename = strdup(shname); in sa_commit_share()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dmain.c274 error_info.id = shp->shname; in sh_main()
353 shp->readscript = shp->shname; in sh_main()
H A Dinit.c1287 shp->shname = strdup(argv[0]); in sh_init()
1289 shp->shname = strdup(shp->st.dolv[0]); in sh_init()
1399 shp->shname = error_info.id = strdup(shp->st.dolv[0]); in sh_reinit()
H A Dmacro.c2549 return(shp->shname); in special()
H A Dxec.c2899 arglist[0] = error_info.id?error_info.id:sh.shname; in run_subshell()
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dsections.c426 new_section(Ofl_desc *ofl, Word shtype, const char *shname, Xword entcnt, in new_section() argument
660 isec->is_name = shname; in new_section()
1594 make_cap(Ofl_desc *ofl, Word shtype, const char *shname, int ident) in make_cap() argument
1693 if (new_section(ofl, shtype, shname, size, &isec, in make_cap()
2220 make_dyn_shndx(Ofl_desc *ofl, const char *shname, Os_desc *symtab, in make_dyn_shndx() argument
2231 if (new_section(ofl, SHT_SYMTAB_SHNDX, shname, in make_dyn_shndx()
/titanic_44/usr/src/lib/libshell/common/include/
H A Ddefs.h143 char *shname; /* shell name */ \