Searched refs:rc (Results 1 - 6 of 6) sorted by relevance

/solaris-userland/components/desktop/consolekit/files/
H A Dsvc-consolekit32 rc=$?
33 if [ $rc -ne 0 ]; then
34 echo "$0: consolekit failed with $rc"
/solaris-userland/components/open-fabrics/infiniband-diags/
H A Dsolaris_set_nodedesc.c138 int rc; local
174 rc = read_nodedesc_ioctl(context, nodedescp);
175 if (rc != 0) {
195 int rc; local
227 rc = write_nodedesc_ioctl(context, nodedescp);
228 if (rc != 0)
235 return (rc);
252 int i, rc = -1; local
258 rc = do_driver_update_ioctl(device_list[i],
260 if (rc !
441 int rc; local
[all...]
/solaris-userland/components/openvswitch/files/
H A Dovs-clean.py64 def resetOFPorts(argv, numargs, rc):
71 datalink_name_list = rc.list_objects(Datalink())
73 datalink = rc.get_object(datalink_name)
104 def removeFlows(argv, numargs, rc):
111 datalink_list = rc.list_objects(Datalink())
113 datalink = rc.get_object(datalink_name)
133 flow_list = rc.list_objects(Flow(), ADRGlobPattern({'linkname': linkname}))
148 def deleteEtherstub(argv, numargs, rc, dm):
155 etherstub = rc.get_object(Etherstub(), ADRGlobPattern({'name': name}))
179 rc
[all...]
/solaris-userland/components/gnome/gdm/files/
H A Dsvc-gdm26 rc=$?
27 if [[ $rc != 0 ]]; then
28 echo "$0: gdm failed with $rc"
/solaris-userland/tools/
H A Dbass-o-matic163 rc = proc.wait()
164 sys.exit(rc)
/solaris-userland/components/openstack/cinder/files/solaris/
H A Dzfs.py383 rc = connect_tls(san_ip)
384 auth = rada.RadAuth(rc)
387 return rc

Completed in 61 milliseconds