Searched defs:ve (Results 1 - 6 of 6) sorted by relevance
/osnet-11/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);
|
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | lcgen.c | 267 register char** ve; local 315 ve = &arg[elementsof(arg)]; 360 if (!*s || vp >= ve) 363 while (vp < ve)
|
H A D | astconf.c | 329 char* ve; local 344 ve = state.data; 348 for (s = ve; isspace(*s); s++); 355 for (ve = v; *ve && !isspace(*ve); ve++); 356 if (*ve) 357 *ve = 0; 359 ve [all...] |
/osnet-11/usr/src/lib/libstmf/common/ |
H A D | libstmf.h | 282 stmfViewEntry ve[1]; member in struct:_stmfViewEntryList 288 stmfViewEntry ve; member in struct:_stmfViewInfo
|
H A D | store.c | 488 * realloc if we've hit the previous alloc size 1196 * Now that we've successfully added the view entry, 3613 * We've exceeded our alloc limit 3622 &((*viewEntryList)->ve[i]))) != STMF_PS_SUCCESS) { 3649 qsort((void *)&((*viewEntryList)->ve[0]), (*viewEntryList)->cnt, 5041 * ve - caller allocated stmfViewEntry structure. On success, this will 5045 psGetViewEntry(stmfGuid *lu, uint32_t viewEntryIndex, stmfViewEntry *ve) argument 5098 if ((ret = iPsGetViewEntry(viewEntryPgName, ve)) != STMF_PS_SUCCESS) {
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 215 vdev_entry_t *ve; local 284 for (ve = pe->pe_vdevs; ve != NULL; ve = ve->ve_next) { 285 if (ve->ve_guid == top_guid) 289 if (ve == NULL) { 290 if ((ve = zfs_alloc(hdl, sizeof (vdev_entry_t))) == NULL) { 294 ve->ve_guid = top_guid; 295 ve 436 vdev_entry_t *ve; local 1292 vdev_entry_t *ve, *venext; local [all...] |
Completed in 38 milliseconds