Home
last modified time | relevance | path

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

12345678910>>...20

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c145 abd_free(ve->ve_abd); in vdev_cache_evict()
159 vdev_cache_entry_t *ve; in vdev_cache_allocate() local
187 return (ve); in vdev_cache_allocate()
204 ve->ve_hits++; in vdev_cache_hit()
230 ve->ve_fill_io = NULL; in vdev_cache_fill()
280 if (ve != NULL) { in vdev_cache_read()
304 if (ve == NULL) { in vdev_cache_read()
313 ve->ve_fill_io = fio; in vdev_cache_read()
345 if (ve == NULL) in vdev_cache_write()
348 while (ve != NULL && ve->ve_offset < max_offset) { in vdev_cache_write()
[all …]
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c118 ve; ve = ve_next) { in stmf_view_clear_config()
314 ve; ve = ve->ve_next) { in stmf_add_lu_to_active_sessions()
345 ve; ve = ve->ve_next) { in stmf_session_lu_unmapall()
515 if (!ve) in stmf_add_lus_to_session_per_vemap()
542 if (!ve) in stmf_remove_lus_from_session_per_vemap()
924 ve = ve->ve_next) { in stmf_add_view_entry()
927 (ve->ve_tg->id_data[0] == '*') || (tg == ve->ve_tg))) { in stmf_add_view_entry()
1216 ve; ve = ve->ve_next) { in stmf_remove_ve_by_id()
1221 if (!ve) { in stmf_remove_ve_by_id()
1227 ve->ve_next->ve_prev = ve->ve_prev; in stmf_remove_ve_by_id()
[all …]
H A Dstmf.c553 stmf_view_op_entry_t *ve; in stmf_ioctl() local
1055 if (ve->ve_all_hosts) { in stmf_ioctl()
1063 if (ve->ve_ndx_valid) in stmf_ioctl()
1064 veid = ve->ve_ndx; in stmf_ioctl()
1073 ve->ve_guid, in stmf_ioctl()
1075 ve->ve_lu_nbr, in stmf_ioctl()
1082 ve->ve_lu_nbr, in stmf_ioctl()
1087 (!ve->ve_ndx_valid || !ve->ve_lu_number_valid) && in stmf_ioctl()
1120 ret = stmf_remove_ve_by_id(ve->ve_guid, ve->ve_ndx, in stmf_ioctl()
1228 ve++; 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()
372 if (ve == NULL) { in add_config()
376 ve->ve_guid = top_guid; in add_config()
378 pe->pe_vdevs = ve; in add_config()
398 ve->ve_configs = ce; in add_config()
473 vdev_entry_t *ve; in get_configs() local
508 for (ve = pe->pe_vdevs; ve != NULL; ve = ve->ve_next) { in get_configs()
1329 for (ve = pe->pe_vdevs; ve != NULL; ve = venext) { in zpool_find_import_impl()
1330 venext = ve->ve_next; in zpool_find_import_impl()
[all …]
/illumos-gate/usr/src/uts/common/io/vioscsi/
H A Dvioscsi.c716 vioscsi_event_t *ve; in vioscsi_evt_handler() local
726 evt = ve->ve_evt; in vioscsi_evt_handler()
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()
1287 if ((ve->ve_vic == NULL) || (ve->ve_dma == NULL)) { in vioscsi_attach()
1291 if (virtio_chain_append(ve->ve_vic, in vioscsi_attach()
1292 virtio_dma_cookie_pa(ve->ve_dma, 0), sizeof (*ve->ve_evt), in vioscsi_attach()
1297 ve->ve_evt = virtio_dma_va(ve->ve_dma, 0); in vioscsi_attach()
[all …]
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c413 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
846 switch (ve.ve_cmd) { in vt_serve_events()
848 vt_do_auth(ve.ve_info); in vt_serve_events()
852 vt_activate_screenlock(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/lib/libsaveargs/common/
H A Dmapfile-vers22 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/lib/libsff/common/
H A Dmapfile-vers24 # 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/libppt/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/illumos-gate/usr/src/cmd/make/lib/makestate/
H A Dmapfile-vers22 # 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/libdemangle/common/
H A Dmapfile-vers25 # 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

12345678910>>...20