/pkg/src/zoneproxy/ |
H A D | Makefile | 27 SUBDIRS = zoneproxy-adm zoneproxy-client zoneproxyd
|
/pkg/src/zoneproxy/zoneproxy-client/ |
H A D | Makefile | 25 PROG = zoneproxy-client 26 SRCS = zoneproxy-client.c
|
/pkg/src/util/qual-simulator/ |
H A D | Makefile | 29 cp ../../modules/client/transport/stats.py .
|
/pkg/src/tests/api/ |
H A D | t_pkg_api_fix.py | 32 import pkg.client.api_errors as api_errors namespace
|
H A D | t_bootenv.py | 33 import pkg.client.bootenv as bootenv namespace
|
H A D | t_pkg_api_hydrate.py | 32 import pkg.client.api_errors as api_errors namespace
|
H A D | t_api_refresh.py | 38 import pkg.client.api as api namespace 39 import pkg.client.publisher as publisher namespace
|
H A D | t_client.py | 38 from pkg.client import global_settings
|
H A D | t_imageconfig.py | 37 import pkg.client.imageconfig as imageconfig namespace
|
H A D | t_printengine.py | 38 import pkg.client.printengine as printengine namespace
|
/pkg/src/modules/client/linkedimage/ |
H A D | __init__.py | 29 should never import anything other than pkg".client.linkedimage". Here we'll 39 from pkg.client.linkedimage.common import * # pylint: disable=W0401, W0622
|
H A D | system.py | 34 import pkg.client.pkgdefs as pkgdefs namespace
|
/pkg/src/tests/cli/ |
H A D | t_publish_api.py | 36 import pkg.client.publisher as publisher namespace 37 import pkg.client.transport.transport as transport namespace
|
H A D | t_lock.py | 33 import pkg.client.api_errors as api_errors namespace 34 import pkg.client.progress as progress namespace 162 # Execute the client to actually uninstall the package, and then
|
/pkg/src/scripts/ |
H A D | pkg.sh | 68 exec ${PYEXE} ${my_home}/client.py "$@"
|
/pkg/src/tests/interactive/ |
H A D | runprintengine.py | 35 import pkg.client.printengine as printengine namespace
|
H A D | runprogress.py | 32 import pkg.client.progress as progress namespace
|
/pkg/src/modules/client/ |
H A D | history.py | 37 import pkg.client.api_errors as apx namespace 38 import pkg.client.bootenv as bootenv namespace 53 # Indicates that the user or client provided bad information which resulted in 60 # a restriction enforced by the client (e.g. pkg(7) out of date). 108 operation that a pkg(7) client has performed. This class is private 246 """A History object is a representation of data about a pkg(7) client 247 and about operations that the client is executing or has executed. It 255 # The name of the client (e.g. pkg, etc.) 257 # The version of the client (e.g. 093ca22da67c). 259 # How the client wa [all...] |
/pkg/src/modules/ |
H A D | lockfile.py | 35 import pkg.client.api_errors as api_errors namespace 37 from pkg.client import global_settings
|
H A D | p5i.py | 34 import pkg.client.api_errors as api_errors namespace 35 import pkg.client.publisher as publisher namespace
|
/pkg/src/modules/portable/ |
H A D | os_windows.py | 151 import pkg.client.image as image namespace 152 from pkg.client.api_errors import ImageNotFoundException
|
/pkg/src/modules/client/transport/ |
H A D | mdetect.py | 31 import pkg.client.publisher as pub namespace 32 import pkg.client.transport.exception as tx namespace 44 mirrors that may be present on the client's subnet."""
|
/pkg/src/tests/ |
H A D | pkg5testenv.py | 127 from pkg.client import global_settings
|
/pkg/src/util/publish/ |
H A D | update_file_layout.py | 40 from pkg.client import global_settings
|
/pkg/src/ |
H A D | sign.py | 48 import pkg.client.api_errors as api_errors namespace 49 import pkg.client.transport.transport as transport namespace 55 from pkg.client import global_settings 56 from pkg.client.debugvalues import DebugValues
|