Home
last modified time | relevance | path

Searched refs:ve (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c137 vdev_cache_evict(vdev_cache_t *vc, vdev_cache_entry_t *ve) in vdev_cache_evict() argument
140 ASSERT3P(ve->ve_fill_io, ==, NULL); in vdev_cache_evict()
141 ASSERT3P(ve->ve_abd, !=, NULL); in vdev_cache_evict()
143 avl_remove(&vc->vc_lastused_tree, ve); in vdev_cache_evict()
144 avl_remove(&vc->vc_offset_tree, ve); in vdev_cache_evict()
145 abd_free(ve->ve_abd); in vdev_cache_evict()
146 kmem_free(ve, sizeof (vdev_cache_entry_t)); in vdev_cache_evict()
159 vdev_cache_entry_t *ve; in vdev_cache_allocate() local
172 ve = avl_first(&vc->vc_lastused_tree); in vdev_cache_allocate()
173 if (ve->ve_fill_io != NULL) in vdev_cache_allocate()
[all …]
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c45 void stmf_update_sessions_per_ve(stmf_view_entry_t *ve,
93 stmf_view_entry_t *ve, *ve_next; in stmf_view_clear_config() local
117 for (ve = (stmf_view_entry_t *)idmemb->id_impl_specific; in stmf_view_clear_config()
118 ve; ve = ve_next) { in stmf_view_clear_config()
119 ve_next = ve->ve_next; in stmf_view_clear_config()
120 ve->ve_hg->id_refcnt--; in stmf_view_clear_config()
121 ve->ve_tg->id_refcnt--; in stmf_view_clear_config()
122 kmem_free(ve, sizeof (stmf_view_entry_t)); in stmf_view_clear_config()
299 stmf_view_entry_t *ve; in stmf_add_lu_to_active_sessions() local
313 for (ve = (stmf_view_entry_t *)luid->id_impl_specific; in stmf_add_lu_to_active_sessions()
[all …]
H A Dstmf.c553 stmf_view_op_entry_t *ve; in stmf_ioctl() local
1047 ve = (stmf_view_op_entry_t *)ibuf; in stmf_ioctl()
1053 if (!ve->ve_lu_number_valid) in stmf_ioctl()
1054 ve->ve_lu_nbr[2] = 0xFF; in stmf_ioctl()
1055 if (ve->ve_all_hosts) { in stmf_ioctl()
1056 ve->ve_host_group.name[0] = '*'; in stmf_ioctl()
1057 ve->ve_host_group.name_size = 1; in stmf_ioctl()
1059 if (ve->ve_all_targets) { in stmf_ioctl()
1060 ve->ve_target_group.name[0] = '*'; in stmf_ioctl()
1061 ve->ve_target_group.name_size = 1; in stmf_ioctl()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ds/
H A Dmdb_ds.c275 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()
/illumos-gate/usr/src/cmd/etdump/
H A Detdump.c108 boot_catalog_validation_entry *ve; in boot_catalog_valid() local
113 ve = (boot_catalog_validation_entry *)entry; in boot_catalog_valid()
115 checksum = isonum_721(ve->checksum); in boot_catalog_valid()
116 cd9660_721(0, ve->checksum); in boot_catalog_valid()
117 csptr = (unsigned char *)ve; in boot_catalog_valid()
119 for (i = sum = 0; i < sizeof (*ve); i += 2) { in boot_catalog_valid()
127 cd9660_721(checksum, ve->checksum); in boot_catalog_valid()
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c298 vdev_entry_t *ve; in add_config() local
367 for (ve = pe->pe_vdevs; ve != NULL; ve = ve->ve_next) { in add_config()
368 if (ve->ve_guid == top_guid) in add_config()
372 if (ve == NULL) { in add_config()
373 if ((ve = zutil_alloc(hdl, sizeof (vdev_entry_t))) == NULL) { in add_config()
376 ve->ve_guid = top_guid; in add_config()
377 ve->ve_next = pe->pe_vdevs; in add_config()
378 pe->pe_vdevs = ve; in add_config()
386 for (ce = ve->ve_configs; ce != NULL; ce = ce->ce_next) { in add_config()
397 ce->ce_next = ve->ve_configs; in add_config()
[all …]
/illumos-gate/usr/src/uts/common/io/vioscsi/
H A Dvioscsi.c716 vioscsi_event_t *ve; in vioscsi_evt_handler() local
719 if ((ve = virtio_chain_data(vic)) == NULL) { in vioscsi_evt_handler()
726 evt = ve->ve_evt; in vioscsi_evt_handler()
728 virtio_dma_sync(ve->ve_dma, DDI_DMA_SYNC_FORKERNEL); in vioscsi_evt_handler()
1149 vioscsi_event_t *ve = &sc->vs_events[i]; in vioscsi_teardown() local
1150 if (ve->ve_vic != NULL) { in vioscsi_teardown()
1151 virtio_chain_free(ve->ve_vic); in vioscsi_teardown()
1153 if (ve->ve_dma != NULL) { in vioscsi_teardown()
1154 virtio_dma_free(ve->ve_dma); in vioscsi_teardown()
1282 vioscsi_event_t *ve = &sc->vs_events[i]; in vioscsi_attach() local
[all …]
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c415 vt_evt_t ve; in vt_ev_request() local
417 ve.ve_cmd = cmd; in vt_ev_request()
418 ve.ve_info = info; in vt_ev_request()
421 eventstream_write(channel, &ve); in vt_ev_request()
458 vt_evt_t ve; in vt_poll() local
479 (void) eventstream_read(0, &ve); in vt_poll()
832 vt_evt_t ve; in vt_serve_events() local
845 if (pollfds[0].revents && eventstream_read(1, &ve)) { in vt_serve_events()
847 switch (ve.ve_cmd) { in vt_serve_events()
849 vt_do_auth(ve.ve_info); in vt_serve_events()
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c227 char *ve; in _mvvert() local
263 ve = cursor_down; in _mvvert()
265 ve = cursor_up; in _mvvert()
267 _PUTS(ve, 1); in _mvvert()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c343 char* ve; in synthesize() local
358 ve = state.data; in synthesize()
362 for (s = ve; isspace(*s); s++); in synthesize()
369 for (ve = v; *ve && !isspace(*ve); ve++); in synthesize()
370 if (*ve) in synthesize()
371 *ve = 0; in synthesize()
373 ve = 0; in synthesize()
379 if (!ve) in synthesize()
381 *ve++ = ' '; in synthesize()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dtest-reference.c38 volatile test_int_t *ve; variable
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Dlibrtld_db.msg63 @ 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 \
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A DREADME50 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
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dmapfile-minconn14 # You should not be making modifications here until you've read the most current
H A Dmapfile-passprompt14 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.h57 int psGetViewEntry(stmfGuid *lu, uint32_t viewEntryIndex, stmfViewEntry *ve);
/illumos-gate/usr/src/prototypes/
H A Dprototype.mapfile-vers24 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/uts/intel/io/viona/
H A Dviona.mapfile24 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/lib/pam_modules/timestamp/
H A Dmapfile-vers22 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/lib/libutempter/common/
H A Dmapfile-vers20 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/lib/varpd/direct/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/lib/varpd/files/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/test/util-tests/tests/ctf/test-merge-reduction/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/lib/libppt/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/lib/libsaveargs/common/
H A Dmapfile-vers22 # You should not be making modifications here until you've read the most current

12345678910>>...20