Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/factor/
H A Dfactor.c39 double nn, vv; variable
87 vv = 1. + sqrt(nn); in main()
93 while(ii <= vv){ in main()
101 vv = 1 + sqrt(nn); in main()
123 vv = 1 + sqrt(nn); in try()
/illumos-gate/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()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapix.h96 #define APIX_IS_VIRTVEC(vv) \ argument
97 ((vv) & APIX_VIRTVEC_FLAG)
98 #define APIX_VIRTVEC_VECTOR(vv) \ argument
99 (((uchar_t)(vv)) & APIX_VIRTVEC_VECMASK)
100 #define APIX_VIRTVEC_CPU(vv) \ argument
101 (((uint32_t)(vv) & ~APIX_VIRTVEC_FLAG) >> 8)
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_endint.h233 uint32_t vv = from_be24(v->bit_val); in set_bits24() local
234 vv &= ~d.bit_mask; in set_bits24()
235 vv |= (val << d.bit_shift) & d.bit_mask; in set_bits24()
236 v->bit_val = to_be24(vv); in set_bits24()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c167 tchar *vv = v[1]; in doonintr() local
179 if (vv == 0) { in doonintr()
186 } else if (eq((vv = strip(vv)), S_MINUS)) { in doonintr()
190 gointr = savestr(vv); in doonintr()
345 tchar **vv; in doif() local
352 vv = v; in doif()
353 if (*vv == NOSTR) { in doif()
356 if (eq(*vv, S_then)) { in doif()
357 if (*++vv) { in doif()
376 lshift(kp->t_dcom, vv - kp->t_dcom); in doif()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c116 char *vv[2]; in glob() local
126 vv[0] = v; in glob()
127 vv[1] = 0; in glob()
130 rscan(vv, tglob); in glob()
132 return (copyblk(vv)); in glob()
/illumos-gate/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()
/illumos-gate/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
/illumos-gate/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()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dgraph.c2995 graph_vertex_t *vv; in refresh_vertex() local
3070 vv = e->ge_vertex; in refresh_vertex()
4351 graph_vertex_t *vv; in insubtree_dependents_down() local
4358 vv = e->ge_vertex; in insubtree_dependents_down()
4359 if (vv->gv_type == GVT_INST) { in insubtree_dependents_down()
4375 if (is_depgrp_bypassed(vv)) in insubtree_dependents_down()
4397 graph_vertex_t *vv; in is_nonsubgraph_leaf() local
4406 vv = e->ge_vertex; in is_nonsubgraph_leaf()
4407 if (vv->gv_type == GVT_INST) { in is_nonsubgraph_leaf()
4414 if (up_state(vv->gv_state)) in is_nonsubgraph_leaf()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h1443 uint32_t vv: 1; member
1476 uint32_t vv: 1; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c8677 mb4->un.varRegFCFI.vv = 1; in emlxs_fcfi_reg_action()