Searched refs:entry (Results 426 - 450 of 638) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libc/i386/etc/
H A Dcaplib.ksh118 for entry in $LIBS
120 echo $entry | IFS=@ read MOUNTPOINT MOUNTLIB
/osnet-11/usr/src/lib/libc/i386/sys/
H A Duadmin.c30 * in a transient entry in /[stub]boot/grub/menu.lst
234 * bother to update the temp menu entry.
240 /* are we rebooting to a GRUB menu entry? */
242 int entry = strtol(bargs, NULL, 10); local
245 entry);
/osnet-11/usr/src/lib/libstmf/common/
H A Dstore.c82 * view-entry-<N>-<GUID> where <N> is an unsigned integer
85 * entry property group
88 * Contains the references to each view entry. One lu-<GUID>
118 * view entry in the system. This property group name maps
214 * Property names for view entry
300 scf_transaction_entry_t *entry = NULL; local
324 ((entry = scf_entry_create(handle)) == NULL) ||
365 if (scf_transaction_property_change(tran, entry, groupName,
478 if (scf_entry_add_value(entry, valueSet[i]) == -1) {
521 * Now create the new entry
642 scf_transaction_entry_t *entry = NULL; local
930 scf_transaction_entry_t *entry[VIEW_ENTRY_STRUCT_CNT]; local
2077 scf_transaction_entry_t *entry = NULL; local
2292 scf_transaction_entry_t *entry = NULL; local
2653 scf_transaction_entry_t *entry = NULL; local
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_cache.c55 * is a dataset name, the entry either points to a live zhp
56 * or it is a zombie entry with no zhp. A zombie entry has an
134 struct extmnttab entry; local
161 while ((ret = getextmntent(hdl->libzfs_mnttab, &entry, 0)) == 0) {
162 if (makedevice(entry.mnt_major, entry.mnt_minor) ==
170 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0) {
178 pathent.zp_name = entry.mnt_special;
185 zhp = zfs_open_quiet(hdl, entry
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetether.c75 host = __ns_ldap_getAttr(result->entry, _E_HOSTNAME);
80 macaddress = __ns_ldap_getAttr(result->entry, _E_MACADDRESS);
108 * the filter is constructed, we search for a matching entry and
156 * search for a matching entry and marshal the data results into
H A Dgetkeyent.c84 pkey_array = __ns_ldap_getAttr(result->entry, _KEY_NISPUBLICKEY);
101 skey_array = __ns_ldap_getAttr(result->entry, _KEY_NISSECRETKEY);
149 * getkeys gets both the public and secret keys from publickey entry by either
152 * the filter is constructed, we search for a matching entry and marshal the
H A Dtsol_getrhent.c86 addr = __ns_ldap_getAttr(result->entry, _TNRHDB_ADDR);
102 template = __ns_ldap_getAttr(result->entry, _TNRHDB_TNAME);
H A Dgetnetmasks.c77 netmask = __ns_ldap_getAttr(result->entry, _N_NETMASK);
108 * search for a matching entry and marshal the data results into struct
H A Dgetservent.c103 * In section 5.5 of RFC 2307, it specifies that a "services" LDAP entry
124 * getservent_r with multiple protocol values and the entry
133 * and the entry is enumerated 1st time
157 names = __ns_ldap_getAttrStruct(result->entry, _S_NAME);
164 cname = __s_api_get_canonical_name(result->entry, names, 1);
171 ipport = __ns_ldap_getAttr(result->entry, _S_PORT);
182 protocol = __ns_ldap_getAttrStruct(result->entry, _S_PROTOCOL);
223 * or multiple values and the entry is
258 * and the entry is enumerated 1st time
283 * the entry i
[all...]
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Ddat_dr.c118 IN DAT_DR_ENTRY *entry)
131 *data = *entry;
116 dat_dr_insert( IN const DAT_PROVIDER_INFO *info, IN DAT_DR_ENTRY *entry) argument
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnet.c92 struct grub_net_link_layer_entry *entry; local
95 entry = link_layer_find_entry (nl, card);
97 if (entry && override)
98 grub_memcpy (&entry->ll_address, ll, sizeof (entry->ll_address));
99 if (entry)
106 entry = &(card->link_layer_table[card->new_ll_entry]);
107 entry->avail = 1;
108 grub_memcpy (&entry->ll_address, ll, sizeof (entry
119 struct grub_net_link_layer_entry *entry; local
135 struct grub_net_link_layer_entry *entry; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_srvtab.c161 * It opens the keytab file, and either retrieves the entry or returns
166 krb5_ktsrvtab_get_entry(krb5_context context, krb5_keytab id, krb5_const_principal principal, krb5_kvno kvno, krb5_enctype enctype, krb5_keytab_entry *entry) argument
228 *entry = best_entry;
281 krb5_ktsrvtab_get_next(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
292 *entry = cur_entry;
422 /* Read in an entry from the srvtab file. */
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.h152 krb5_db_entry *entry);
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c278 entry in the font file. */
297 /* Sanity check: ensure section length is divisible by the entry size. */
302 "is not a multiple of the entry size %d",
330 struct char_index_entry *entry = &font->char_index[i]; local
333 if (grub_file_read (file, &entry->code, 4) != 4)
335 entry->code = grub_be_to_cpu32 (entry->code);
338 if (i != 0 && entry->code <= last_code)
342 entry->code, last_code);
346 if (entry
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dnormal.h92 grub_menu_text_register_instances (int entry, grub_menu_t menu, int nested);
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c189 struct mountinfo_entry entry; local
195 &entry.id, &parent_entry.id, &entry.major, &entry.minor,
196 entry.enc_root, entry.enc_path, &count) < 6)
199 unescape (entry.enc_root);
200 unescape (entry.enc_path);
202 enc_path_len = strlen (entry.enc_path);
206 if (strncmp (dir, entry
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Apps/
H A Dweblatency.d79 syscall::write:entry
145 syscall::read:entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dweblatency.d79 syscall::write:entry
145 syscall::read:entry
/osnet-11/usr/src/lib/libldap4/common/
H A Dgetdn.c42 ldap_get_dn( LDAP *ld, LDAPMessage *entry )
49 if ( entry == NULL ) {
54 tmp = *entry->lm_ber; /* struct copy */
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdn.c47 ldap_get_dn( LDAP *ld, LDAPMessage *entry )
58 if ( !NSLDAPI_VALID_LDAPMESSAGE_ENTRY_POINTER( entry )) {
63 tmp = *entry->lm_ber; /* struct copy */
/osnet-11/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c184 scf_transaction_entry_t *entry = NULL; local
211 ((entry = scf_entry_create(handle)) == NULL) ||
269 if (scf_transaction_property_new(tran, entry, FCOE_PORT_LIST,
282 if (scf_transaction_property_change(tran, entry,
352 if (scf_entry_add_value(entry, valueSet[i]) == -1) {
383 * Now create the new entry
408 if (scf_entry_add_value(entry, valueSet[i]) == -1) {
443 if (entry != NULL) {
444 scf_entry_destroy(entry);
844 scf_transaction_entry_t *entry local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c600 static void plant_face (const char *name, struct face *entry) argument
602 entry->name = strdup(name);
603 if (entry->name == NULL)
607 entry->next = krb5int_fac.data;
608 entry->expiration = time(0) + CACHE_ENTRY_LIFETIME;
609 krb5int_fac.data = entry;
611 printf("added cache entry '%s' at %p: %d ipv4, %d ipv6; expire %d\n",
612 name, entry, entry->naddrs4, entry
616 find_face(const char *name, struct face **entry) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL453 my $entry = scalar <>;
454 chomp $entry;
456 if ($entry ne "") {
457 $cc = $entry;
491 my $entry =scalar <>;
492 chomp $entry;
495 if ($entry eq "file") {
497 } elsif ($entry ne "") {
498 $ed = $entry;
518 my $entry
[all...]
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dldap.c436 ** SM_LDAP_HAS_OBJECTCLASS -- determine if an LDAP entry is part of a
441 ** entry -- current LDAP entry struct
444 ** any entry can be part of either fee,
452 sm_ldap_has_objectclass(lmap, entry, ocvalue)
454 LDAPMessage *entry;
463 vals = ldap_get_values(lmap->ldap_ld, entry, "objectClass");
575 ** Return current entry pointer if already exists.
666 LDAPMessage *entry; local
675 for (entry
[all...]
/osnet-11/usr/src/lib/lvm/libpreen/common/
H A Dmdpreen.c84 int entry; local
102 drv, &entry) != 2) {
106 *major = entry;

Completed in 98 milliseconds

<<11121314151617181920>>