Searched defs:entry (Results 376 - 400 of 488) sorted by relevance

<<11121314151617181920

/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_xlate.h293 * struct entry defines rows in tables defined in adt_xlate.c
296 struct entry { struct
300 struct entry *en_next_token; /* linked list pointer */
311 int tx_entries; /* array size of entry array */
312 struct entry *tx_first_entry; /* start of linked list */
313 struct entry *tx_top_entry; /* first array element */
333 extern void adt_generate_token(struct entry *, void *,
H A Ddevalloc.c120 /* invalid entry */
333 * converts a device_map entry into a printable string
358 * calls dmap2str to break given devmap_t into printable entry.
359 * returns pointer to decoded entry, NULL on error.
391 * converts a device_allocate entry into a printable string
454 * calls da2str to break given devalloc_t into printable entry.
455 * returns pointer to decoded entry, NULL on error.
499 * calls _def2str to break given da_defs_t into printable entry.
500 * returns pointer decoded entry, NULL on error.
522 * returns 0 if given entry no
2145 deventry_t *entry, *dentry; local
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c244 if (phead->entry->kstype == kstype)
261 if (strncmp(phead->entry->modulepath, "/", 1) != 0) {
263 KMF_PLUGIN_PATH, phead->entry->modulepath);
265 char *buf = phead->entry->modulepath;
284 phead->entry->modulepath);
288 ret = InitializePlugin(phead->entry->kstype, realpath,
467 phead->entry->kstype = ++kstore_num;
567 /* return KMF_OK, if the plugin does not have an entry */
2507 free_entry(conf_entry_t *entry) argument
2509 if (entry
2530 parse_entry(char *buf, conf_entry_t **entry) argument
2610 dup_entry(conf_entry_t *entry) argument
2715 conf_entry_t *entry; local
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c2849 CERTCrlEntry *entry; local
2908 while ((entry = (crl->crl).entries[i++]) != NULL) {
2910 &(entry->serialNumber)) == SECEqual) {
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h110 #define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */
255 unsigned long entry; /* 32 bit physical address */ member in struct:bios32::__anon2097
H A Dpcnet32.c265 unsigned int cur_rx, cur_tx; /* The next free ring entry */
549 int entry; local
551 entry = lp->cur_rx & RX_RING_MOD_MASK;
552 status = ((short) le16_to_cpu(rx_ring[entry].status) >> 8);
561 (le32_to_cpu(rx_ring[entry].msg_length) & 0xfff) - 4;
562 memcpy(nic->packet, &rxb[entry], nic->packetlen);
566 rx_ring[entry].buf_length = le16_to_cpu(-PKT_BUF_SZ);
567 rx_ring[entry].status |= le16_to_cpu(0x8000); /* prime for next receive */
591 int entry = 0; /*lp->cur_tx & TX_RING_MOD_MASK; */ local
608 tx_ring[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 */
H A Dsundance.c360 /* Mark the last entry as wrapping the ring */
380 /* Mark the last entry as wrapping the ring,
473 int entry = sdc->cur_rx % RX_RING_SIZE; local
474 u32 frame_status = le32_to_cpu(rx_ring[entry].status);
503 rx_ring[entry].length = cpu_to_le32(PKT_BUF_SZ | LastFrag);
504 rx_ring[entry].status = 0;
505 entry++;
506 sdc->cur_rx = entry % RX_RING_SIZE;
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 Dw89c840.c393 int entry = w840private.cur_rx % RX_RING_SIZE; local
414 "multiple buffers, entry %d status %X !\n",
444 printf(" netdev_rx() normal Rx pkt ring %d length %d status %X\n", entry, pkt_len, status);
452 memcpy(nic->packet, le32desc_to_virt(w840private.rx_ring[entry].buffer1), pkt_len);
456 w840private.rx_ring[entry].status = DescOwn;
473 entry = (++w840private.cur_rx) % RX_RING_SIZE;
474 w840private.rx_head_desc = &w840private.rx_ring[entry];
492 unsigned entry; local
499 entry = w840private.cur_tx % TX_RING_SIZE;
513 w840private.tx_ring[entry]
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dxfs.h252 * Byte offset in data block and shortform entry.
341 * Active entry in a data block. Aligned to 8 bytes.
353 * Unused entry in a data block. Aligned to 8 bytes.
364 xfs_dir2_data_entry_t entry; member in union:__anon2231
433 * Normalized offset (in a data block) of the entry, really xfs_dir2_data_off_t.
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c421 * Find entry in the hash table
423 * return entry only if the keys match
425 * return entry in the hash location without checking the keys
429 hash_find(nsc_db_t *nscdb, nsc_entry_t *entry, uint_t *hash, argument
435 *hash = nscdb->gethash(&entry->key, nscdb->htsize);
443 if (nscdb->compar(entry, hashentry) == 0)
450 #define HASH_REMOVE(nscdb, entry, hash, cmp) \
452 if (entry == hash_find(nscdb, entry, &hash, cmp)) \
457 #define HASH_INSERT(nscdb, entry, has
466 print_entry(nsc_db_t *nscdb, time_t now, nsc_entry_t *entry) argument
558 nsc_entry_t *entry; local
575 nsc_entry_t *entry; local
591 nsc_entry_t *entry; local
609 queue_remove(nsc_db_t *nscdb, nsc_entry_t *entry) argument
628 queue_adjust(nsc_db_t *nscdb, nsc_entry_t *entry) argument
1849 nsc_entry_t *entry, *ptr; local
2020 nsc_entry_t *entry; local
2053 delete_entry(nsc_db_t *nscdb, nsc_ctx_t *ctx, nsc_entry_t *entry) argument
2071 lookup_cache(nsc_lookup_args_t *largs, nscd_cfg_cache_t *cfgp, nss_XbyY_args_t *argp, char *whoami, nsc_entry_t **entry) argument
[all...]
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c894 struct mnttab entry; local
906 if (getmntany(fp, &entry, &zroot) == 0) {
942 STRCPYLIM(new_cc.cf_fs, ent.mnt_mountp, "mnt entry");
1122 mesg(MERR, "ignored redundant statefile entry\n");
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c256 * The created or found entry is returned as *pg.
919 logdebug("ilbd_scf_set_prop: add scf entry failed\n");
1688 scf_transaction_entry_t *entry = NULL; local
1714 (entry = scf_entry_create(h)) == NULL) {
1729 if (scf_transaction_property_delete(tx, entry, buf) == -1) {
1743 if (entry != NULL)
1744 scf_entry_destroy(entry);
/illumos-gate/usr/src/cmd/datadm/
H A Ddatadm.c60 * generic entry
61 * placed at the top of all entry types
90 * each sp_entry corresponds to an entry in dat.conf or
110 * are added when sp entry processing occurs. duplicate
135 * a comment entry represents one of the comment lines at the
238 * entry allocation/deallocation
574 datadm_enqueue_entry(datadm_list_t *list, datadm_entry_t *entry) argument
577 list->dl_head = entry;
578 list->dl_tail = entry;
581 list->dl_tail->de_next = entry;
595 datadm_entry_t *entry; local
615 datadm_entry_t *entry; local
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_request.c334 * this will be set within the only public entry
370 * this will be set within the only public entry
1645 request_spec_list_t *entry = local
1649 assert(entry != NULL);
1652 return ((devconfig_t *)request != entry->request);
1746 * the device_spec_list_t cache entry for the input request.
1753 request_spec_list_t *entry = NULL; local
1761 entry = (request_spec_list_t *)list_item->obj;
1764 return (entry);
1770 * request_spec_list_entry_t **entry)
1782 add_request_spec_list_entry( request_spec_list_t *entry) argument
1823 make_request_spec_list_entry( devconfig_t *request, char **avail_device_specs, char **unavail_device_specs, request_spec_list_t **entry) argument
1951 request_spec_list_t *entry = (request_spec_list_t *)obj; local
2008 request_spec_list_t *entry = NULL; local
2062 request_spec_list_t *entry = NULL; local
2124 request_spec_list_t *entry = NULL; local
2209 request_spec_list_t *entry = NULL; local
3044 spec_cache_t *entry = (spec_cache_t *) local
3271 spec_cache_t *entry = (spec_cache_t *)list_item; local
3296 spec_cache_t *entry = (spec_cache_t *)obj; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c537 mdb_warn("Unable to read completion queue entry\n");
563 char *header_id, *entry, *fwlogp; local
602 mdb_printf("Oldest entry: %d\n", fwhdr.fw_el_oldest_idx);
603 mdb_printf("Latest entry: %d\n", fwhdr.fw_el_latest_idx);
605 entry = mdb_alloc(fwhdr.fw_el_entry_size, UM_SLEEP);
606 fw_entryp = (pmcs_fw_event_entry_t *)((void *)entry);
610 swapp = (uint32_t *)((void *)entry);
619 if (mdb_vread(entry, fwhdr.fw_el_entry_size,
621 mdb_warn("Unable to read event log entry\n");
652 mdb_free(entry, fwhd
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c783 size_t entry; local
788 entry = (va >> mmu->mi_shift[level]) & (mmu->mi_ptes - 1);
791 entry * mmu->mi_ptesize);
1257 * Don't rely on the entry size to match the size of
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c117 * for each entry in list
119 * append entry : driver_name <entry_separator> entry
169 * get one entry at a time from list and append to <filename> file
208 * for each entry in list
210 * append entry : driver_name <entry_separator> entry
254 * get one entry at a time from list and append to <filename> file
289 * Require exact match to delete a driver alias/permission entry.
328 * entry
603 char entry[FILENAME_MAX + 1]; local
[all...]
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c153 * entry
193 * entry:
228 * entry:
632 * entry:
841 /* The argument gives the entry address */
842 Addr entry = (Addr) local
846 if (ehdr->e_entry == entry) {
853 EC_ADDR(ehdr->e_entry), EC_ADDR(entry));
855 ehdr->e_entry = entry;
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c102 entry_t *entry);
104 entry_t *entry);
192 * We have allocated space for one entry, if more than one
1040 entry_t entry; local
1050 (void) memset(&entry, 0, sizeof (entry_t));
1051 entry.e_vers = ISCSI_INTERFACE_VERSION;
1052 entry.e_oid = (uint32_t)targetOid.objectSequenceNumber;
1053 if (ioctl(fd, ISCSI_TARGET_PARAM_CLEAR, &entry)) {
1879 entry_t *entry
1882 return (prepare_discovery_entry_IMA(discoveryAddress.imaStruct, entry));
2480 entry_t entry; local
2772 entry_t entry; local
2807 entry_t entry; local
2848 entry_t entry; local
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c379 "Master key db entry has %d keys, expecting only 1!\n"),
600 * dump_k5beta_iterator() - Dump an entry in a format that is usable
605 dump_k5beta_iterator(ptr, entry)
607 krb5_db_entry *entry;
627 entry->princ,
638 retval = master_key_convert(arg->kcontext, entry);
658 entry,
681 krb5_dbe_lookup_last_pwd_change(arg->kcontext, entry,
693 if ((retval = find_enctype(entry,
697 (retval = find_enctype(entry,
1213 dump_k5beta7_policy(void *data, osa_policy_ent_t entry) argument
[all...]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c326 * leave room for a terminator entry. */
532 /* Retrieve a specified tl_data item from the given entry, and return its
535 get_entry_tl_data(krb5_context context, krb5_db_entry *entry, argument
539 for (tl = entry->tl_data; tl != NULL; tl = tl->tl_data_next) {
560 * Retrieve a specific piece of information pertaining to the entry or the
569 krb5_kdc_req *request, krb5_db_entry *entry,
581 return get_entry_tl_data(context, entry,
614 if (krb5_dbe_find_enctype(context, entry, request->ktype[i],
1330 krb5_enctype etype, krb5_etype_info_entry **entry,
1376 *entry
568 get_entry_data(krb5_context context, krb5_kdc_req *request, krb5_db_entry *entry, krb5_int32 type, krb5_data **result) argument
1328 _make_etype_info_entry(krb5_context context, krb5_kdc_req *request, krb5_key_data *client_key, krb5_enctype etype, krb5_etype_info_entry **entry, int etype_info2) argument
1400 krb5_etype_info_entry ** entry = 0; local
1521 krb5_etype_info_entry **entry = NULL; local
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c375 addentry(void *entry, int mod) argument
382 /* adds entry into the LDAP tree */
385 entry, 0, &authority, NS_LDAP_FOLLOWREF | NS_LDAP_KEEP_CONN,
389 entry, 1, &authority, NS_LDAP_FOLLOWREF | NS_LDAP_KEEP_CONN,
393 * LDAP_ALREADY_EXISTS if entry exists already
415 (void) fprintf(stderr, gettext("entry not found.\n"));
693 /* build entry */
712 * don't clobber comment in canonical entry
737 * If there is some comment, it will be stored as the last entry
754 gettext("Adding entry
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c101 * Used to verify that a given entry on the udf_instances list (see below)
650 * each entry of the list is vfs_locked when moving from one entry to
651 * the next. This works because a concurrent attempt to add an entry
1856 * if you are privileged, if you own the entry or if they entry is
1861 ud_sticky_remove_access(struct ud_inode *dir, struct ud_inode *entry, argument
1866 ASSERT(RW_LOCK_HELD(&entry->i_contents));
1870 uid != entry->i_uid &&
1871 (entry
[all...]

Completed in 124 milliseconds

<<11121314151617181920