Searched defs:entry (Results 451 - 475 of 488) sorted by relevance

<<11121314151617181920

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c125 * Driver entry points
602 size_t len = offsetof(rmclomv_cache_section_t, entry[0]) +
725 if (strcmp(name, section->entry[i].handle_name.name) == 0) {
750 if (next->entry[i].handle == hdl) {
751 *envhdl = next->entry[i].handle_name;
1296 * validate_section_entry checks that the entry at the specified index
1297 * is valid and not duplicated by an entry above. If these tests fail
1298 * the entry is removed and B_FALSE returned. Otherwise returns B_TRUE.
1304 rmclomv_cache_entry_t *entry; local
1307 entry
1364 rmclomv_cache_entry_t *entry; local
1620 rmclomv_cache_entry_t *entry; local
[all...]
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1433 struct memlist *entry; local
1436 entry = pci_bus_res[bus].bus_avail;
1437 while (entry != NULL) {
1438 current = entry->ml_address + entry->ml_size - 1;
1441 entry = entry->ml_next;
1511 struct pci_devfunc *devlist = NULL, *entry; local
1523 entry = devlist;
1524 devlist = entry
1664 } *entry; local
1869 struct pci_devfunc *devlist = NULL, *entry = NULL; local
3094 memlist_to_ranges(void **rp, struct memlist *entry, int type, int ppb) argument
[all...]
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c402 * Each of the roots is treated as the head of a linked list. Each entry in the
403 * list can be thought of as a void ** which points to the next entry, until one
412 * entry in a given root's list will be able to satisfy the same requests as the
3085 * which entry in the thread's tmem array the allocation came from. Currently
3090 umem_cache_tmem_cleanup(void *buf, int entry) argument
3095 size = umem_alloc_sizes[entry];
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c796 struct mnttab entry; local
799 while (getmntent(hdl->libzfs_mnttab, &entry) == 0) {
802 if (strcmp(entry.mnt_fstype, MNTTYPE_ZFS) != 0)
805 mtn->mtn_mt.mnt_special = zfs_strdup(hdl, entry.mnt_special);
806 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, entry.mnt_mountp);
807 mtn->mtn_mt.mnt_fstype = zfs_strdup(hdl, entry.mnt_fstype);
808 mtn->mtn_mt.mnt_mntopts = zfs_strdup(hdl, entry.mnt_mntopts);
838 struct mnttab *entry)
851 if (getmntany(hdl->libzfs_mnttab, entry, &srch) == 0)
863 *entry
837 libzfs_mnttab_find(libzfs_handle_t *hdl, const char *fsname, struct mnttab *entry) argument
2027 struct mnttab entry; local
4171 zprop_list_t *entry; local
[all...]
H A Dlibzfs_pool.c718 zprop_list_t *entry; local
736 zprop_list_t *entry = zfs_alloc(hdl, local
738 entry->pl_prop = ZPROP_INVAL;
739 entry->pl_user_prop = zfs_asprintf(hdl, "feature@%s",
741 entry->pl_width = strlen(entry->pl_user_prop);
742 entry->pl_all = B_TRUE;
744 *last = entry;
745 last = &entry->pl_next;
754 zprop_list_t *entry; local
2917 int entry; local
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c162 #define ERR_CRONTABENT 0 /* error in crontab file entry */
1252 /* set the timezone of this entry */
1254 /* set the shell of this entry */
1256 /* set the home of this entry */
2896 if (pid == 0) { /* allocate a new entry */
2898 rp->next = rthead; /* link the entry into the list */
2902 /* search the list for an existing entry */
2914 rinfo_free(struct runinfo *entry) argument
2920 (void) fprintf(stderr, "freeing job %s\n", entry->jobname);
2923 if (rp == entry) {
[all...]
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c2192 * First calls hnc_lookup to see if there is valid cache entry for
2913 /* hand-craft a host_list_t entry for our local host name */
3428 /* clear out file entry */
5309 * single linked list. if cached entry was found, it will
5311 * the entries, an entry which has already expired will be invalidated.
5313 * Hashes the ipaddress finds the index and puts current entry to the list.
5351 DPRINT3(1, "hnc_init(%u): hostname cache configured %d entry"
5392 * Put the entry at the top.
5426 struct hostname_cache **hpp, **tailp, *hp, *entry; local
5445 if ((entry
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c911 u8_t entry = 0; local
927 entry = 1;
932 entry = 0;
940 &(cos_data->entry_data[entry]),
946 cos_data->entry_data[entry].s_pri = DCBX_S_PRI_COS_HIGHEST;
1301 u8_t entry = 0; local
1338 entry = 0;
1342 {/* last entry will be handled separately */
1344 entry = 1;
1346 cos_data->entry_data[entry]
1482 lm_dcbx_spread_strict_pri( IN lm_device_t *pdev, OUT cos_help_data_t *cos_data, IN u8_t entry, IN u8_t num_spread_of_entries, IN u8_t strict_app_pris) argument
1550 lm_dcbx_cee_fill_strict_pri( IN lm_device_t *pdev, OUT cos_help_data_t *cos_data, INOUT u8_t entry, IN u8_t num_spread_of_entries, IN u8_t strict_app_pris) argument
1613 u8_t entry = 0; local
3707 u8_t entry = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3050 EL(qlt, "response entry=%xh\n", resp[0]);
3931 " did not DMAed the entire FCP_CMD IU, entry count "
6109 * Locate the oldest extended logging trace entry.
6245 string_table_t *entry = &prop_status_tbl[0]; local
6247 return (value2string(entry, prop_status, 0xFFFF));
6253 * Input: entry = the value to string table
6259 value2string(string_table_t *entry, int value, int delimiter) argument
6261 for (; entry->value != delimiter; entry++) {
6262 if (entry
[all...]
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c254 NULL /* This entry must exist */
371 Addr entry; local
482 entry = bootaux[BA_ENTRY].ba_val;
512 "krtld: transferring control to: 0x%p\n", entry);
533 "krtld: really transferring control to: 0x%p\n", entry);
542 * dboot code contains the real entry via bootaux
544 exitto((caddr_t)entry);
3379 "krtld: symbol entry: file=%s\n",
4460 kobj_notify_list_t *entry; local
4462 entry
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h245 typedef struct entry { struct
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h236 typedef struct entry { struct
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c703 * This entry point is called to configure a device (and
1068 pcicfg_phdl_t *entry = pcicfg_find_phdl(new_device); local
1104 entry->memory_len = 0;
1105 entry->io_len = 0;
1236 pcicfg_phdl_t *entry; local
1243 entry = pcicfg_find_phdl(dip);
1244 ASSERT(entry);
1250 range[1].child_lo = range[1].parent_lo = (uint32_t)entry->memory_base;
1254 range[0].child_lo = range[0].parent_lo = (uint32_t)entry->io_base;
1264 if (entry
1383 pcicfg_phdl_t *entry = pcicfg_find_phdl(dip); local
1721 pcicfg_phdl_t *entry; local
1757 pcicfg_phdl_t *entry; local
1811 pcicfg_phdl_t *entry; local
1880 pcicfg_phdl_t *entry = (pcicfg_phdl_t *)hdl; local
2551 pcicfg_get_mem(pcicfg_phdl_t *entry, uint32_t length, uint64_t *ans) argument
2568 pcicfg_get_io(pcicfg_phdl_t *entry, uint32_t length, uint32_t *ans) argument
2592 pcicfg_phdl_t *entry = (pcicfg_phdl_t *)hdl; local
3801 pcicfg_setup_bridge(pcicfg_phdl_t *entry, ddi_acc_handle_t handle, dev_info_t *dip) argument
3888 pcicfg_update_bridge(pcicfg_phdl_t *entry, ddi_acc_handle_t handle) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c512 * This is a default entry.
722 {IOSTAT_NEED_BUFF_ENTRY, "Need buffer entry."},
1687 * the getcap entry point.
5900 * quiesce(9E) entry point.
10648 emlxs_xlat_err_t *entry; local
10667 entry = NULL;
10672 entry = tptr;
10681 entry = tptr;
10687 if (entry) {
10688 pkt->pkt_state = entry
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h109 * of make, and assigning each an entry in the char_semantics[] vector.
143 * The last entry in char_semantics[] should be blank.
595 * For "lib(member)" and "lib((entry))" constructs
597 * Name "lib((entry))" gets one member prop
601 struct _Name *entry; member in struct:Member
773 struct entry { struct in struct:Name_set
774 entry(Name name_, entry *parent_) : function in struct:Name_set::entry
784 entry *parent;
785 entry *lef
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c3267 ilb_nat_src_entry_t *entry = NULL; local
3305 entry = list_object(&head, head.list_head.list_next);
3310 if (entry == NULL)
3313 wsp->walk_addr = (uintptr_t)entry;
3322 ilb_nat_src_entry_t entry, *next_entry; local
3329 if (mdb_vread(&entry, sizeof (ilb_nat_src_entry_t),
3335 status = wsp->walk_callback(wsp->walk_addr, &entry, wsp->walk_cbdata);
3351 * Check if there is still entry in the current list.
3357 if ((char *)entry.nse_link.list_next != khead + offsetof(list_t,
3360 entry
[all...]
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c4700 int entry; local
4721 for (entry = 0; entry < pri->sys_args[4]; entry++) {
4723 pri->pname, entry,
4724 (long)RCTLBLK_INC(pri->sys_args[3], entry));
4725 if (RCTLBLK_INC(pri->sys_args[3], entry) != NULL) {
4727 (long)RCTLBLK_INC(pri->sys_args[3], entry));
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c749 /* skip dummy entry */
869 /* skip dummy entry */
1116 * now compare, and if equivalent mark entry
1133 * now compare, and if equivalent mark entry
1501 clientid_compare(rfs4_entry_t entry, void *key) argument
1503 rfs4_client_t *cp = (rfs4_client_t *)entry;
1510 clientid_mkkey(rfs4_entry_t entry) argument
1512 rfs4_client_t *cp = (rfs4_client_t *)entry;
1533 nfsclnt_compare(rfs4_entry_t entry, void *key) argument
1535 rfs4_client_t *cp = (rfs4_client_t *)entry;
1546 nfsclnt_mkkey(rfs4_entry_t entry) argument
1831 clntip_compare(rfs4_entry_t entry, void *key) argument
1857 clntip_mkkey(rfs4_entry_t entry) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c61 /* The default entry. */
63 /* The fallback entry. */
66 /* The number of current entry. */
169 /* Collect contiguous blocks into one entry as many as possible,
237 /* The last entry may not be printed yet. Don't check if it is a
835 "Set the default entry to entry number NUM (if not specified, it is"
836 " 0, the first entry) or the entry number saved by savedefault."
1091 "Verbose output during menu entry (scrip
1532 int entry; local
1658 int type, entry, gpt_count, gpt_size; local
3275 int entry; local
3387 int entry, type, gpt_count, gpt_size; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c2040 * pool have that entry in their config, but only the splitting one contains
6076 const char *config, const char *entry)
6095 DMU_POOL_DIRECTORY_OBJECT, entry, sizeof (uint64_t), 1,
6477 * the presence of this ZAP entry is backwards compatible.
6075 spa_sync_aux_dev(spa_t *spa, spa_aux_vdev_t *sav, dmu_tx_t *tx, const char *config, const char *entry) argument
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c689 uint64_t alloc, offset, entry; local
701 offset += sizeof (entry)) {
705 sizeof (entry), &entry, DMU_READ_PREFETCH));
706 if (SM_DEBUG_DECODE(entry)) {
709 (u_longlong_t)(offset / sizeof (entry)),
710 ddata[SM_DEBUG_ACTION_DECODE(entry)],
711 (u_longlong_t)SM_DEBUG_TXG_DECODE(entry),
712 (u_longlong_t)SM_DEBUG_SYNCPASS_DECODE(entry));
716 (u_longlong_t)(offset / sizeof (entry)),
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c3774 entry_destroy_locked(scf_transaction_entry_t *entry) argument
3776 scf_handle_t *h = entry->entry_handle;
3780 entry_invalidate(entry, 0, 0);
3782 entry->entry_handle = NULL;
3786 uu_list_node_fini(entry, &entry->entry_link, tran_entry_pool);
3787 uu_free(entry);
3796 transaction_add(scf_transaction_t *tran, scf_transaction_entry_t *entry, argument
3808 if (h != entry->entry_handle)
3828 if (entry
3909 scf_transaction_property_new(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
3922 scf_transaction_property_change(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
3935 scf_transaction_property_change_type(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
3948 scf_transaction_property_delete(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop) argument
4219 scf_entry_reset(scf_transaction_entry_t *entry) argument
4229 scf_entry_destroy_children(scf_transaction_entry_t *entry) argument
4239 scf_entry_destroy(scf_transaction_entry_t *entry) argument
4265 scf_entry_add_value(scf_transaction_entry_t *entry, scf_value_t *v) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
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...]
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h1018 typedef struct entry { struct
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c501 "Unable to allocate %u entry IPv%u %s SADB hash table",
604 * - Walk each entry, doing an sadb_dump_deliver() on it.
682 * bucket, the entry and "cookie" to the callback function.
692 void (*walkfn)(isaf_t *head, ipsa_t *entry, void *cookie),
697 ipsa_t *entry, *next; local
701 for (entry = table[i].isaf_ipsa; entry != NULL;
702 entry = next) {
703 next = entry->ipsa_next;
704 (*walkfn)(&table[i], entry, cooki
691 sadb_walker(isaf_t *table, uint_t numentries, void (*walkfn)(isaf_t *head, ipsa_t *entry, void *cookie), void *cookie) argument
2402 sadb_purge_cb(isaf_t *head, ipsa_t *entry, void *cookie) argument
2459 sadb_delpair_state_one(isaf_t *head, ipsa_t *entry, void *cookie) argument
7069 sadb_alg_update_cb(isaf_t *head, ipsa_t *entry, void *cookie) argument
[all...]

Completed in 217 milliseconds

<<11121314151617181920