Searched refs:start (Results 1 - 25 of 71) sorted by relevance

123

/solaris-userland/components/proftpd/dtrace/
H A Dexample.d15 ftp*:::transfer-start
17 self->start = timestamp;
21 /self->start/
23 this->delta = (timestamp - self->start) / 1000;
27 self->start = 0;
/solaris-userland/components/openstack/cinder/files/
H A Dcinder-backup22 def start():
H A Dcinder-scheduler22 def start():
H A Dcinder-volume22 def start():
H A Dcinder-api36 def start():
37 httpd('start')
/solaris-userland/components/openstack/glance/files/
H A Dglance-api22 def start():
H A Dglance-registry22 def start():
H A Dglance-scrubber22 def start():
/solaris-userland/components/openstack/nova/files/
H A Dnova-cert22 def start():
H A Dnova-consoleauth22 def start():
H A Dnova-novncproxy22 def start():
H A Dnova-scheduler22 def start():
H A Dnova-api31 def start():
/solaris-userland/components/samba/Solaris/
H A Dsamba.sh54 start)
81 $0 start <command to run>
/solaris-userland/components/desktop/colord/files/
H A Dsvc-colord42 start)
/solaris-userland/components/krb5/Solaris/
H A Dutil_ordering.c44 int start; member in struct:_queue
57 * - the queue is a circular queue. The first element (q->elem[q->start])
135 /* common case: at end, after == q->start+q->length-1 */
139 for (i=q->start+q->length-1; i>after; i--)
151 q->start++;
152 if (q->start == QSIZE(q))
153 q->start = 0;
178 q->start = 0;
181 q->elem[q->start] = ((uint64_t)0 - 1) & q->mask;
210 expected = (QELEM(q,q->start
[all...]
/solaris-userland/components/openstack/heat/files/
H A Dheat-smf-method24 def start():
/solaris-userland/components/tomcat-8/Solaris/
H A Dhttp-tomcat37 start)
38 cmd="start";
45 echo "Usage: $0 {start|stop}"
53 echo "Tomcat failed to start. Check the log (defaults to $CATALINA_BASE/logs/catalina.out) for more information, if any."
/solaris-userland/components/openstack/ironic/files/
H A Dironic-api23 def start():
H A Dironic-conductor23 def start():
/solaris-userland/components/openstack/neutron/files/
H A Dneutron-metadata-agent23 def start():
/solaris-userland/components/privoxy/files/
H A Dhttp-privoxy41 start)
/solaris-userland/components/squid/files/
H A Dhttp-squid37 start)
49 print "Usage: $0 {start|stop}"
/solaris-userland/components/openstack/cloudbase-init/files/
H A Dcloudbase-init25 def start():
/solaris-userland/components/openstack/horizon/files/
H A Dhorizon37 def start():
38 httpd('start')

Completed in 5126 milliseconds

123