HomeSort by relevance Sort by last modified time
    Searched refs:project (Results 1 - 15 of 15) sorted by null

  /test/ontest-stc2/src/suites/os/smf/tests/svc.startd/tests/context/
add_testaccount.ksh 87 # add the project 'ctxproj' to the projects
88 proj=$(getent project $ctx_project)
93 echo "Failed to create project $ctx_project"
96 # manual fricking modification for project.pool attribute
98 sed "s/^$ctx_project:.*/&project.pool=$ctx_default_resourcepool/" \
99 /etc/project > /etc/project.new && \
100 cp /etc/project /etc/project.old && \
101 cp /etc/project.new /etc/project &&
    [all...]
  /test/stcnv/usr/src/suites/os/smf/tests/svc.startd/tests/context/
add_testaccount.ksh 87 # add the project 'ctxproj' to the projects
88 proj=$(getent project $ctx_project)
93 echo "Failed to create project $ctx_project"
96 # manual fricking modification for project.pool attribute
98 sed "s/^$ctx_project:.*/&project.pool=$ctx_default_resourcepool/" \
99 /etc/project > /etc/project.new && \
100 cp /etc/project /etc/project.old && \
101 cp /etc/project.new /etc/project &&
    [all...]
  /test/stcnv/usr/src/suites/os/cpu-caps/tests/global_zn/
tp_global_zn_003.pl 39 # available in /proc. The shares should be such that one project
41 # the first project will end up with 75% of available CPU cycles
45 # Assuming two while-1, single threaded processes per project,
50 # STRATEGY: Create two /etc/project entries for the cpu-shares rctl.
51 # Create two processes in each project.
77 # fancy footwork to get unique project names and project IDs.
92 # Create our entry in /etc/project.
94 "project", "cpu-shares", $value, $action);
97 "/etc/project");
    [all...]
  /test/stcnv/usr/src/suites/os/cpu-caps/
README 34 consumption at the zone or project level and are made effective via prctl(1),
35 zonecfg(1M), or via the project(4) file. CPU caps will work for all scheduling
39 will take precedence over any project cap in the zone.
71 clean up after itself. Any changes to /etc/project should also be removed.
  /test/ontest-stc2/src/suites/os/smf/tests/svc.startd/tests/context/assertion_041/
context_041.ksh 36 # the project attribute of the method_context.
60 readonly context_projid=$(getent project $ctx_project | cut -d: -f 2,2)
104 PROJECT=$context_projid \
134 print -- "--DIAG: Did not have project id $context_projid."
  /test/ontest-stc2/src/suites/os/smf/tests/svc.startd/tests/context/assertion_042/
context_042.ksh 36 # method to be executed's projectid specified by the project attribute
97 echo "--INFO: Find an unused project ID"
102 typeset lprojid=$(getent project $atproj | cut -d: -f 2,2)
117 PROJECT=$context_projid \
  /test/stcnv/usr/src/suites/os/smf/tests/svc.startd/tests/context/assertion_041/
context_041.ksh 36 # the project attribute of the method_context.
60 readonly context_projid=$(getent project $ctx_project | cut -d: -f 2,2)
104 PROJECT=$context_projid \
134 print -- "--DIAG: Did not have project id $context_projid."
  /test/stcnv/usr/src/suites/os/smf/tests/svc.startd/tests/context/assertion_042/
context_042.ksh 36 # method to be executed's projectid specified by the project attribute
97 echo "--INFO: Find an unused project ID"
102 typeset lprojid=$(getent project $atproj | cut -d: -f 2,2)
117 PROJECT=$context_projid \
  /test/ontest-stc2/src/suites/os/smf/tests/bin/
service_main.c 51 #include <project.h>
419 * log project id
432 * log project name
440 struct project proj;
  /test/stcnv/usr/src/suites/os/smf/tests/bin/
service_main.c 51 #include <project.h>
419 * log project id
432 * log project name
440 struct project proj;
  /test/ontest-stc2/src/suites/os/smf/tests/svc.startd/doc/
ASSERTIONS 476 svc.startd will start a method in the project specified by the
477 the project attribute of the method_context.
480 * Specify a test service with a method_context specifying the project.
481 Make sure it is a test project.
483 * Verify that the project is as expected.
540 :default can be used as a token to indicate the use of the project
541 identified by getdefaultproj(3PROJECT) for the user specified
546 belong to a specific default test project. The project attribute
549 * Verify that the project is as expecte
    [all...]
  /test/stcnv/usr/src/suites/os/smf/tests/svc.startd/doc/
ASSERTIONS 476 svc.startd will start a method in the project specified by the
477 the project attribute of the method_context.
480 * Specify a test service with a method_context specifying the project.
481 Make sure it is a test project.
483 * Verify that the project is as expected.
540 :default can be used as a token to indicate the use of the project
541 identified by getdefaultproj(3PROJECT) for the user specified
546 belong to a specific default test project. The project attribute
549 * Verify that the project is as expecte
    [all...]
  /test/stcnv/usr/src/suites/os/cpu-caps/src/lib/
libcaps.pl 32 use Sun::Solaris::Project qw(:ALL);
98 # This function looks at what is being changed, either a project or a
100 # be a project name. The function will return "process" if a PID is
101 # identified or "project" if a project name is identified.
108 $type = "project";
148 # Handle either a PID or a project name.
187 # for the project or zone in which the provided PID is running. Return 0
235 # in the scope of the specified project. It will return 1 upon failure,
246 my @args = ("-e", "-o", "pid,project");
    [all...]
  /test/stcnv/usr/src/suites/net/nicdrv/doc/
nicdrv.assert 406 NIC driver parameter configuration testing via dladm command(Brussles project)
  /test/stcnv/usr/src/suites/net/nc/
README 373 http://www.opensolaris.org/os/project/shell/shellstyle/

Completed in 1459 milliseconds