Home
last modified time | relevance | path

Searched refs:vv (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/factor/
H A Dfactor.c41 double nn, vv; variable
89 vv = 1. + sqrt(nn); in main()
95 while(ii <= vv){ in main()
103 vv = 1 + sqrt(nn); in main()
125 vv = 1 + sqrt(nn); in try()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c101 struct vfstab vv; in getvfsfile() local
103 bzero(&vv, (size_t)sizeof (vv)); in getvfsfile()
104 vv.vfs_mountp = mountp; in getvfsfile()
105 return (getvfsany(fd, vp, &vv)); in getvfsfile()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dapix.h95 #define APIX_IS_VIRTVEC(vv) \ argument
96 ((vv) & APIX_VIRTVEC_FLAG)
97 #define APIX_VIRTVEC_VECTOR(vv) \ argument
98 (((uchar_t)(vv)) & APIX_VIRTVEC_VECMASK)
99 #define APIX_VIRTVEC_CPU(vv) \ argument
100 (((uint32_t)(vv) & ~APIX_VIRTVEC_FLAG) >> 8)
/titanic_41/usr/src/cmd/csh/
H A Dsh.func.c156 tchar *vv = v[1]; in doonintr() local
168 if (vv == 0) { in doonintr()
175 } else if (eq((vv = strip(vv)), S_MINUS)) { in doonintr()
179 gointr = savestr(vv); in doonintr()
334 tchar **vv; in doif() local
341 vv = v; in doif()
342 if (*vv == NOSTR) { in doif()
345 if (eq(*vv, S_then)) { in doif()
346 if (*++vv) { in doif()
365 lshift(kp->t_dcom, vv - kp->t_dcom); in doif()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c118 char *vv[2]; in glob() local
128 vv[0] = v; in glob()
129 vv[1] = 0; in glob()
132 rscan(vv, tglob); in glob()
134 return (copyblk(vv)); in glob()
/titanic_41/usr/src/uts/sun4u/io/i2c/clients/
H A Dadm1026.c527 uint8_t mm = 0, vv = 0; in adm1026_set_config() local
536 vv |= (bit << (j * BITSPERCFG)); in adm1026_set_config()
540 "vv=%02x, mm=%02x, m=%02x", r, vv, mm, m)); in adm1026_set_config()
541 err = adm1026_send8(unitp, r, vv, mm); in adm1026_set_config()
/titanic_41/usr/src/uts/common/io/chxge/
H A Dglue.c72 }vv; member
78 #define pe_reg_val vv.v32
79 #define pe_opt_val vv.v64
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java906 Vector vv = in initializeScopes() local
911 SLPHeaderV2.unescapeScopeStrings(vv); in initializeScopes()
915 DATable.validateScopes(vv, getLocale()); in initializeScopes()
917 if (vv.size() > 0) { in initializeScopes()
918 return vv; in initializeScopes()
/titanic_41/usr/src/cmd/svc/startd/
H A Dgraph.c3023 graph_vertex_t *vv; in refresh_vertex() local
3098 vv = e->ge_vertex; in refresh_vertex()
3100 if (vertex_unref(vv) == VERTEX_INUSE && in refresh_vertex()
3101 eval_subgraph(vv, h) == ECONNABORTED) in refresh_vertex()
4381 graph_vertex_t *vv; in insubtree_dependents_down() local
4388 vv = e->ge_vertex; in insubtree_dependents_down()
4389 if (vv->gv_type == GVT_INST) { in insubtree_dependents_down()
4390 if ((vv->gv_flags & GV_CONFIGURED) == 0) in insubtree_dependents_down()
4393 if ((vv->gv_flags & GV_TOOFFLINE) == 0) in insubtree_dependents_down()
4396 if ((vv->gv_state == RESTARTER_STATE_ONLINE) || in insubtree_dependents_down()
[all …]
/titanic_41/usr/src/common/bzip2/
H A Dblocksort.c843 Int32 vv; in mainSort() local
849 vv = runningOrder[i]; in mainSort()
851 while ( BIGFREQ(runningOrder[j-h]) > BIGFREQ(vv) ) { in mainSort()
857 runningOrder[j] = vv; in mainSort()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h1363 uint32_t vv: 1; member
1396 uint32_t vv: 1; member
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c8677 mb4->un.varRegFCFI.vv = 1; in emlxs_fcfi_reg_action()