Searched refs:rval (Results 1 - 18 of 18) sorted by relevance

/pkg/src/modules/
H A Delf.c64 int rval; local
73 rval = PyList_Append(pverlist, ent);
75 return (rval);
85 int rval = -1; local
102 rval = PyList_Append(pdep, ent);
107 return (rval);
116 int rval; local
125 rval = PyList_Append(pdef, ent);
127 return (rval);
248 int rval; \
[all...]
H A Dlockfile.py109 rval = self._lock.acquire(blocking=int(blocking))
111 if not rval:
/pkg/src/modules/actions/
H A Dattribute.py131 rval = []
134 return rval
142 rval.append((scheme, cats))
143 return rval
H A Dlink.py112 rval = [
118 rval.extend(
123 return rval
/pkg/src/
H A Dpkgrepo.py377 rval = _set_pub(conf, subcommand, {}, new_pubs, repo)
385 if rval == EXIT_OK and existing:
393 return rval
649 rval = EXIT_OK
651 rval = EXIT_PARTIAL
661 return rval, found, pub_data
668 rval, found, pub_data = _get_matching_pubs(subcommand, pubs, xport,
670 if rval == EXIT_OOPS:
671 return rval
772 rval
1159 rval = EXIT_OOPS variable
1178 rval = EXIT_OOPS variable
[all...]
H A Dclient.py1424 rval = None
1429 rval = EXIT_ACTUATOR
1431 rval = EXIT_OK
1435 rval = EXIT_OOPS
1442 rval = EXIT_OOPS
1446 rval = e.lix_exitrv
1449 rval = EXIT_NOTLIVE
1455 rval = EXIT_NOTLIVE
1459 rval = EXIT_OOPS
1464 rval
3466 rval = EXIT_OK variable
3468 rval = EXIT_OOPS variable
3495 rval = EXIT_OOPS variable
[all...]
H A Dpull.py587 rval = 1
589 rval = 3
591 retcode=rval)
/pkg/src/tests/api/
H A Dt_catalog.py215 rval = misc.cmp(a.pkg_name, b.pkg_name)
216 if rval != 0:
217 return rval
218 rval = misc.cmp(a.publisher, b.publisher)
219 if rval != 0:
220 return rval
579 rval = misc.cmp(a.pkg_name, b.pkg_name)
580 if rval != 0:
581 return rval
582 rval
[all...]
H A Dt_api_list.py77 rval = misc.cmp(astem, bstem)
78 if rval != 0:
79 return rval
80 rval = misc.cmp(apub, bpub)
81 if rval != 0:
82 return rval
H A Dt_config.py1149 for rval in iter_section(secobj,
1151 yield rval
/pkg/src/modules/server/
H A Dapi.py673 rval = {}
675 rval[sname] = [p for p in props]
676 return rval
702 rval = {}
704 rval[sname] = [p for p in props]
705 return rval
/pkg/src/modules/client/
H A Dclient_api.py637 rval, res = _get_fmri_args(api_inst, pargs, cmd=op,
639 if not rval:
961 rval = None
967 rval = __prepare_json(EXIT_ACTUATOR)
969 rval = __prepare_json(EXIT_OK)
973 rval = __prepare_json(EXIT_OOPS, errors=errors_json)
980 rval = __prepare_json(EXIT_OOPS, errors=errors_json)
985 rval = __prepare_json(e.lix_exitrv, errors=errors_json)
989 rval = __prepare_json(EXIT_NOTLIVE, errors=errors_json)
995 rval
[all...]
H A Dimageconfig.py394 rval = cfg.FileConfig.get_property(self, section, name)
395 if name in default_policies and rval == DEF_TOKEN:
397 if name in default_properties and rval == DEF_TOKEN:
399 return rval
H A Dpublisher.py1675 rval = []
1679 rval.append(nrepo)
1681 return rval
2050 rval = self.__refresh_v1(croot, tempdir,
2058 return rval
H A Dpkg_solver.py294 def __cleanup(self, rval):
333 return rval
336 return rval
H A Dapi.py4339 rval = {
4493 rval[self.INFO_MISSING] = e.notfound
4494 rval[self.INFO_ILLEGALS] = e.illegal
4501 return rval
H A Dimage.py3581 rval = tempfile.mkdtemp(dir=self.__tmpdir)
3584 os.chmod(rval, misc.PKG_DIR_MODE)
3585 return rval
/pkg/src/tests/
H A Dpkg5unittest.py2562 rval = self.cmdline_run(cmdline, exit=exit, comment=comment,
2576 return rval

Completed in 119 milliseconds