Searched refs:entry (Results 451 - 475 of 638) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetent.c88 names = __ns_ldap_getAttrStruct(result->entry, _N_NAME);
94 cname = __s_api_get_canonical_name(result->entry, names, 1);
111 network = __ns_ldap_getAttr(result->entry, _N_NETWORK);
191 * getbyname gets a network entry by name. This function constructs an
194 * search for a matching entry and marshal the data results into struct
228 * getbyaddr gets a network entry by ip address. This function constructs an
231 * matching entry and marshal the data results into struct netent for the
H A Dgetprinter.c104 name = __ns_ldap_getAttr(result->entry, "printer-name");
113 attr = __ns_ldap_getAttrStruct(result->entry, "printer-aliases");
126 for (i = 0; i < result->entry->attr_count; i++) {
H A Dgetprotoent.c160 names = __ns_ldap_getAttrStruct(result->entry, _P_NAME);
166 cname = __s_api_get_canonical_name(result->entry, names, 1);
171 number = __ns_ldap_getAttr(result->entry, _P_PROTO);
218 * entry and marshal the data results into *proto = (struct *
256 * entry and marshal the data results into *proto = (struct *
H A Dldap_common.c581 * No IPV4 address is found in the current entry.
582 * It indicates that the entry contains IPV6 addresses
584 * terminate, get next entry to continue enumeration.
596 * and get the next entry. If we returned an error the
711 * Add an entry to the list implemented with avl tree. Create the
713 * an entry with the same key has already been added.
746 /* Add an entry to list */
756 /* add the entry to the avl tree */
765 _nss_ldap_list_entry_t *entry; local
769 while ((entry
810 _nss_ldap_get_server_type(ns_ldap_entry_t *entry, char **server_type) argument
[all...]
/osnet-11/usr/src/head/
H A Dldap.h137 typedef struct ldapmsg LDAPMessage; /* opaque result/entry handle */
536 LDAPMessage *entry);
538 char *LDAP_CALL ldap_get_dn(LDAP *ld, LDAPMessage *entry);
544 char *LDAP_CALL ldap_first_attribute(LDAP *ld, LDAPMessage *entry,
546 char *LDAP_CALL ldap_next_attribute(LDAP *ld, LDAPMessage *entry,
552 char **LDAP_CALL ldap_get_values(LDAP *ld, LDAPMessage *entry,
555 LDAPMessage *entry, const char *target);
646 int LDAP_CALL ldap_get_entry_controls(LDAP *ld, LDAPMessage *entry,
709 * "entry changed notification" controls (an LDAPv3 extension --
815 void ldap_enable_translation(LDAP *ld, LDAPMessage *entry,
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c310 /* Mark the last entry as wrapping the ring */
538 int entry = priv->cur_rx % TLAN_NUM_RX_LISTS; local
539 u16 tmpCStat = le32_to_cpu(rx_ring[entry].cStat);
554 framesize = rx_ring[entry].frameSize;
565 rx_ring[entry].cStat = 0;
568 printf("%d", entry);
570 entry = (entry + 1) % TLAN_NUM_RX_LISTS;
571 priv->cur_rx = entry;
573 if ((rx_ring[entry]
594 int entry = 0; local
628 int entry = 0; local
[all...]
H A Dvia-rhine.c602 from the Tx ring. After reaping the stats, it marks the Tx queue entry as
690 /* Mark the last entry as wrapping the ring. */
1254 int entry; local
1261 /* Calculate the next Tx descriptor entry. */
1262 entry = tp->cur_tx % TX_RING_SIZE;
1264 memcpy (tp->tx_buffs[entry], d, ETH_ALEN); /* dst */
1265 memcpy (tp->tx_buffs[entry] + ETH_ALEN, nic->node_addr, ETH_ALEN); /* src */
1266 *((char *) tp->tx_buffs[entry] + 12) = t >> 8; /* type */
1267 *((char *) tp->tx_buffs[entry] + 13) = t;
1268 memcpy (tp->tx_buffs[entry]
[all...]
H A Dr8169.c510 int entry = tpc->cur_tx % NUM_TX_DESC; local
513 ptxb = tpc->Tx_skbuff[entry * MAX_ETH_FRAME_SIZE];
524 tpc->TxDescArray[entry].buf_addr = virt_to_bus(ptxb);
525 if (entry != (NUM_TX_DESC - 1))
526 tpc->TxDescArray[entry].status =
530 tpc->TxDescArray[entry].status =
537 while ((tpc->TxDescArray[entry].status & OWNbit) && (currticks() < to)); /* wait */
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c253 if (phead->entry->kstype == kstype)
270 if (strncmp(phead->entry->modulepath, "/", 1) != 0) {
272 KMF_PLUGIN_PATH, phead->entry->modulepath);
274 char *buf = phead->entry->modulepath;
293 phead->entry->modulepath);
297 ret = InitializePlugin(phead->entry->kstype, realpath,
477 phead->entry->kstype = ++kstore_num;
577 /* return KMF_OK, if the plugin does not have an entry */
2550 free_entry(conf_entry_t *entry) argument
2552 if (entry
2573 parse_entry(char *buf, conf_entry_t **entry) argument
2653 dup_entry(conf_entry_t *entry) argument
2758 conf_entry_t *entry; local
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c66 int entry; local
85 for (entry = 0; entry < HASHSIZE; ++entry)
86 CIRCLEQ_INIT(&mp->hqh[entry]);
/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni838 if ($internal->isReorder()) { # prescan the entry list to get the token order
841 my ($intEntry, $entry) = @$entryRef;
877 my ($intEntry, $entry) = @$entryRef;
878 my $entryId = $entry->getAttr('id');
1117 my $entry;
1118 my @entry;
1119 while ($entry = $textList->getNextMsg()) {
1121 my ($id, $text) = split(/\s*::\s*/, $entry);
1124 unshift (@entry, $entry);
[all...]
/osnet-11/usr/src/lib/libadutils/common/
H A Daddisc.c918 LDAPMessage *entry; local
935 for (entry = ldap_first_entry(*ld, results);
936 entry != NULL && values == NULL;
937 entry = ldap_next_entry(*ld, entry)) {
939 *ld, entry, attr);
975 LDAPMessage *entry; local
1008 for (entry = ldap_first_entry(*ld, results);
1009 entry != NULL; entry
1069 LDAPMessage *entry; local
[all...]
H A Dlibadutils.h134 * For LDAP_RES_SEARCH_ENTRY, add the entry to the entry set.
136 * ADUTILS_ERR_NOTFOUND if the entry set is empty.
161 extern char **adutils_getattr(const adutils_entry_t *entry,
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s33 ! On entry, the stack appears as:
95 ! the stack. Note that we will call ld.so with an entry vector that causes
102 set EB_ARGV, %l0 ! code for this entry
116 ld [%l0], %l1 ! get an entry
117 tst %l1 ! are we at a "0" entry in environment?
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h1039 LDAPMessage *ldap_next_entry(LDAP *ld, LDAPMessage *entry);
1067 char *ldap_get_dn(LDAP *ld, LDAPMessage *entry);
1079 char *ldap_first_attribute(LDAP *ld, LDAPMessage *entry,
1081 char *ldap_next_attribute(LDAP *ld, LDAPMessage *entry,
1088 char **ldap_get_values(LDAP *ld, LDAPMessage *entry, char *target);
1089 struct berval **ldap_get_values_len(LDAP *ld, LDAPMessage *entry,
1230 void ldap_enable_translation(LDAP *ld, LDAPMessage *entry,
1280 int ldap_entry2text(LDAP *ld, char *buf, LDAPMessage *entry,
1290 LDAPMessage *entry, struct ldap_disptmpl *tmpllist,
1294 int ldap_entry2html(LDAP *ld, char *buf, LDAPMessage *entry,
[all...]
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c118 * inittab_getbyname(): returns an inittab entry with the specified criteria
122 * char *: the name of the inittab entry the consumer wants
134 * inittab_getbycode(): returns an inittab entry with the specified criteria
138 * uint16_t: the code of the inittab entry the consumer wants
154 * const char *: the name of the entry the caller is interested
169 dhcp_symbol_t entry; local
220 * parse the entry out into fields.
251 * find out whether this entry of interest to our consumer,
269 * looks like a match. allocate an entry and fill it in
283 entry
321 parse_entry(char *entry, char **fields) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm172 An entry of the form C<-La:\foo> specifies the C<a:\foo> directory to look
175 An entry of the form C<-lfoo> specifies the library C<foo>, which may be
183 If neither the C<-L> or C<-l> prefix is present in an entry, the entry is
203 An entry that matches C</:nodefault/i> disables the appending of default
206 An entry that matches C</:nosearch/i> disables all searching for
212 An entry that matches C</:search/i> reenables searching for
242 C<Makefile.PL> files, here is an example C<Makefile.PL> entry to add
247 When using GCC, that entry specifies that MakeMaker should first look
251 When using a compiler other than GCC, the above entry wil
[all...]
H A DPacklist.pm202 scalar, the entry written to the .packlist by any subsequent write() will be a
203 simple filename. If the value is a hash, the entry written will be the
215 returns a reference to a hash. This hash holds an entry for each line in the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoop.c955 HE* entry; local
958 while ((entry = hv_iternext(hv)))
959 do_chop(astr,hv_iterval(hv,entry));
1033 HE* entry; local
1036 while ((entry = hv_iternext(hv)))
1037 count += do_chomp(hv_iterval(hv,entry));
1338 register HE *entry; local
1397 while ((entry = hv_iternext(keys))) {
1400 SV* sv = hv_iterkeysv(entry);
1406 hv_iterval(hv,entry)
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobj_mgr.c521 // add the new map entry to the list
1752 TOK_OBJ_ENTRY *entry = NULL; local
1778 entry = &global_shm->priv_tok_objs[index];
1789 entry = &global_shm->publ_tok_objs[index];
1792 entry->count_lo = obj->count_lo;
1793 entry->count_hi = obj->count_hi;
1804 TOK_OBJ_ENTRY * entry = NULL; local
1810 entry = &global_shm->priv_tok_objs[
1813 entry = &global_shm->publ_tok_objs[
1816 entry
1900 TOK_OBJ_ENTRY * entry = NULL; local
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios.h119 * of NODE_NAME records. Each NODE_NAME entry represents an active
153 * PRM 6 Permanent Name Flag. If one (1) then entry
665 void smb_netbios_name_dump(FILE *fp, struct name_entry *entry);
666 void smb_netbios_name_logf(struct name_entry *entry);
667 void smb_netbios_name_freeaddrs(struct name_entry *entry);
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_priv.h206 extern void idmap_trace_print_1(FILE *out, char *prefix, nvlist_t *entry);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c1027 Stores the *"nentries" entry structures pointed to by "entries" in the
1039 int *nentries, /* number of entry structs to update */
1116 krb5_db_entry entry; local
1155 memset(&entry, 0, sizeof(entry));
1158 retval = krb5_decode_princ_contents(context, &contdata, &entry);
1164 for (i = 0; i < entry.n_key_data; i++) {
1165 if (entry.key_data[i].key_data_length[0]) {
1166 memset(entry.key_data[i].key_data_contents[0], 0,
1167 (unsigned) entry
1780 krb5_db2_free_policy(krb5_context kcontext, osa_policy_ent_t entry) argument
1878 krb5_db2_merge_nra_iterator(krb5_pointer ptr, krb5_db_entry *entry) argument
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dfcode.c279 /* Now form the entry in the dictionary */
513 fcode_token *entry; local
524 entry = &env->table[token];
525 apf = entry->apf;
531 ((env->state && (entry->flags & IMMEDIATE) == 0)) ?
534 entry->name ? entry->name : "???", entry->flags));
538 DEBUGF(TOKEN_USAGE, entry->usage++);
541 ((entry
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c4617 entry_destroy_locked(scf_transaction_entry_t *entry) argument
4619 scf_handle_t *h = entry->entry_handle;
4623 entry_invalidate(entry, 0, 0);
4625 entry->entry_handle = NULL;
4629 uu_list_node_fini(entry, &entry->entry_link, tran_entry_pool);
4630 uu_free(entry);
4639 transaction_add(scf_transaction_t *tran, scf_transaction_entry_t *entry, argument
4651 if (h != entry->entry_handle)
4674 if (entry
4841 scf_transaction_property_new(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
4854 scf_transaction_property_change(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
4867 scf_transaction_property_change_type(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
4880 scf_transaction_property_delete(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop) argument
4888 scf_transaction_property_remove(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop) argument
4896 scf_transaction_property_undelete(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop) argument
4904 scf_transaction_property_delcust(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop) argument
5062 scf_entry_reset(scf_transaction_entry_t *entry) argument
5072 scf_entry_destroy_children(scf_transaction_entry_t *entry) argument
5082 scf_entry_destroy(scf_transaction_entry_t *entry) argument
5108 scf_entry_add_value(scf_transaction_entry_t *entry, scf_value_t *v) argument
[all...]

Completed in 133 milliseconds

<<11121314151617181920>>