Searched defs:vs (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/tests/aso/
H A Dtaso.c25 unsigned short vs, rs; local
50 vs = 1;
51 if ((rs = asocasshort(&vs, 1, 2)) != 1)
53 else if (vs != 2)
54 terror("asocasshort value failed -- expected %d, got %d", 2, vs);
55 else if ((rs = asocasshort(&vs, 1, 3)) != 2)
57 else if (vs != 2)
58 terror("asocasshort value failed -- expected %d, got %d", 2, vs);
59 if ((rs = asoincshort(&vs)) != 2)
61 else if (vs !
[all...]
/ast/src/lib/libjcl/
H A Dopen.c45 Vmalloc_t* vs; local
48 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)) || !(vs = vmopen(Vmdcheap, Vmbest, 0)))
59 vmclose(vs);
63 jcl->vs = jcl->vm = vm;
64 jcl->vx = vs;
119 jcl->vs = vs;
/ast/src/cmd/cs/vcs_src/
H A Dvcs_rscs.c32 version_t vs; local
44 vs.path = argv[1];
45 vs.version = NULL;
48 vs.version = argv[2];
50 vs.path = argv[3];
65 vs.tp = &tag;
66 if (search_tag(rf.fd, rf.ap, vs.version, 0, &(vs.tp), G_LINK, &list))
68 *n = sfsprintf(ret, *n, "E version %s not existed\n", vs.version);
71 (void) unlink(vs
[all...]
/ast/src/lib/libcmd/
H A Dvmstate.c59 Vmstat_t vs; member in struct:State_s
76 *pn = state->vs.extent;
80 *pn = state->vs.n_seg;
82 *pn = state->vs.s_busy;
84 *pn = state->vs.n_busy;
86 *pn = state->vs.m_busy;
91 if (state->vs.mode & VM_TRUST)
94 if (state->vs.mode & VM_TRACE)
96 if (state->vs.mode & VM_DBCHECK)
98 if (state->vs
[all...]
/ast/src/cmd/nmake/
H A Dmain.c982 Vmstat_t vs; local
984 vmstat(Vmheap, &vs);
985 error(0, "vm region %lu segments %lu busy %lu:%lu:%lu free %lu:%lu:%lu", vs.extent, vs.n_seg, vs.n_busy, vs.s_busy, vs.m_busy, vs.n_free, vs.s_free, vs
[all...]
/ast/src/cmd/probe/
H A Dprobe.c305 struct stat vs; local
396 if (stat(path, &vs))
398 if ((vs.st_mode & S_ISUID) && !rofs(path))
401 if (suid && vs.st_uid != n)
404 if (stat(path, &vs))
406 if (suid && vs.st_uid != n)
412 if (stat(path, &vs))
414 ptime = vs.st_mtime;
420 if (!stat(script, &vs) && vs
[all...]
/ast/src/cmd/html/
H A Dtroff2html.h154 Value_t vs; /* vertical spacing */ member in struct:Env_s

Completed in 26 milliseconds