/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/ |
H A D | dsr.c | 71 * 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 D | cxa_finalize.c | 59 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 D | Makefile | 101 list='$(RELEASE_LIST)'; for f in $$list; do \ macro
|
/solaris-userland/components/meta-packages/developer-opensolaris-userland/ |
H A D | Makefile | 55 $(BUILD_DIR)/package.list: $(BUILD_DIR) $(WS_MACH)/requires.mk 58 build install: $(BUILD_DIR)/package.list
|
/solaris-userland/components/krb5/Solaris/ |
H A D | prof_solaris.c | 17 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 D | start-method | 56 servers=$(/usr/sbin/ldapclient list | \ 59 basedn=$(/usr/sbin/ldapclient list | \
|
/solaris-userland/components/jansson/doc/html/_static/ |
H A D | basic.css | 32 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 D | Makefile | 95 @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 D | curl-config | 43 --features newline separated list of enabled features 47 --protocols newline separated list of enabled protocols
|
H A D | curl-config-64 | 45 --features newline separated list of enabled features 49 --protocols newline separated list of enabled protocols
|
/solaris-userland/components/mailman/ |
H A D | Makefile | 31 COMPONENT_PROJECT_URL= http://www.list.org/
|
/solaris-userland/components/cyrus-sasl/test/ |
H A D | setup-for-mit | 33 pkg list $PACKAGES_NEEDED > /dev/null 39 pkg list $PACKAGES_NEEDED > /dev/null
|
H A D | setup-for-seam | 31 pkg list $PACKAGES_NEEDED > /dev/null 37 pkg list $PACKAGES_NEEDED > /dev/null
|
/solaris-userland/tools/python/pkglint/ |
H A D | userland.py | 144 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 D | overrides.py | 168 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 D | ovs-svc | 124 ${OVS_VSCTL} list-br | 178 ${OVS_VSCTL} list-br |
|
/solaris-userland/components/openstack/neutron/files/agent/solaris/ |
H A D | pf_firewall.py | 69 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 D | llib-lxml2 | 52 #include <libxml/list.h>
|
/solaris-userland/components/openstack/swift/files/ |
H A D | proxy-server.conf | 55 # 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 D | solarisfc.py | 165 if isinstance(target_wwn, list): 174 # initiator needs time to refresh the LU list
|
/solaris-userland/make-rules/ |
H A D | prep-git.mk | 59 # 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 D | ocamlbyteinfo.ml | 72 (input_value ic : (string * Digest.t) list)
|
/solaris-userland/tools/ |
H A D | bass-o-matic | 39 # that directory is added to the list and no children are searched. 87 result = list()
|
H A D | gen-components | 108 # 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 D | Makefile | 195 list='$(ISA_PATCHES)' ; for f in $$list ; do \
|