Searched defs:vv (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/factor/
H A Dfactor.c41 double nn, vv; variable
89 vv = 1. + sqrt(nn);
95 while(ii <= vv){
103 vv = 1 + sqrt(nn);
125 vv = 1 + sqrt(nn);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c101 struct vfstab vv; local
103 bzero(&vv, (size_t)sizeof (vv));
104 vv.vfs_mountp = mountp;
105 return (getvfsany(fd, vp, &vv));
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dadm1026.c527 uint8_t mm = 0, vv = 0; local
536 vv |= (bit << (j * BITSPERCFG));
540 "vv=%02x, mm=%02x, m=%02x", r, vv, mm, m));
541 err = adm1026_send8(unitp, r, vv, mm);
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dglue.c72 }vv; member in struct:pe_reg
78 #define pe_reg_val vv.v32
79 #define pe_opt_val vv.v64
/illumos-gate/usr/src/common/bzip2/
H A Dblocksort.c843 Int32 vv; local
849 vv = runningOrder[i];
851 while ( BIGFREQ(runningOrder[j-h]) > BIGFREQ(vv) ) {
857 runningOrder[j] = vv;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c118 char *vv[2]; local
128 vv[0] = v;
129 vv[1] = 0;
132 rscan(vv, tglob);
134 return (copyblk(vv));
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c156 tchar *vv = v[1]; local
168 if (vv == 0) {
175 } else if (eq((vv = strip(vv)), S_MINUS)) {
179 gointr = savestr(vv);
334 tchar **vv; local
341 vv = v;
342 if (*vv == NOSTR) {
345 if (eq(*vv, S_then)) {
346 if (*++vv) {
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c3024 graph_vertex_t *vv; local
3099 vv = e->ge_vertex;
3101 if (vertex_unref(vv) == VERTEX_INUSE &&
3102 eval_subgraph(vv, h) == ECONNABORTED)
4376 graph_vertex_t *vv; local
4383 vv = e->ge_vertex;
4384 if (vv->gv_type == GVT_INST) {
4385 if ((vv->gv_flags & GV_CONFIGURED) == 0)
4388 if ((vv->gv_flags & GV_TOOFFLINE) == 0)
4391 if ((vv
4422 graph_vertex_t *vv; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h1363 uint32_t vv: 1; member in struct:__anon7429::__anon7430::__anon7432
1396 uint32_t vv: 1; member in struct:__anon7429::__anon7430::__anon7432

Completed in 146 milliseconds