/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | vdev_cache.c | 141 vdev_cache_evict(vdev_cache_t *vc, vdev_cache_entry_t *ve) in vdev_cache_evict() argument 144 ASSERT(ve->ve_fill_io == NULL); in vdev_cache_evict() 145 ASSERT(ve->ve_data != NULL); in vdev_cache_evict() 147 avl_remove(&vc->vc_lastused_tree, ve); in vdev_cache_evict() 148 avl_remove(&vc->vc_offset_tree, ve); in vdev_cache_evict() 149 zio_buf_free(ve->ve_data, VCBS); in vdev_cache_evict() 150 kmem_free(ve, sizeof (vdev_cache_entry_t)); in vdev_cache_evict() 163 vdev_cache_entry_t *ve; in vdev_cache_allocate() local 176 ve = avl_first(&vc->vc_lastused_tree); in vdev_cache_allocate() 177 if (ve->ve_fill_io != NULL) in vdev_cache_allocate() [all …]
|
/titanic_50/usr/src/uts/common/io/comstar/stmf/ |
H A D | lun_map.c | 45 void stmf_update_sessions_per_ve(stmf_view_entry_t *ve, 92 stmf_view_entry_t *ve, *ve_next; in stmf_view_clear_config() local 116 for (ve = (stmf_view_entry_t *)idmemb->id_impl_specific; in stmf_view_clear_config() 117 ve; ve = ve_next) { in stmf_view_clear_config() 118 ve_next = ve->ve_next; in stmf_view_clear_config() 119 ve->ve_hg->id_refcnt--; in stmf_view_clear_config() 120 ve->ve_tg->id_refcnt--; in stmf_view_clear_config() 121 kmem_free(ve, sizeof (stmf_view_entry_t)); in stmf_view_clear_config() 339 stmf_view_entry_t *ve; in stmf_add_lu_to_active_sessions() local 353 for (ve = (stmf_view_entry_t *)luid->id_impl_specific; in stmf_add_lu_to_active_sessions() [all …]
|
H A D | stmf.c | 555 stmf_view_op_entry_t *ve; in stmf_ioctl() local 1049 ve = (stmf_view_op_entry_t *)ibuf; in stmf_ioctl() 1055 if (!ve->ve_lu_number_valid) in stmf_ioctl() 1056 ve->ve_lu_nbr[2] = 0xFF; in stmf_ioctl() 1057 if (ve->ve_all_hosts) { in stmf_ioctl() 1058 ve->ve_host_group.name[0] = '*'; in stmf_ioctl() 1059 ve->ve_host_group.name_size = 1; in stmf_ioctl() 1061 if (ve->ve_all_targets) { in stmf_ioctl() 1062 ve->ve_target_group.name[0] = '*'; in stmf_ioctl() 1063 ve->ve_target_group.name_size = 1; in stmf_ioctl() [all …]
|
/titanic_50/usr/src/uts/common/io/vioif/ |
H A D | vioif.c | 715 struct vq_entry *ve; in vioif_add_rx() local 718 ve = vq_alloc_entry(sc->sc_rx_vq); in vioif_add_rx() 719 if (!ve) { in vioif_add_rx() 729 buf = sc->sc_rxbufs[ve->qe_index]; in vioif_add_rx() 734 sc->sc_rxbufs[ve->qe_index] = buf; in vioif_add_rx() 750 virtio_ve_add_indirect_buf(ve, buf->rb_mapping.vbm_dmac.dmac_laddress, in vioif_add_rx() 754 virtio_ve_add_indirect_buf(ve, in vioif_add_rx() 772 virtio_ve_add_cookie(ve, buf->rb_mapping.vbm_dmah, in vioif_add_rx() 778 virtio_push_chain(ve, B_FALSE); in vioif_add_rx() 783 vq_free_entry(sc->sc_rx_vq, ve); in vioif_add_rx() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/mdb_ds/ |
H A D | mdb_ds.c | 275 mdb_vespec_t ve; in cmd_vespec() local 280 if (mdb_vread(&ve, sizeof (ve), addr) != sizeof (ve)) { in cmd_vespec() 285 mdb_printf("+>\tvespec %p (id %d)\n", addr, ve.ve_id); in cmd_vespec() 287 addr + OFFSETOF(mdb_vespec_t, ve_list), ve.ve_flags); in cmd_vespec() 288 mdb_printf("\tve_se = %-?p\tve_refs = %u\n", ve.ve_se, ve.ve_refs); in cmd_vespec() 289 mdb_printf("\tve_hits = %-?u\tve_lim = %u\n", ve.ve_hits, ve.ve_limit); in cmd_vespec() 291 ve.ve_data, ve.ve_callback); in cmd_vespec() 293 ve.ve_args, ve.ve_dtor); in cmd_vespec()
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 220 vdev_entry_t *ve; in add_config() local 289 for (ve = pe->pe_vdevs; ve != NULL; ve = ve->ve_next) { in add_config() 290 if (ve->ve_guid == top_guid) in add_config() 294 if (ve == NULL) { in add_config() 295 if ((ve = zfs_alloc(hdl, sizeof (vdev_entry_t))) == NULL) { in add_config() 299 ve->ve_guid = top_guid; in add_config() 300 ve->ve_next = pe->pe_vdevs; in add_config() 301 pe->pe_vdevs = ve; in add_config() 309 for (ce = ve->ve_configs; ce != NULL; ce = ce->ce_next) { in add_config() 321 ce->ce_next = ve->ve_configs; in add_config() [all …]
|
/titanic_50/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 413 vt_evt_t ve; in vt_ev_request() local 415 ve.ve_cmd = cmd; in vt_ev_request() 416 ve.ve_info = info; in vt_ev_request() 419 eventstream_write(channel, &ve); in vt_ev_request() 456 vt_evt_t ve; in vt_poll() local 477 (void) eventstream_read(0, &ve); in vt_poll() 831 vt_evt_t ve; in vt_serve_events() local 844 if (pollfds[0].revents && eventstream_read(1, &ve)) { in vt_serve_events() 846 switch (ve.ve_cmd) { in vt_serve_events() 848 vt_do_auth(ve.ve_info); in vt_serve_events() [all …]
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | mvcur.c | 229 char *ve; in _mvvert() local 265 ve = cursor_down; in _mvvert() 267 ve = cursor_up; in _mvvert() 269 _PUTS(ve, 1); in _mvvert()
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 327 char* ve; in synthesize() local 342 ve = state.data; in synthesize() 346 for (s = ve; isspace(*s); s++); in synthesize() 353 for (ve = v; *ve && !isspace(*ve); ve++); in synthesize() 354 if (*ve) in synthesize() 355 *ve = 0; in synthesize() 357 ve = 0; in synthesize() 363 if (!ve) in synthesize() 365 *ve++ = ' '; in synthesize()
|
/titanic_50/usr/src/common/net/wanboot/ |
H A D | bootconf.c | 111 char *ks, *ke, *vs, *ve; in parse_bootconf() local 189 ve = p; in parse_bootconf() 218 *ve = '\0'; in parse_bootconf()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/common/ |
H A D | librtld_db.msg | 63 @ MSG_DB_BADPVERS "rtld_db: ve: rtld vs. rtld_db version mismatch: \ 65 @ MSG_DB_VALIDRDEBUG "rtld_db: ve: found valid r_debug structure. \ 67 rtld_db: ve: rtld_dbVers: %d rtldVers: %d \
|
/titanic_50/usr/src/cmd/lp/filter/postscript/font/ |
H A D | README | 50 Any unused one or two character font name can be chosen. I've tried to choose 80 4: Any new special character names you've added to the width table must appear in 83 5: Add a mapping definition to ../postscript/dpost.ps. For example if you've 91 6: If you're system uses PDQs you'll need to build new PDQ font files. I've
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | mapfile-minconn | 14 # You should not be making modifications here until you've read the most current
|
H A D | mapfile-passprompt | 14 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/libstmf/common/ |
H A D | store.h | 57 int psGetViewEntry(stmfGuid *lu, uint32_t viewEntryIndex, stmfViewEntry *ve);
|
/titanic_50/usr/src/prototypes/ |
H A D | prototype.mapfile-vers | 24 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/pam_modules/timestamp/ |
H A D | mapfile-vers | 22 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/libsqlite/ |
H A D | mapfile-sqlite | 13 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/cmd/make/lib/makestate/ |
H A D | mapfile-vers | 22 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/libsaveargs/common/ |
H A D | mapfile-vers | 22 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/libsff/common/ |
H A D | mapfile-vers | 24 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/libjedec/common/ |
H A D | mapfile-vers | 24 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/libwrap/ |
H A D | mapfile-vers | 14 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/lib/libcustr/common/ |
H A D | mapfile-vers | 24 # You should not be making modifications here until you've read the most current
|
/titanic_50/usr/src/uts/common/io/vioblk/ |
H A D | vioblk.c | 645 struct vq_entry *ve; in vioblk_int_handler() local 649 while ((ve = virtio_pull_chain(sc->sc_vq, &len))) { in vioblk_int_handler() 650 struct vioblk_req *req = &sc->sc_reqs[ve->qe_index]; in vioblk_int_handler() 657 virtio_free_chain(ve); in vioblk_int_handler() 664 virtio_free_chain(ve); in vioblk_int_handler()
|