Home
last modified time | relevance | path

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

12345678910>>...19

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c141 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_44/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c45 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 Dstmf.c555 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_44/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()
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c220 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_44/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
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_44/usr/src/lib/libcurses/screen/
H A Dmvcur.c229 char *ve; in _mvvert() local
265 ve = cursor_down; in _mvvert()
267 ve = cursor_up; in _mvvert()
269 _PUTS(ve, 1); in _mvvert()
/titanic_44/usr/src/lib/libast/common/port/
H A Dastconf.c327 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_44/usr/src/common/net/wanboot/
H A Dbootconf.c111 char *ks, *ke, *vs, *ve; in parse_bootconf() local
189 ve = p; in parse_bootconf()
218 *ve = '\0'; in parse_bootconf()
/titanic_44/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 \
/titanic_44/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
/titanic_44/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
/titanic_44/usr/src/lib/libstmf/common/
H A Dstore.h57 int psGetViewEntry(stmfGuid *lu, uint32_t viewEntryIndex, stmfViewEntry *ve);
/titanic_44/usr/src/prototypes/
H A Dprototype.mapfile-vers24 # You should not be making modifications here until you've read the most current
/titanic_44/usr/src/lib/libsqlite/
H A Dmapfile-sqlite13 # You should not be making modifications here until you've read the most current
/titanic_44/usr/src/lib/pam_modules/timestamp/
H A Dmapfile-vers22 # You should not be making modifications here until you've read the most current
/titanic_44/usr/src/lib/libsaveargs/common/
H A Dmapfile-vers22 # You should not be making modifications here until you've read the most current
/titanic_44/usr/src/lib/libsff/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/titanic_44/usr/src/cmd/make/lib/makestate/
H A Dmapfile-vers22 # You should not be making modifications here until you've read the most current
/titanic_44/usr/src/lib/libjedec/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/titanic_44/usr/src/lib/libwrap/
H A Dmapfile-vers14 # You should not be making modifications here until you've read the most current
/titanic_44/usr/src/lib/libcustr/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current
/titanic_44/usr/src/uts/common/io/vioblk/
H A Dvioblk.c645 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()
/titanic_44/usr/src/lib/libipd/common/
H A Dmapfile-vers24 # You should not be making modifications here until you've read the most current

12345678910>>...19