| /src/lib/libc/stdio/ |
| fputs.c | 60 const void *vs = s; local 64 if (vs == NULL)
|
| puts.c | 61 const void *vs = s; local 65 if (vs == NULL)
|
| /src/sys/ddb/ |
| db_print.c | 52 struct db_variable vs; local 57 vs = *regp; 58 vs.modif = modif; 59 db_read_variable(&vs, &value); 60 db_printf("%-12s%s", vs.name, db_num_to_str(value));
|
| /src/sys/arch/amiga/dev/ |
| grf_cc.c | 195 struct view_size vs; local 212 if ((*view_cdevsw.d_ioctl)(0, VIOCGSIZE, (void *)&vs, -1, NULL)) { 213 /* XXX type of vs ? */ 215 vs.width = 640; 216 vs.height = 400; 217 vs.depth = 2; 219 gi->gd_colors = 1 << vs.depth; 220 gi->gd_planes = vs.depth; 222 gi->gd_fbwidth = vs.width; 223 gi->gd_fbheight = vs.height [all...] |
| /src/sys/arch/atari/dev/ |
| grf.c | 366 struct view_size vs; local 387 if ((*view_cdevsw.d_ioctl)(gp->g_viewdev, VIOCGSIZE, (void *)&vs, 0, 393 vs.width = 640; 394 vs.height = 400; 395 vs.depth = 1; 397 gi->gd_colors = 1 << vs.depth; 398 gi->gd_planes = vs.depth; 400 gi->gd_fbwidth = vs.width; 401 gi->gd_fbheight = vs.height; 404 gi->gd_dyn.gdi_dwidth = vs.width [all...] |
| ite_et.c | 354 struct view_size vs; local 360 vs.x = winsz->x; 361 vs.y = winsz->y; 362 vs.width = winsz->width; 363 vs.height = winsz->height; 364 vs.depth = winsz->depth; 367 (void *)&vs, 0, NOLWP);
|
| ite_cc.c | 377 struct view_size vs; local 384 vs.x = winsz->x; 385 vs.y = winsz->y; 386 vs.width = winsz->width; 387 vs.height = winsz->height; 388 vs.depth = winsz->depth; 391 (void *)&vs, 0, NOLWP);
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| ckh.c | 54 const char *ks, *vs; local 64 vs = (i & 2) ? strs[i] : (const char *)NULL; 67 expect_ptr_eq((void *)vs, (void *)v.s, "Value mismatch, i=%zu", 80 const char *ks, *vs; local 90 vs = (i & 2) ? strs[i] : (const char *)NULL; 93 expect_ptr_eq((void *)vs, (void *)v.s, "Value mismatch, i=%zu",
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| ckh.c | 54 const char *ks, *vs; local 64 vs = (i & 2) ? strs[i] : (const char *)NULL; 67 assert_ptr_eq((void *)vs, (void *)v.s, "Value mismatch, i=%zu", 80 const char *ks, *vs; local 90 vs = (i & 2) ? strs[i] : (const char *)NULL; 93 assert_ptr_eq((void *)vs, (void *)v.s, "Value mismatch, i=%zu",
|
| /src/external/bsd/unbound/dist/testcode/ |
| unitinfra.c | 72 int vs, to, lame, dnsseclame, reclame, probedelay; local 84 *now, &vs, &edns_lame, &to) ); 91 *now, &vs, &edns_lame, &to) ); 92 unit_assert( vs == 0 && to <= USEFUL_SERVER_TOP_TIMEOUT && edns_lame == 0 ); 94 unit_assert( vs == 0 && to == USEFUL_SERVER_TOP_TIMEOUT && edns_lame == 0 ); 125 int vs, to; local 138 &vs, &edns_lame, &to) ); 139 unit_assert( vs == 0 && to == init && edns_lame == 0 ); 144 now, &vs, &edns_lame, &to) ); 145 unit_assert( vs == 0 && to == init*2 && edns_lame == 0 ) [all...] |
| petal.c | 192 int* vs) 202 if(e) *vs = 10; 216 int* vs) 228 if(!process_one_header(buf, file, flen, host, hlen, vs)) 551 int vs = 11; local 553 &vs)) 574 if(vs == 10)
|
| /src/external/cddl/osnet/dist/common/zfs/ |
| zfs_ioctl_compat.c | 958 vdev_stat_t *vs; local 977 (uint64_t **)&vs, &nelem) == 0)) { 984 (uint64_t *)vs, nelem);
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| safe-ctype.c | 136 #define vs _sch_isvsp macro 151 #define V (const unsigned short) (vs|sp |cn) /* vertical space: \r \n */
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| safe-ctype.c | 136 #define vs _sch_isvsp macro 151 #define V (const unsigned short) (vs|sp |cn) /* vertical space: \r \n */
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| safe-ctype.c | 136 #define vs _sch_isvsp macro 151 #define V (const unsigned short) (vs|sp |cn) /* vertical space: \r \n */
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| safe-ctype.c | 136 #define vs _sch_isvsp macro 151 #define V (const unsigned short) (vs|sp |cn) /* vertical space: \r \n */
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| safe-ctype.c | 136 #define vs _sch_isvsp macro 151 #define V (const unsigned short) (vs|sp |cn) /* vertical space: \r \n */
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| safe-ctype.c | 136 #define vs _sch_isvsp macro 151 #define V (const unsigned short) (vs|sp |cn) /* vertical space: \r \n */
|
| /src/lib/libc/rpc/ |
| xdr_float.c | 116 struct vax_single vs, *vsp; local 126 vs = *((struct vax_single *)(void *)fp); 130 if ((vs.mantissa2 == lim->s.mantissa2) && 131 (vs.exp == lim->s.exp) && 132 (vs.mantissa1 == lim->s.mantissa1)) { 137 is.exp = vs.exp - VAX_SNG_BIAS + IEEE_SNG_BIAS; 138 is.mantissa = (vs.mantissa1 << 16) | vs.mantissa2; 140 is.sign = vs.sign;
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/ |
| nouveau_nvkm_subdev_instmem_nv40.c | 197 int ret, vs; local 203 vs = hweight8((nvkm_rd32(device, 0x001540) & 0x0000ff00) >> 8); 204 if (device->chipset == 0x40) imem->base.reserved = 0x6aa0 * vs; 205 else if (device->chipset < 0x43) imem->base.reserved = 0x4f00 * vs; 206 else if (nv44_gr_class(device)) imem->base.reserved = 0x4980 * vs; 207 else imem->base.reserved = 0x4a40 * vs;
|
| /src/crypto/external/apache2/openssl/dist/test/testutil/ |
| provider.c | 81 char *vs; local 85 *params = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_VERSION, &vs, 0); 89 || sscanf(vs, "%d.%d.%d", &vers->major, &vers->minor, &vers->patch) != 3)
|
| /src/crypto/external/bsd/openssl/dist/test/testutil/ |
| provider.c | 81 char *vs; local 85 *params = OSSL_PARAM_construct_utf8_ptr(OSSL_PROV_PARAM_VERSION, &vs, 0); 89 || sscanf(vs, "%d.%d.%d", &vers->major, &vers->minor, &vers->patch) != 3)
|
| /src/external/cddl/osnet/dist/lib/libzpool/common/ |
| util.c | 69 vdev_stat_t *vs; local 93 (uint64_t **)&vs, &c) != 0) 94 vs = &v0; 96 sec = MAX(1, vs->vs_timestamp / NANOSEC); 98 nicenum(vs->vs_alloc, used); 99 nicenum(vs->vs_space - vs->vs_alloc, avail); 100 nicenum(vs->vs_ops[ZIO_TYPE_READ] / sec, rops); 101 nicenum(vs->vs_ops[ZIO_TYPE_WRITE] / sec, wops); 102 nicenum(vs->vs_bytes[ZIO_TYPE_READ] / sec, rbytes) [all...] |
| /src/lib/libkvm/ |
| kvm_sparc.c | 180 int vr, vs, pte; local 204 vs = VA_VSEG(va); 206 sp = &segmaps[(vr-nureg)*NSEGRG + vs]; 228 int vr, vs; local 250 vs = VA_VSEG(va); 252 sp = &segmaps[(vr-nureg)*NSEGRG + vs];
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_status.c | 76 vdev_missing(vdev_stat_t *vs, uint_t vsc) 78 return (vs->vs_state == VDEV_STATE_CANT_OPEN && 79 vs->vs_aux == VDEV_AUX_OPEN_FAILED); 84 vdev_faulted(vdev_stat_t *vs, uint_t vsc) 86 return (vs->vs_state == VDEV_STATE_FAULTED); 91 vdev_errors(vdev_stat_t *vs, uint_t vsc) 93 return (vs->vs_state == VDEV_STATE_DEGRADED || 94 vs->vs_read_errors != 0 || vs->vs_write_errors != 0 || 95 vs->vs_checksum_errors != 0) 134 vdev_stat_t *vs; local 199 vdev_stat_t *vs; local [all...] |