Searched refs:info (Results 1 - 25 of 46) sorted by relevance

12

/pkg/src/modules/
H A Dliblist.h56 void *info, void *info2);
59 int setver_liblist_cb(libnode_t *n, void *info, void *info2);
H A Dliblist.c99 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 Delf.c59 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 Dt_api_info.py48 """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 Dt_client.py76 logger.info("INFO")
87 # DEBUG should now be present in the info output.
/pkg/src/modules/actions/
H A Dhardlink.py103 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 Dlegacy.py139 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 Dlink.py79 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 Dgroup.py153 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 Duser.py223 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 Ddepend.py196 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 Dlicense.py133 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 Dfile.py344 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 Ddirectory.py212 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 Dpkg_solver.py803 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 Dbootenv.py524 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 Dt_fix.py193 == "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 Dt_pkg_intent.py157 api_obj.info(plist, False, frozenset([api.PackageInfo.IDENTITY,
163 api_obj.info(plist, False,
/pkg/src/
H A Dclient.py206 "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 DMakefile47 PYLINT_VER_CMD = PYTHONPATH= /usr/bin/pkg info pkg:/developer/python/pylint | \
H A Drad-invoke.py121 ips_logger.info(json.dumps(ret_json))
H A Dpkgrepo.py159 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 Dreference_httpd.conf213 # Possible values include: debug, info, notice, warn, error, crit,
345 AddType application/vnd.pkg5.info .p5i
/pkg/src/modules/lint/
H A Dbase.py243 engine.info("Checker exception ignored "
338 engine.info("Checker exception ignored "
H A Dengine.py279 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 "

Completed in 75 milliseconds

12