/illumos-gate/usr/src/common/net/wanboot/ |
H A D | bootconf.c | 111 char *ks, *ke, *vs, *ve; local 189 ve = p; 218 *ve = '\0';
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | mvcur.c | 229 char *ve; local 265 ve = cursor_down; 267 ve = cursor_up; 269 _PUTS(ve, 1);
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vadj.c | 333 struct vlinfo *ve = &vlinfo[vcnt]; local 349 for (; vc <= ve; vc++) 357 while (vc < ve) {
|
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ds/ |
H A D | mdb_ds.c | 275 mdb_vespec_t ve; local 280 if (mdb_vread(&ve, sizeof (ve), addr) != sizeof (ve)) { 285 mdb_printf("+>\tvespec %p (id %d)\n", addr, ve.ve_id); 287 addr + OFFSETOF(mdb_vespec_t, ve_list), ve.ve_flags); 288 mdb_printf("\tve_se = %-?p\tve_refs = %u\n", ve.ve_se, ve.ve_refs); 289 mdb_printf("\tve_hits = %-?u\tve_lim = %u\n", ve.ve_hits, ve [all...] |
/illumos-gate/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) argument 144 ASSERT(ve->ve_fill_io == NULL); 145 ASSERT(ve->ve_data != NULL); 147 avl_remove(&vc->vc_lastused_tree, ve); 148 avl_remove(&vc->vc_offset_tree, ve); 149 zio_buf_free(ve->ve_data, VCBS); 150 kmem_free(ve, sizeof (vdev_cache_entry_t)); 163 vdev_cache_entry_t *ve; local 176 ve = avl_first(&vc->vc_lastused_tree); 177 if (ve 195 vdev_cache_hit(vdev_cache_t *vc, vdev_cache_entry_t *ve, zio_t *zio) argument 220 vdev_cache_entry_t *ve = fio->io_private; local 258 vdev_cache_entry_t *ve, ve_search; local 335 vdev_cache_entry_t *ve, ve_search; local 371 vdev_cache_entry_t *ve; local [all...] |
/illumos-gate/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 327 char* ve; local 342 ve = state.data; 346 for (s = ve; isspace(*s); s++); 353 for (ve = v; *ve && !isspace(*ve); ve++); 354 if (*ve) 355 *ve = 0; 357 ve [all...] |
H A D | lcgen.c | 267 register char** ve; local 315 ve = &arg[elementsof(arg)]; 360 if (!*s || vp >= ve) 363 while (vp < ve)
|
/illumos-gate/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 343 * In kernel we've validated the hotkey request, but Xserver (or 413 vt_evt_t ve; local 415 ve.ve_cmd = cmd; 416 ve.ve_info = info; 419 eventstream_write(channel, &ve); 456 vt_evt_t ve; local 477 (void) eventstream_read(0, &ve); 831 vt_evt_t ve; local 844 if (pollfds[0].revents && eventstream_read(1, &ve)) { 846 switch (ve [all...] |
/illumos-gate/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; local 116 for (ve = (stmf_view_entry_t *)idmemb->id_impl_specific; 117 ve; ve = ve_next) { 118 ve_next = ve->ve_next; 119 ve->ve_hg->id_refcnt--; 120 ve->ve_tg->id_refcnt--; 121 kmem_free(ve, sizeof (stmf_view_entry_t)); 339 stmf_view_entry_t *ve; local 366 stmf_view_entry_t *ve; local 475 stmf_update_sessions_per_ve(stmf_view_entry_t *ve, stmf_lu_t *lu, int action) argument 548 stmf_view_entry_t *ve; local 573 stmf_view_entry_t *ve; local 873 stmf_add_ve_to_luid(stmf_id_data_t *luid, stmf_view_entry_t *ve) argument 927 stmf_view_entry_t *ve; local 1218 stmf_view_entry_t *ve; local [all...] |
H A D | stmf.c | 555 stmf_view_op_entry_t *ve; local 1049 ve = (stmf_view_op_entry_t *)ibuf; 1055 if (!ve->ve_lu_number_valid) 1056 ve->ve_lu_nbr[2] = 0xFF; 1057 if (ve->ve_all_hosts) { 1058 ve->ve_host_group.name[0] = '*'; 1059 ve->ve_host_group.name_size = 1; 1061 if (ve->ve_all_targets) { 1062 ve->ve_target_group.name[0] = '*'; 1063 ve [all...] |
/illumos-gate/usr/src/uts/common/io/vioblk/ |
H A D | vioblk.c | 645 struct vq_entry *ve; local 649 while ((ve = virtio_pull_chain(sc->sc_vq, &len))) { 650 struct vioblk_req *req = &sc->sc_reqs[ve->qe_index]; 657 virtio_free_chain(ve); 664 virtio_free_chain(ve);
|
/illumos-gate/usr/src/lib/libstmf/common/ |
H A D | libstmf.h | 256 stmfViewEntry ve[1]; member in struct:_stmfViewEntryList
|
H A D | store.c | 487 * realloc if we've hit the previous alloc size 1195 * Now that we've successfully added the view entry, 3608 * We've exceeded our alloc limit 3617 &((*viewEntryList)->ve[i]))) != STMF_PS_SUCCESS) { 3644 qsort((void *)&((*viewEntryList)->ve[0]), (*viewEntryList)->cnt, 5035 * ve - caller allocated stmfViewEntry structure. On success, this will 5039 psGetViewEntry(stmfGuid *lu, uint32_t viewEntryIndex, stmfViewEntry *ve) argument 5092 if ((ret = iPsGetViewEntry(viewEntryPgName, ve)) != STMF_PS_SUCCESS) {
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 220 vdev_entry_t *ve; local 289 for (ve = pe->pe_vdevs; ve != NULL; ve = ve->ve_next) { 290 if (ve->ve_guid == top_guid) 294 if (ve == NULL) { 295 if ((ve = zfs_alloc(hdl, sizeof (vdev_entry_t))) == NULL) { 299 ve->ve_guid = top_guid; 300 ve 439 vdev_entry_t *ve; local 1135 vdev_entry_t *ve, *venext; local [all...] |
/illumos-gate/usr/src/uts/common/io/vioif/ |
H A D | vioif.c | 717 struct vq_entry *ve; local 720 ve = vq_alloc_entry(sc->sc_rx_vq); 721 if (!ve) { 731 buf = sc->sc_rxbufs[ve->qe_index]; 736 sc->sc_rxbufs[ve->qe_index] = buf; 744 vq_free_entry(sc->sc_rx_vq, ve); 754 virtio_ve_add_indirect_buf(ve, 759 virtio_ve_add_indirect_buf(ve, 777 virtio_ve_add_cookie(ve, buf->rb_mapping.vbm_dmah, 783 virtio_push_chain(ve, B_FALS 804 struct vq_entry *ve; local 900 struct vq_entry *ve; local 939 vioif_tx_inline(struct vioif_softc *sc, struct vq_entry *ve, mblk_t *mp, size_t msg_size) argument 976 vioif_tx_external(struct vioif_softc *sc, struct vq_entry *ve, mblk_t *mp, size_t msg_size) argument 1068 struct vq_entry *ve; local 1206 struct vq_entry *ve; local [all...] |
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_hw.h | 780 * ee/rd stuff, and they've taken away the pretense 3529 uint32_t ve :1; member in struct:hermon_hw_qpc_s 3669 uint32_t ve :1; member in struct:hermon_hw_qpc_s
|