Searched refs:process (Results 1 - 5 of 5) sorted by relevance

/pkg/src/util/log-scripts/
H A Dlog.py45 def process(l): function
114 process(l)
/pkg/src/
H A Ddepot.py97 import cherrypy.process.servers namespace
98 from cherrypy.process.plugins import Daemonizer
198 logged by the depot process. Possible values are:
203 logged by the depot process. Possible values are:
440 # pkg.depot process. The index will be rebuilt
635 cherrypy.process.servers.check_port(address, port)
779 # then assume process will be daemonized and redirect output.
882 # process for other cases.
938 # intended to allow our depot process to operate behind Apache
939 # or some other webserver process
[all...]
/pkg/src/zoneproxy/zoneproxyd/
H A Dzoneproxyd.c40 * socket, and the process is repeated.
87 #include <sys/contract/process.h>
996 fd = open(CTFS_ROOT "/process/template", O_RDWR);
1029 if ((cfd = open(CTFS_ROOT "/process/latest", O_RDONLY)) == -1)
1645 /* daemon process exited before becoming ready */
1647 /* assume daemon process printed useful message */
1651 "daemon process killed or died\n");
1720 * zone_enter requires that the process have the full privilege set. We try to
/pkg/src/modules/server/
H A Drepository.py213 thread or process and cannot be modified."""
224 "currently in use by another process: "
228 "in use by another process.")
665 def __lock_rstore(self, blocking=False, process=True):
673 if not process or (self.read_only and
701 # If process lock fails, ensure thread lock is released.
1440 # process lock. This allows indexing and publication to occur
1442 self.__lock_rstore(process=False)
3921 # If line is empty or comments, do not process.
H A Ddepot.py33 from cherrypy.process.plugins import SimplePlugin
66 # limits the throughput of the depot process. Setting these attributes to

Completed in 36 milliseconds