/pkg/src/modules/ |
H A D | liblist.h | 56 void *info, void *info2); 59 int setver_liblist_cb(libnode_t *n, void *info, void *info2);
|
H A D | liblist.c | 99 void *info, void *info2) 107 if (cb(n, info, info2) == -1) 137 setver_liblist_cb(libnode_t *n, void *info, void *info2) argument 139 liblist_t *vers = (liblist_t *)info; 157 copyto_liblist_cb(libnode_t *n, void *info, void *info2) argument 159 liblist_t *lst = (liblist_t *)info; 98 liblist_foreach(liblist_t *lst, int (*cb)(libnode_t *, void *, void *), void *info, void *info2) argument
|
H A D | elf.c | 59 pythonify_ver_liblist_cb(libnode_t *n, void *info, void *info2) argument 61 PyObject *pverlist = (PyObject *)info; 79 pythonify_2dliblist_cb(libnode_t *n, void *info, void *info2) argument 81 PyObject *pdep = (PyObject *)info; 111 pythonify_1dliblist_cb(libnode_t *n, void *info, void *info2) argument 113 PyObject *pdef = (PyObject *)info;
|
/pkg/src/tests/api/ |
H A D | t_api_info.py | 48 """Verify that ImageInterface.info() works as expected 54 api_obj.info, [], True, api.PackageInfo.ALL_OPTIONS - 59 api_obj.info, [], True, set([-1])) 61 api_obj.info, [], True, set('a')) 70 add set name=info.classification value="org.opensolaris.category.2008:Applications/Sound and Video" 77 add set name=info.classification value=org.opensolaris.category.2008:System/Security/Foo/bar/Baz 90 add set name=info.classification value=org.opensolaris.category.2008:System/Security/Foo/bar/Baz 129 ret = api_obj.info(["jade"], local, info_needed) 140 ret = api_obj.info(["jade", "turquoise", "emerald"], 152 ret = api_obj.info([" [all...] |
H A D | t_client.py | 76 logger.info("INFO") 87 # DEBUG should now be present in the info output.
|
/pkg/src/modules/actions/ |
H A D | hardlink.py | 103 info). The error list will be empty if the action has been 110 lstat, errors, warnings, info, abort = \ 114 return errors, warnings, info 127 return errors, warnings, info 137 return errors, warnings, info
|
H A D | legacy.py | 139 info). The error list will be empty if the action has been 144 info = [] 155 return errors, warnings, info 161 return errors, warnings, info
|
H A D | link.py | 79 info). The error list will be empty if the action has been 85 lstat, errors, warnings, info, abort = \ 90 return errors, warnings, info 98 return errors, warnings, info
|
H A D | group.py | 153 info). The error list will be empty if the action has been 158 info = [] 162 return errors, warnings, info 198 return errors, warnings, info
|
H A D | user.py | 223 info). The error list will be empty if the action has been 228 info = [] 233 return errors, warnings, info 244 return errors, warnings, info 248 return errors, warnings, info 310 return errors, warnings, info
|
H A D | depend.py | 196 info). The error list will be empty if the action has been 201 info = [] 217 return errors, warnings, info 232 return errors, warnings, info 289 return errors, warnings, info 306 return errors, warnings, info 336 return errors, warnings, info
|
H A D | license.py | 133 info). The error list will be empty if the action has been 138 info = [] 153 return errors, warnings, info 160 return errors, warnings, info
|
H A D | file.py | 344 info). The error list will be empty if the action has been 356 lstat, errors, warnings, info, abort = \ 365 return errors, warnings, info 371 info.append("Warning: package may contain bobcat! " 397 return errors, warnings, info 400 return errors, warnings, info 473 info.append(_( 522 return errors, warnings, info
|
H A D | directory.py | 212 info). The error list will be empty if the action has been 215 lstat, errors, warnings, info, abort = \ 217 return errors, warnings, info
|
/pkg/src/modules/client/ |
H A D | pkg_solver.py | 803 info = [] 821 info.append("") 822 info.append(_("Plan Creation: dependency error(s) in " 824 info.append("") 826 info.append(" {0}".format(s)) 830 info.append("") 831 info.append(_("Plan Creation: Errors in installed " 833 info.append("") 835 info.append(" {0}".format(s)) 837 if not info [all...] |
H A D | bootenv.py | 524 logger.info(_(""" 530 logger.info(_(""" 542 logger.info(_("{0} has been updated " 1138 logger.info(_(""" 1144 logger.info(_(""" 1156 logger.info(_("{0} has been updated "
|
/pkg/src/tests/cli/ |
H A D | t_fix.py | 193 == "info") 202 == "info") 583 info = "editable file has been changed" 584 # Test that the output is expected when the file has only info 588 assert info not in self.output 590 assert info not in self.output 593 assert info in self.output 595 assert info in self.output 600 # Test that the output is expected when the file has both info 603 assert info no [all...] |
H A D | t_pkg_intent.py | 157 api_obj.info(plist, False, frozenset([api.PackageInfo.IDENTITY, 163 api_obj.info(plist, False,
|
/pkg/src/ |
H A D | client.py | 206 "info", 252 adv_usage["info"] = \ 456 Package Information : list search info contents 469 For more info, run: pkg help <command>""")) 589 # Default case; display short FMRI and version info. 753 logger.info("{0} {1}".format(s[0].rjust(rjust_status), 759 logger.info("") 761 logger.info(_("Changed mediators:")) 763 logger.info(" {0}".format(x)) 769 logger.info("") 3045 def info(op, api_inst, pargs, display_license, info_local, info_remote, function [all...] |
H A D | Makefile | 47 PYLINT_VER_CMD = PYTHONPATH= /usr/bin/pkg info pkg:/developer/python/pylint | \
|
H A D | rad-invoke.py | 121 ips_logger.info(json.dumps(ret_json))
|
H A D | pkgrepo.py | 159 pkgrepo info [-F format] [-H] [-p publisher ...] -s repo_uri_or_path 258 logger.info(_("{count:d} package(s) will be removed:\n" 269 logger.info( 275 logger.info("") 443 logger.info(_("Removing publisher(s)")) 447 logger.info(_("\'{pfx}\'\t({num} package(s))").format( 787 subcommand = "info" 1205 logger.info("Initiating repository rebuild.") 1230 logger.info("Initiating repository rebuild.") 1343 logger.info("Initiatin [all...] |
/pkg/src/util/apache2/sysrepo/ |
H A D | reference_httpd.conf | 213 # Possible values include: debug, info, notice, warn, error, crit, 345 AddType application/vnd.pkg5.info .p5i
|
/pkg/src/modules/lint/ |
H A D | base.py | 243 engine.info("Checker exception ignored " 338 engine.info("Checker exception ignored "
|
H A D | engine.py | 279 of info.classification attributes in manifests. 538 self.logger.info( 568 self.logger.info( 944 # Repository configuration info 1008 def info(self, message, msgid=None, ignore_linted=False): member in class:LintEngine 1009 """Log an info message to all loggers.""" 1011 log.info(message, msgid=msgid, 1034 self.info(_("Not running {check} checks on linted action "
|