Searched refs:entry (Results 1 - 10 of 10) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Ddsr.c234 nms_t *entry; local
236 entry = (nms_t *)malloc(sizeof (nms_t));
237 if (entry != (nms_t *)NULL) {
244 entry->real = (char *)malloc(len);
245 if (entry->real) {
246 (void) strcpy(entry->real, nlnm);
249 entry->dsk = (char *)malloc(len);
250 if (entry->dsk) {
251 (void) strcpy(entry->dsk, shortnm);
252 entry
319 nms_t *entry; local
484 disk_list_t *entry; local
[all...]
/solaris-userland/tools/
H A Dbuild-watch.d32 syscall::open:entry, syscall::open64:entry
37 syscall::openat:entry
H A Duserland-unpack76 for entry in os.listdir(dir):
79 path = "%s/%s" % (dir, entry)
143 for entry in os.listdir(tempdir):
144 path= "%s/%s" % (tempdir, entry)
145 os.renames(path, entry)
/solaris-userland/components/sendmail/files/
H A Dcheck-hostname.sh44 # Check the `getent hosts $1` output, skipping the 1st entry (IP address).
53 # Parse /etc/hosts, looking for $1 as an entry by itself, and try to find
56 # its first entry (IP address).
59 for entry in `sed -e 's/#.*$//' /etc/hosts | \
63 accept_if_fully_qualified $entry
77 # Check the `ypmatch $1 hosts` output, skipping the 1st entry (IP address).
87 # $3 is the first entry for hosts in /etc/nsswitch.conf .
107 echo "changing the /etc/hosts entry:\n"
111 echo "adding the /etc/hosts entry:\n"
144 # a. the domain entry i
[all...]
/solaris-userland/components/krb5/Solaris/
H A Dkt_solaris.c56 krb5_keytab_entry entry; local
61 memset(&entry, 0, sizeof (entry));
74 entry.key = key;
75 entry.vno = kvno;
76 entry.principal = princ;
78 code = krb5_kt_add_entry(ctx, kt, &entry);
270 krb5_keytab_entry entry; local
293 while ((code = krb5_kt_next_entry(ctx, kt, &entry, &cursor)) == 0) {
295 entry
415 krb5_keytab_entry entry; local
[all...]
H A Dkadm_host_srv_names.c61 struct server_entry *entry; local
72 entry = &serverlist.servers[0];
73 *master = strdup(entry->hostname);
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c219 * Find active list entry according to object handle and return pointer to the
220 * entry otherwise return NULL.
228 PK11_active *entry; local
230 for (entry = active_list[type]; entry != NULL; entry = entry->next) {
231 if (entry->h == h) {
232 return (entry);
240 * Search for an entry i
250 PK11_active *entry = NULL; local
291 pk11_active_remove(PK11_active *entry, PK11_OPTYPE type) argument
320 PK11_active *entry; local
353 PK11_active *entry = NULL; local
[all...]
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py609 # New HBA port entry
916 for entry in bdms:
917 if entry['connection_info'] is None:
920 if entry['device_name'] == rootmp:
921 root_ci = jsonutils.loads(entry['connection_info'])
931 if entry.get('volume_id') is not None:
932 root_ci['serial'] = entry['volume_id']
942 ci = jsonutils.loads(entry['connection_info'])
943 self.detach_volume(ci, instance, entry['device_name'])
1051 for entry i
[all...]
H A Dsysconfig.py146 for entry in nameservers:
147 etree.SubElement(proplist, "value_node", value=entry)
/solaris-userland/components/texinfo/
H A Dtexi2html.pl1016 $entry = $what;
1017 $entry =~ tr/A-Z/a-z/ unless $entry =~ /^[A-Z\s]+$/;
1018 $gloss2href{$entry} = "$docu_doc#$id";
1019 print "# found glossary for '$entry' id $id\n"
1287 $entry = $what;
1288 $entry =~ tr/A-Z/a-z/ unless $entry =~ /^[A-Z\s]+$/;
1289 $href = $gloss2href{$entry};
1733 local($entry,
[all...]

Completed in 551 milliseconds