Searched defs:entry (Results 276 - 300 of 488) sorted by relevance

<<11121314151617181920

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c78 /* Retrieve the saved entry */
82 /* Compare the entry */
167 hxge_tcam_entry_t entry; local
179 bzero(&entry, sizeof (hxge_tcam_entry_t));
184 * This will allow one TCAM entry to match all traffic in order
187 key = &entry.key.spread;
188 mask = &entry.mask.spread;
204 rs = hpi_pfc_tcam_entry_write(handle, location, &entry);
208 " hxge_tcam_default_add_entry tcam entry write"
214 entry
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c249 * Allocate an QP context entry. This will be filled in with all
297 * If this will be a user-mappable QP, then allocate an entry for
700 * allocated entry into the "userland resources database". This will
1865 hermon_qpn_entry_t *entry; local
1934 * If this was a user-mappable QP, then we need to remove its entry
2065 entry = qp->qp_qpn_hdl;
2068 *qpnh = (ibc_qpn_hdl_t)entry;
2120 * Grab the temporary QPC entry from QP software state
2408 hermon_qpn_entry_t *entry; local
2413 * a previously added entry tha
2478 hermon_qp_release_qpn(hermon_state_t *state, hermon_qpn_entry_t *entry, int flags) argument
2554 hermon_qpn_entry_t *entry, *query; local
2594 hermon_qpn_entry_t *entry; local
[all...]
H A Dhermon_umap.c94 static int hermon_umap_db_compare(const void *query, const void *entry);
488 * Allocate an entry to track the mapping and unmapping (specifically,
613 * Since this devmap_dup() entry point is generally called
629 * Allocate a new entry to track the subsequent unmapping
632 * zero here is an indication to the devmap_unmap() entry point
757 * we can use the "key" and "type" values to try to find the entry
893 * Allocate an entry to track the mapping and unmapping (specifically,
1012 * Since this devmap_dup() entry point is generally called
1028 * Allocate a new entry to track the subsequent unmapping
1031 * zero here is an indication to the devmap_unmap() entry poin
1948 hermon_umap_db_entry_t *entry; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c226 * Allocate an QP context entry. This will be filled in with all
268 * If this will be a user-mappable QP, then allocate an entry for
589 * allocated entry into the "userland resources database". This will
1057 tavor_qpn_entry_t *entry; local
1126 * If this was a user-mappable QP, then we need to remove its entry
1240 entry = qp->qp_qpn_hdl;
1243 *qpnh = (ibc_qpn_hdl_t)entry;
1298 * Grab the temporary QPC entry from QP software state
1540 tavor_qpn_entry_t *entry; local
1547 * a previously added entry tha
1612 tavor_qp_release_qpn(tavor_state_t *state, tavor_qpn_entry_t *entry, int flags) argument
1691 tavor_qpn_entry_t *entry, *query; local
1740 tavor_qpn_entry_t *entry; local
[all...]
H A Dtavor_umap.c84 static int tavor_umap_db_compare(const void *query, const void *entry);
452 * Allocate an entry to track the mapping and unmapping (specifically,
575 * Since this devmap_dup() entry point is generally called
592 * Allocate a new entry to track the subsequent unmapping
595 * zero here is an indication to the devmap_unmap() entry point
725 * we can use the "key" and "type" values to try to find the entry
836 * Allocate an entry to track the mapping and unmapping of this
893 * Since this devmap_dup() entry point is generally called
913 * indication to the devmap_unmap() entry point that this entry
1607 tavor_umap_db_entry_t *entry; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_fip.c879 fip_vhub_table_entry_t *entry; local
953 * till the first vhub table entry.
1009 entry = (fip_vhub_table_entry_t *)(void *)
1012 for (ndx = 0; ndx < entries_in_pkt; ndx++, entry++) {
1014 * Allocate a eib_vhub_map_t, copy the current entry details
1020 "table entry, ignoring this vhub table packet");
1024 ASSERT((entry->te_v_rss_type & FIP_TE_VALID) == FIP_TE_VALID);
1025 newmap->mp_v_rss_type = entry->te_v_rss_type;
1026 bcopy(entry->te_mac, newmap->mp_mac, ETHERADDRL);
1027 newmap->mp_qpn = (ntohl(entry
1102 fip_vhub_table_entry_t *entry; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_cma.c252 genlist_entry_t *entry; local
271 entry = remove_genlist_head(&rem_device->cma_epchan_list);
272 while (entry) {
275 ep_chanp = (sol_cma_chan_t *)entry->data;
288 kmem_free(entry, sizeof (genlist_entry_t));
291 entry = remove_genlist_head(&rem_device->cma_epchan_list);
305 llist_head_t *entry; local
309 list_for_each(entry, &sol_cma_dev_list) {
310 cma_devp = (cma_device_t *)entry->ptr;
337 llist_head_t *entry; local
367 llist_head_t *entry; local
926 genlist_entry_t *entry; local
[all...]
H A Dsol_kverbs.c110 llist_head_t *entry; local
118 list_for_each(entry, &ofs_client->device_list) {
119 device = entry->ptr;
316 llist_head_t *entry, *tmp; local
453 list_for_each(entry, &ofs_client->device_list) {
454 device = entry->ptr;
474 list_for_each_safe(entry, tmp, &ofs_client->device_list) {
475 device = entry->ptr;
477 llist_del(entry);
515 llist_head_t *entry, *tm local
618 llist_head_t *entry; local
672 llist_head_t *entry; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c352 * User verbs entry point to create a new device QP.
376 SOL_OFS_DPRINTF_L5(sol_uverbs_dbg_str, "create_qp(): entry");
816 * User verbs entry point to destroy a device QP.
831 SOL_OFS_DPRINTF_L5(sol_uverbs_dbg_str, "DESTROY QP: entry "
1332 * User verbs entry point to modify a device QP.
1614 "query_copy_ud:entry - return UD info: qkey:%08X, "
1733 * User verbs entry point to query a device QP properties.
1750 "query_qp: entry (qp_handle=%d)", cmd.qp_handle);
1832 * User verbs entry point to create a device shared receive queue.
2014 * User verbs entry poin
2276 llist_head_t *entry; local
2379 llist_head_t *entry; local
2475 llist_head_t *entry; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.c87 * update the entry as we go. The first loop will get the number of
147 * update the entry as we go. The first loop will get the number of
506 /* Find the entry based on oid then record the name and tpgt */
516 /* If we found a match clear the entry */
577 * persistent_addr_set -- store entry address information
1199 entry_t *entry; local
1246 entry = (entry_t *)kmem_alloc(sizeof (*entry), KM_SLEEP);
1251 while (persistent_static_addr_next(&v, name, entry) == B_TRUE) {
1253 name, entry
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c114 * This is the catchall entry. If nothing else appropriate is found, or in
115 * the case where the ACL file is not present, this entry controls what can
213 * entry ::= [<whitespace>] <principal> <whitespace> <opstring>
257 ("A ACL entry %s -> opmask %x\n",
553 ("> catchall acl entry (%s) load failed\n",
568 ("> catchall acl entry (%s) load failed\n",
604 ("Too many wildcards in ACL entry %s\n", e1->data));
616 ("Too many backrefs in ACL entry %s\n", e1->data));
634 * kadm5int_acl_find_entry() - Find a matching entry. local
642 aent_t *entry;
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_drv.c473 * everything in the entry structures on both the log and the
487 /* initial pool of log entry structures */
535 * entry that was dynamically allocated.
575 ds_log_entry_free(ds_log_entry_t *entry) argument
579 if (entry == NULL)
582 if (entry->data != NULL) {
583 kmem_free(entry->data, entry->datasz);
584 entry->data = NULL;
587 /* place entry o
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dmach_cpu_module.c194 itlb_rd_entry(uint_t entry, tte_t *tte, uint64_t *va_tag) argument
199 dtlb_rd_entry(uint_t entry, tte_t *tte, uint64_t *va_tag) argument
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_mach.c800 cpupm_notification_t *entry; local
803 for (entry = mach_state->ms_handlers; entry != NULL;
804 entry = entry->nq_next) {
805 entry->nq_handler(obj, val, entry->nq_ctx);
817 cpupm_notification_t *entry; local
819 entry = kmem_zalloc(sizeof (cpupm_notification_t), KM_SLEEP);
820 entry
844 cpupm_notification_t *entry; local
[all...]
/illumos-gate/usr/src/uts/intel/io/agpmaster/
H A Dagpmaster.c663 * Please refer to GART and GTT entry format table in agpdefs.h for
664 * intel GTT entry format.
667 phys2entry(uint32_t type, uint32_t physaddr, uint32_t *entry) argument
680 *entry = value;
690 uint32_t entry; local
705 if (phys2entry(seg.igs_type, *paddr, &entry))
709 entry);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_event.c36 static void emlxs_event_destroy(emlxs_hba_t *hba, emlxs_event_entry_t *entry);
151 emlxs_event_destroy(emlxs_hba_t *hba, emlxs_event_entry_t *entry) argument
157 port = (emlxs_port_t *)entry->port;
164 if (entry->prev) {
165 entry->prev->next = entry->next;
167 if (entry->next) {
168 entry->next->prev = entry->prev;
170 if (eventq->first == entry) {
216 emlxs_event_entry_t *entry; local
311 emlxs_event_entry_t *entry; local
439 emlxs_event_entry_t *entry; local
513 emlxs_ct_event_destroy(emlxs_event_entry_t *entry) argument
801 emlxs_event_entry_t *entry; local
965 emlxs_event_entry_t *entry; local
1390 emlxs_event_entry_t *entry; local
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dread2.cc195 register Boolean entry = false; local
214 entry = true;
254 if (entry) {
261 if (entry) {
276 if (entry) {
277 /* "lib.a((entry))" notation */
278 prop->body.member.entry = member;
282 prop->body.member.entry = NULL;
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc302 int entry; local
310 entry = get_char_semantics_entry(*wc_buffer);
311 char_semantics[entry] |= (int) command_prefix_sem;
315 entry = get_char_semantics_entry(*wc_buffer);
316 char_semantics[entry] |= (int) meta_sem;
320 entry = get_char_semantics_entry(*wc_buffer);
321 char_semantics[entry] |= (int) special_macro_sem;
324 entry = get_char_semantics_entry(*wc_buffer);
325 char_semantics[entry] |= (int) wildcard_sem;
951 for (entry *nod
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c42 static uint16_t *zap_leaf_rehash_entry(zap_leaf_t *l, uint16_t entry);
307 /* Fast path for an array of 1-byte integers (eg. the entry name) */
419 * NB: the entry chain is always sorted by cd on
640 /* make the entry */
671 * Determine if there is another entry with the same normalized form.
720 zap_leaf_rehash_entry(zap_leaf_t *l, uint16_t entry) argument
722 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, entry);
727 * keep the entry chain sorted by cd
739 *chunkp = entry;
772 zap_leaf_transfer_entry(zap_leaf_t *l, int entry, zap_leaf_ argument
[all...]
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c293 virtio_free_indirect(struct vq_entry *entry) argument
296 (void) ddi_dma_unbind_handle(entry->qe_indirect_dma_handle);
297 ddi_dma_mem_free(&entry->qe_indirect_dma_acch);
298 ddi_dma_free_handle(&entry->qe_indirect_dma_handle);
300 entry->qe_indirect_descs = NULL;
305 virtio_alloc_indirect(struct virtio_softc *sc, struct vq_entry *entry) argument
312 num = entry->qe_queue->vq_indirect_num;
318 DDI_DMA_SLEEP, NULL, &entry->qe_indirect_dma_handle);
322 "entry %d, vq %d", entry
383 struct vq_entry *entry = &vq->vq_entries[i]; local
407 struct vq_entry *entry = &vq->vq_entries[i]; local
555 struct vq_entry *entry = &vq->vq_entries[i]; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c658 struct srv_dns_entry *entry = NULL, *next; local
662 for (entry = head; entry != NULL; entry = entry->next) {
665 code = add_host_to_list (addrlist, entry->host,
666 htons (entry->port), 0,
669 (void) add_host_to_list (addrlist, entry->host,
670 htons (entry->port), 0,
673 code = add_host_to_list (addrlist, entry
694 struct srv_dns_entry *entry = NULL, *next; local
[all...]
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c495 extract_attribute(idmap_nm_handle_t *p, LDAPMessage *entry, char *name, argument
504 values = ldap_get_values(p->ad, entry, name);
612 attrs = __ns_ldap_getAttr(&res->entry[0],
622 attrs = __ns_ldap_getAttr(&res->entry[0], "dn");
652 LDAPMessage *entry; local
692 for (entry = ldap_first_entry(p->ad, results), *dn = NULL;
693 entry != NULL;
694 entry = ldap_next_entry(p->ad, entry)) {
697 values = ldap_get_values(p->ad, entry, "objectClas
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c909 manifest_info_t **entry; local
967 for (entry = profiles; *entry != NULL; entry++) {
968 pfile = *entry;
/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c539 * handle abstraction, allowing hash entry allocation to be separated from
549 struct mod_hash_entry *entry; local
558 entry = kmem_cache_alloc(mh_e_cache, hash->mh_sleep);
559 if (entry == NULL) {
564 entry = (struct mod_hash_entry *)handle;
568 entry->mhe_key = key;
569 entry->mhe_val = val;
570 entry->mhe_next = hash->mh_entries[hashidx];
572 hash->mh_entries[hashidx] = entry;
/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c49 static void fillconflist(int lineno, const char *entry,
78 const char *cf_entry; /* name of entry, if line has an entry */
79 struct opts *cf_opts; /* parsed rhs of entry */
84 #define CONFF_DELETED 1 /* entry should be deleted on write back */
88 static struct lut *Conflut; /* lookup table keyed by entry name */
89 static struct fn_list *Confentries; /* list of valid entry names */
91 /* allocate & fill in another entry in our list */
93 fillconflist(int lineno, const char *entry, argument
100 cp->cf_entry = entry;
184 char *entry, *comment; local
608 conf_set(const char *entry, char *o, const char *optarg) argument
[all...]

Completed in 175 milliseconds

<<11121314151617181920