Searched defs:entry (Results 101 - 125 of 488) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dserialize.c70 krb5_register_serializer(krb5_context kcontext, const krb5_ser_entry *entry)
77 if (!(stable = krb5_find_serializer(kcontext, entry->odtype))) {
79 * Can't find our type. Create a new entry.
87 /* Copy in new entry */
88 (void) memcpy((void*)&stable[kcontext->ser_ctx_count], entry,
100 (void) memcpy((void*)stable, entry, sizeof(krb5_ser_entry));
68 krb5_register_serializer(krb5_context kcontext, const krb5_ser_entry *entry) argument
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_drv.c265 drm_agp_mem_t *entry; local
272 for (entry = dev->agp->memory; entry; entry = nexte) {
273 nexte = entry->next;
274 if (entry->bound)
276 (unsigned long)entry->handle, dev);
277 (void) drm_agp_free_memory(entry->handle, dev);
278 drm_free(entry, sizeof (*entry), DRM_MEM_AGPLIST
291 drm_sg_mem_t *entry; local
[all...]
H A Ddrm_mm.c57 struct drm_mm_node *entry; local
60 entry = list_entry(tail_node, struct drm_mm_node, ml_entry);
61 if (!entry->free)
64 return (entry->size);
71 struct drm_mm_node *entry; local
74 entry = list_entry(tail_node, struct drm_mm_node, ml_entry);
75 if (!entry->free)
78 if (entry->size <= size)
81 entry->size -= size;
114 struct drm_mm_node *entry; local
244 struct drm_mm_node *entry; local
301 struct drm_mm_node *entry; local
322 struct drm_mm_node *entry; local
[all...]
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Ddat_dictionary.c243 OUT DAT_DICTIONARY_ENTRY entry)
245 dat_os_free(entry, sizeof (DAT_DICTIONARY_NODE));
257 IN DAT_DICTIONARY_ENTRY entry,
265 dat_os_assert(NULL != entry);
267 cur_node = entry;
242 dat_dictionary_entry_destroy( OUT DAT_DICTIONARY_ENTRY entry) argument
255 dat_dictionary_insert( IN DAT_DICTIONARY *p_dictionary, IN DAT_DICTIONARY_ENTRY entry, IN const DAT_PROVIDER_INFO *key, IN DAT_DICTIONARY_DATA data) argument
H A Dudat.c86 DAT_DR_ENTRY entry; local
103 entry.ref_count = 0;
104 entry.ia_open_func = provider->ia_open_func;
105 entry.info = *provider_info;
107 return (dat_dr_insert(provider_info, &entry));
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dramdisk.c397 Elf64_Addr entry; local
409 * entry point.
416 entry = ehdr->e_entry;
426 exitto64((int (*)())entry, NULL);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dcpudrv_mach.c249 cpupm_notification_t *entry, **next; local
261 for (next = &mach_state->ms_handlers; (entry = *next) != NULL; ) {
262 if (entry->nq_handler != cpudrv_notify_handler) {
263 next = &entry->nq_next;
266 *next = entry->nq_next;
267 kmem_free(entry, sizeof (cpupm_notification_t));
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c190 * User verbs entry point to create a device CQ.
428 * User verbs entry point to destroy a device CQ.
500 * User verbs entry point to resize a device CQ.
592 * User verbs entry point to request notification of CQ events.
655 * User verbs entry point to poll a CQ for completion events. Note that
773 uverbs_event_t *entry; local
798 entry = kmem_zalloc(sizeof (*entry), KM_NOSLEEP);
799 if (!entry) {
806 entry
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_pwd_policy.c385 osa_policy_ent_rec *entry=NULL; local
415 entry = (osa_policy_ent_t) malloc(sizeof(osa_policy_ent_rec));
416 CHECK_NULL(entry);
417 memset(entry, 0, sizeof(osa_policy_ent_rec));
418 if ((st = populate_policy(context, ld, ent, policy, entry)) != 0)
421 entry->name = policy;
422 entry->version = 1;
424 krb5_ldap_get_value(ld, ent, "krbmaxpwdlife", &(entry->pw_max_life));
425 krb5_ldap_get_value(ld, ent, "krbminpwdlife", &(entry->pw_min_life));
426 krb5_ldap_get_value(ld, ent, "krbpwdmindiffchars", &(entry
[all...]
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans.c135 register ushort_t entry; local
164 * Based on the shiftmask, lookup the keymap entry that we should
182 entry = *ke;
184 if (entry == NONL) {
207 entry = *ke;
215 entrytype = (ushort_t)(entry & 0xFF00);
223 if ((1 << (entry & 0x0F)) &
225 if ((1 << (entry & 0x0F)) &
242 if (entry < ASCII_SET_SIZE) {
243 if (lower->kbtrans_compose_map[entry] >
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmclomv_impl.h110 rmclomv_cache_entry_t entry[1]; member in struct:rmclomv_cache_section
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_cfgacc_x86.c268 cfgacc_bus_range_t *entry; local
270 entry = kmem_zalloc(sizeof (cfgacc_bus_range_t), KM_SLEEP);
271 entry->bdf = bdf;
272 entry->secbus = secbus;
273 entry->subbus = subbus;
274 BUS_INSERT(&pci_cfgacc_bus_head, entry);
280 cfgacc_bus_range_t *entry; local
283 for (entry = pci_cfgacc_bus_head; entry != NULL;
284 entry
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c194 scf_transaction_entry_t *entry = NULL; local
204 entry = scf_entry_create(handle->scf_handle);
205 if (value != NULL && entry != NULL) {
206 if (scf_transaction_property_change(handle->scf_trans, entry,
208 scf_transaction_property_new(handle->scf_trans, entry,
211 if (scf_entry_add_value(entry, value) != 0) {
221 /* the entry is in the transaction */
222 entry = NULL;
243 if (entry != NULL)
244 scf_entry_destroy(entry);
295 scf_transaction_entry_t *entry = NULL; local
390 scf_transaction_entry_t *entry = NULL; local
483 scf_transaction_entry_t *entry; local
578 scf_transaction_entry_t *entry; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnetgroup.c72 static void cache_free(struct cache_entry *entry);
87 * result is cached. The cached entry is valid only
181 * Free a cache entry and all entries
186 cache_free(struct cache_entry *entry) argument
191 for (ce = entry; ce; ce = next) {
206 * for an entry with a matching hostname and group
213 * If we find an expired entry then blow away the entry
230 * If we find a stale entry, there can't
233 * and delete the stale entry an
288 struct cache_entry *entry; local
[all...]
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_logon.c85 smb_audit_t *entry; local
178 if ((entry = malloc(sizeof (smb_audit_t))) == NULL) {
185 entry->sa_handle = ah;
186 entry->sa_uid = uid;
187 entry->sa_gid = gid;
188 entry->sa_username = strdup(username);
189 entry->sa_domain = strdup(domain);
192 smbd_audit_link(entry);
193 token->tkn_audit_sid = entry->sa_audit_sid;
206 smb_audit_t *entry; local
231 smb_audit_t *entry; local
275 smbd_audit_link(smb_audit_t *entry) argument
299 smb_audit_t *entry; local
[all...]
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dhomedir.c312 struct mnttab entry, search; local
321 if (getmntany(fp, &entry, &search) == 0)
322 special = entry.mnt_special;
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent.c78 ns_ldap_entry_t *entry; local
119 * str2hostent expects all name/aliases in the first entry
131 for (entry = result->entry; entry != NULL; entry = entry->next) {
133 dns = __ns_ldap_getAttr(entry, _H_DN);
145 ips = __ns_ldap_getAttr(entry, _H_ADDR);
167 names = __ns_ldap_getAttrStruct(entry, _H_NAM
[all...]
H A Dgetpwnam.c76 ns_ldap_entry_t *entry; local
92 entry = result->entry;
103 uid_v = __ns_ldap_getAttr(entry, _PWD_UID);
104 uidn_v = __ns_ldap_getAttr(entry, _PWD_UIDNUMBER);
105 gidn_v = __ns_ldap_getAttr(entry, _PWD_GIDNUMBER);
122 gecos_v = __ns_ldap_getAttr(entry, _PWD_GECOS);
128 homedir_v = __ns_ldap_getAttr(entry, _PWD_HOMEDIRECTORY);
134 shell_v = __ns_ldap_getAttr(entry, _PWD_LOGINSHELL);
171 * getbyname gets a passwd entry b
[all...]
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dnss.c260 _cvt_nss_entry_to_printer(char *entry) argument
268 if (entry == NULL)
272 for (cp = entry; *cp != '\0'; cp++) {
354 * the * default_config entry to the name service we are
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_solaris.c73 krb5_keytab_entry entry; local
78 memset(&entry, 0, sizeof (entry));
91 entry.key = key;
92 entry.vno = kvno;
93 entry.principal = princ;
95 code = krb5_kt_add_entry(ctx, kt, &entry);
278 krb5_keytab_entry entry; local
301 while ((code = krb5_kt_next_entry(ctx, kt, &entry, &cursor)) == 0) {
303 entry
424 krb5_keytab_entry entry; local
[all...]
H A Dkt_srvtab.c182 * It opens the keytab file, and either retrieves the entry or returns
187 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
249 *entry = best_entry;
312 krb5_ktsrvtab_get_next(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
323 *entry = cur_entry;
452 /* Read in an entry from the srvtab file. */
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_principal.c616 kadm5_principal_ent_t entry, krb5_int32
615 kadm5_decrypt_key(void *server_handle, kadm5_principal_ent_t entry, krb5_int32 ktype, krb5_int32 stype, krb5_int32 kvno, krb5_keyblock *keyblock, krb5_keysalt *keysalt, int *kvnop) argument
/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.c338 STP_IN_port_get_state (IN int vlan_id, INOUT UID_STP_PORT_STATE_T* entry) argument
351 port = _stpapi_port_find (this, entry->port_no);
357 entry->port_id = port->port_id;
359 entry->state = UID_PORT_DISABLED;
361 entry->state = UID_PORT_DISCARDING;
363 entry->state = UID_PORT_LEARNING;
365 entry->state = UID_PORT_FORWARDING;
368 entry->uptime = port->uptime;
369 entry->path_cost = port->operPCost;
370 _conv_br_id_2_uid (&port->portPrio.root_bridge, &entry
426 STP_IN_stpm_get_state(IN int vlan_id, OUT UID_STP_STATE_T* entry) argument
[all...]
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c532 scf_transaction_entry_t *entry = NULL; local
542 entry = scf_entry_create(handle->scf_handle);
543 if (entry != NULL) {
544 if (scf_transaction_property_delete(handle->scf_trans, entry,
563 if ((ret != SMBC_SMF_OK) && (entry != NULL)) {
564 scf_entry_destroy(entry);
578 scf_transaction_entry_t *entry = NULL; local
589 entry = scf_entry_create(handle->scf_handle);
590 if (value != NULL && entry != NULL) {
591 if (scf_transaction_property_change(handle->scf_trans, entry,
681 scf_transaction_entry_t *entry = NULL; local
778 scf_transaction_entry_t *entry = NULL; local
873 scf_transaction_entry_t *entry; local
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_mnt.c220 struct mnttab entry; local
222 while (getmntent(fp, &entry) == 0) {
229 if (entry.mnt_special == NULL ||
230 entry.mnt_mountp == NULL ||
231 strncmp(entry.mnt_special, "/dev", 4) != 0) {
255 currp->special = strdup(entry.mnt_special);
265 currp->mountp = strdup(entry.mnt_mountp);

Completed in 166 milliseconds

1234567891011>>