Searched refs:list (Results 1 - 25 of 37) sorted by relevance

12

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Ddsr.c71 * Build a list of disks attached to the system. if a previous list is passed
72 * in, delete that list before building the new list.
78 nms_t *list; local
98 * Build the list of devices connected to the system.
100 list = rummage_dev_dsk();
101 rummage_path_to_inst(list);
102 mk_list_of_disks(list, &rv);
103 t = list;
124 nms_t *list = (nms_t *)0; local
206 look_up_name(const char *nm, nms_t *list) argument
232 make_an_entry(char *lname, const char *shortnm, nms_t **list, int devtype) argument
288 rummage_path_to_inst(nms_t *list) argument
315 pline(char *ib, nms_t *list) argument
435 find_str(const char *inbuf, nms_t *list) argument
449 mk_list_of_disks(nms_t *list, disk_list_t **hd) argument
575 struct list_of_disks *list; local
[all...]
/solaris-userland/components/llvm/cxa_finalize/
H A Dcxa_finalize.c59 cxxabi_atexit* list; member in struct:__cxxabi_atexit_list
71 static int __init_cxxabi_list(cxxabi_atexit** list);
77 int __init_cxxabi_list(cxxabi_atexit** list) { argument
84 *list = __p;
117 ret = __init_cxxabi_list(&_list.list);
132 ret = __resize_cxxabi_list(_list.list, _list.nelem, &__p, newsize);
135 free (_list.list);
136 _list.list = NULL;
143 _list.list = __p;
153 free (_list.list);
[all...]
H A DMakefile101 list='$(RELEASE_LIST)'; for f in $$list; do \ macro
/solaris-userland/components/meta-packages/developer-opensolaris-userland/
H A DMakefile55 $(BUILD_DIR)/package.list: $(BUILD_DIR) $(WS_MACH)/requires.mk
58 build install: $(BUILD_DIR)/package.list
/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c17 char **list; member in struct:profile_string_list
23 * Initialize the string list abstraction.
25 static errcode_t init_list(struct profile_string_list *list) argument
27 list->num = 0;
28 list->max = 10;
29 list->list = malloc(list->max * sizeof (char *));
30 if (list->list
40 end_list(struct profile_string_list *list, char ***ret_list) argument
62 add_to_list(struct profile_string_list *list, const char *str) argument
[all...]
/solaris-userland/components/postfix/files/
H A Dstart-method56 servers=$(/usr/sbin/ldapclient list | \
59 basedn=$(/usr/sbin/ldapclient list | \
/solaris-userland/components/jansson/doc/html/_static/
H A Dbasic.css32 list-style: none;
58 list-style: none;
64 list-style: square;
212 .field-list ul {
325 table.field-list td, table.field-list th {
350 list-style: decimal;
354 list-style: lower-alpha;
358 list-style: upper-alpha;
362 list
[all...]
/solaris-userland/components/desktop/os-welcome/files/
H A DMakefile95 @list='$(SUBDIRS)'; for subdir in $$list; do \
101 @list='$(SUBDIRS)'; for subdir in $$list; do \
161 list='$(SUBDIRS)'; for subdir in $$list; do \
/solaris-userland/components/curl/Solaris/
H A Dcurl-config43 --features newline separated list of enabled features
47 --protocols newline separated list of enabled protocols
H A Dcurl-config-6445 --features newline separated list of enabled features
49 --protocols newline separated list of enabled protocols
/solaris-userland/components/mailman/
H A DMakefile31 COMPONENT_PROJECT_URL= http://www.list.org/
/solaris-userland/components/cyrus-sasl/test/
H A Dsetup-for-mit33 pkg list $PACKAGES_NEEDED > /dev/null
39 pkg list $PACKAGES_NEEDED > /dev/null
H A Dsetup-for-seam31 pkg list $PACKAGES_NEEDED > /dev/null
37 pkg list $PACKAGES_NEEDED > /dev/null
/solaris-userland/tools/python/pkglint/
H A Duserland.py144 action.attrs[k] = list(v)
290 list = []
306 list.append(dir)
332 # Otherwise, runpath is bad; add it to list.
345 list.append(dir)
363 if len(list) > 0:
365 ":".join(list))
/solaris-userland/components/openstack/horizon/files/
H A Doverrides.py168 temp = list(AdminInstancesTable._meta.row_actions)
174 temp = list(InstancesTable._meta.row_actions)
188 temp = list(ImagesTable._meta.row_actions)
/solaris-userland/components/openvswitch/files/
H A Dovs-svc124 ${OVS_VSCTL} list-br |
178 ${OVS_VSCTL} list-br |
/solaris-userland/components/openstack/neutron/files/agent/solaris/
H A Dpf_firewall.py69 lambda: collections.defaultdict(list))
109 self.sg_members[sg_id] = collections.defaultdict(list, sg_members)
143 self.pf.add_rules(list(existing_anchor_rules), [instance_name])
302 self.pf.add_rules(list(final_anchor_rules), [instance_name])
/solaris-userland/components/libxml2/
H A Dllib-lxml252 #include <libxml/list.h>
/solaris-userland/components/openstack/swift/files/
H A Dproxy-server.conf55 # comma separated list of functions to call to setup custom log handlers.
71 # Use a comma separated list of full url (http://foo.bar:1234,https://foo.bar)
140 # This is a comma separated list of account hashes that ignore the
144 # Comma separated list of Host headers to which the proxy will deny requests.
239 # Lastly, you need to list all the accounts/users you want here. The format is:
430 # list of header names and names can optionally end with '*' to indicate a
431 # prefix match. incoming_allow_headers is a list of exceptions to these
436 # whitespace delimited list of header names and names can optionally end with
441 # list of header names and names can optionally end with '*' to indicate a
442 # prefix match. outgoing_allow_headers is a list o
[all...]
/solaris-userland/components/python/os-brick/files/solaris/
H A Dsolarisfc.py165 if isinstance(target_wwn, list):
174 # initiator needs time to refresh the LU list
/solaris-userland/make-rules/
H A Dprep-git.mk59 # generated a github archive URL, and prep-download.mk will use that list to
61 # we add a dummy __BLANK__ suffix to the list, and filter that out separately.
/solaris-userland/components/ocaml/files/
H A Docamlbyteinfo.ml72 (input_value ic : (string * Digest.t) list)
/solaris-userland/tools/
H A Dbass-o-matic39 # that directory is added to the list and no children are searched.
87 result = list()
H A Dgen-components108 # Get a complete list of package names for the repo associated with this
112 cmd = "pkgrepo list -H -s %s" % repo
152 # Return a sorted list of the directories containing one or more .p5m files.
164 return sorted(list(set(p5m_dirs)))
286 Location of a file containing a list of RE's /RM's per component
300 owners_file = "/net/userland.us.oracle.com/gates/private/RE-RM-list.txt"
/solaris-userland/components/stdcxx/
H A DMakefile195 list='$(ISA_PATCHES)' ; for f in $$list ; do \

Completed in 60 milliseconds

12