HomeSort by relevance Sort by last modified time
    Searched defs:ve (Results 1 - 8 of 8) sorted by null

  /netvirt/usr/src/common/net/wanboot/
bootconf.c 111 char *ks, *ke, *vs, *ve; local
189 ve = p;
218 *ve = '\0';
  /netvirt/usr/src/lib/libcurses/screen/
mvcur.c 229 char *ve; local
265 ve = cursor_down;
267 ve = cursor_up;
269 _PUTS(ve, 1);
  /netvirt/usr/src/uts/common/fs/zfs/
vdev_cache.c 116 vdev_cache_evict(vdev_cache_t *vc, vdev_cache_entry_t *ve)
119 ASSERT(ve->ve_fill_io == NULL);
120 ASSERT(ve->ve_data != NULL);
123 vc, ve->ve_offset, ve->ve_lastused, lbolt - ve->ve_lastused,
124 ve->ve_hits, ve->ve_missed_update);
126 avl_remove(&vc->vc_lastused_tree, ve);
127 avl_remove(&vc->vc_offset_tree, ve);
142 vdev_cache_entry_t *ve; local
201 vdev_cache_entry_t *ve = zio->io_private; local
245 vdev_cache_entry_t *ve, ve_search; local
323 vdev_cache_entry_t *ve, ve_search; local
359 vdev_cache_entry_t *ve; local
    [all...]
  /netvirt/usr/src/cmd/mdb/common/modules/mdb_ds/
mdb_ds.c 286 mdb_vespec_t ve; local
291 if (mdb_vread(&ve, sizeof (ve), addr) != sizeof (ve)) {
296 mdb_printf("+>\tvespec %p (id %d)\n", addr, ve.ve_id);
298 addr + OFFSETOF(mdb_vespec_t, ve_list), ve.ve_flags);
299 mdb_printf("\tve_se = %-?p\tve_refs = %u\n", ve.ve_se, ve.ve_refs);
300 mdb_printf("\tve_hits = %-?u\tve_lim = %u\n", ve.ve_hits, ve.ve_limit)
    [all...]
  /netvirt/usr/src/cmd/vi/port/
ex_vadj.c 336 struct vlinfo *ve = &vlinfo[vcnt]; local
352 for (; vc <= ve; vc++)
360 while (vc < ve) {
  /netvirt/usr/src/lib/libast/common/port/
astconf.c 303 char* ve; local
318 ve = state.data;
322 for (s = ve; isspace(*s); s++);
329 for (ve = v; *ve && !isspace(*ve); ve++);
330 if (*ve)
331 *ve = 0;
333 ve = 0
    [all...]
lcgen.c 267 register char** ve; local
315 ve = &arg[elementsof(arg)];
353 if (!*s || vp >= ve)
356 while (vp < ve)
  /netvirt/usr/src/lib/libzfs/common/
libzfs_import.c 211 vdev_entry_t *ve; local
280 for (ve = pe->pe_vdevs; ve != NULL; ve = ve->ve_next) {
281 if (ve->ve_guid == top_guid)
285 if (ve == NULL) {
286 if ((ve = zfs_alloc(hdl, sizeof (vdev_entry_t))) == NULL) {
290 ve->ve_guid = top_guid;
291 ve->ve_next = pe->pe_vdevs
417 vdev_entry_t *ve; local
783 vdev_entry_t *ve, *venext; local
    [all...]

Completed in 1680 milliseconds