Searched refs:client (Results 1 - 25 of 135) sorted by relevance

123456

/pkg/src/zoneproxy/
H A DMakefile27 SUBDIRS = zoneproxy-adm zoneproxy-client zoneproxyd
/pkg/src/zoneproxy/zoneproxy-client/
H A DMakefile25 PROG = zoneproxy-client
26 SRCS = zoneproxy-client.c
/pkg/src/util/qual-simulator/
H A DMakefile29 cp ../../modules/client/transport/stats.py .
/pkg/src/tests/api/
H A Dt_pkg_api_fix.py32 import pkg.client.api_errors as api_errors namespace
H A Dt_bootenv.py33 import pkg.client.bootenv as bootenv namespace
H A Dt_pkg_api_hydrate.py32 import pkg.client.api_errors as api_errors namespace
H A Dt_api_refresh.py38 import pkg.client.api as api namespace
39 import pkg.client.publisher as publisher namespace
H A Dt_client.py38 from pkg.client import global_settings
H A Dt_imageconfig.py37 import pkg.client.imageconfig as imageconfig namespace
H A Dt_printengine.py38 import pkg.client.printengine as printengine namespace
/pkg/src/modules/client/linkedimage/
H A D__init__.py29 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 Dsystem.py34 import pkg.client.pkgdefs as pkgdefs namespace
/pkg/src/tests/cli/
H A Dt_publish_api.py36 import pkg.client.publisher as publisher namespace
37 import pkg.client.transport.transport as transport namespace
H A Dt_lock.py33 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 Dpkg.sh68 exec ${PYEXE} ${my_home}/client.py "$@"
/pkg/src/tests/interactive/
H A Drunprintengine.py35 import pkg.client.printengine as printengine namespace
H A Drunprogress.py32 import pkg.client.progress as progress namespace
/pkg/src/modules/client/
H A Dhistory.py37 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 Dlockfile.py35 import pkg.client.api_errors as api_errors namespace
37 from pkg.client import global_settings
H A Dp5i.py34 import pkg.client.api_errors as api_errors namespace
35 import pkg.client.publisher as publisher namespace
/pkg/src/modules/portable/
H A Dos_windows.py151 import pkg.client.image as image namespace
152 from pkg.client.api_errors import ImageNotFoundException
/pkg/src/modules/client/transport/
H A Dmdetect.py31 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 Dpkg5testenv.py127 from pkg.client import global_settings
/pkg/src/util/publish/
H A Dupdate_file_layout.py40 from pkg.client import global_settings
/pkg/src/
H A Dsign.py48 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

Completed in 136 milliseconds

123456