/illumos-gate/usr/src/cmd/factor/ |
H A D | factor.c | 39 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 D | getvfsent.c | 101 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 D | apix.h | 96 #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 D | mlxcx_endint.h | 233 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 D | sh.func.c | 167 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 D | glob.c | 116 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 D | adm1026.c | 527 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 D | glue.c | 72 }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 D | SLPConfig.java | 906 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 D | graph.c | 2997 graph_vertex_t *vv; in refresh_vertex() local 3072 vv = e->ge_vertex; in refresh_vertex() 3074 if (vertex_unref(vv) == VERTEX_INUSE && in refresh_vertex() 3075 eval_subgraph(vv, h) == ECONNABORTED) in refresh_vertex() 4353 graph_vertex_t *vv; in insubtree_dependents_down() local 4360 vv = e->ge_vertex; in insubtree_dependents_down() 4361 if (vv->gv_type == GVT_INST) { in insubtree_dependents_down() 4362 if ((vv->gv_flags & GV_CONFIGURED) == 0) in insubtree_dependents_down() 4365 if ((vv->gv_flags & GV_TOOFFLINE) == 0) in insubtree_dependents_down() 4368 if ((vv->gv_state == RESTARTER_STATE_ONLINE) || in insubtree_dependents_down() [all …]
|
/illumos-gate/usr/src/common/bzip2/ |
H A D | blocksort.c | 843 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 D | emlxs_mbox.h | 1443 uint32_t vv: 1; member 1476 uint32_t vv: 1; member
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcf.c | 8677 mb4->un.varRegFCFI.vv = 1; in emlxs_fcfi_reg_action()
|