Searched refs:tmpv (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.sbin/nandsim/
H A Dnandsim_cfgparse.c284 int err, tmpv, fd; local
286 err = rc_getint(f, "sim", 0, "log_level", &tmpv);
288 if (tmpv < 0 || tmpv > 255 || err) {
289 error("Bad log level specified (%d)\n", tmpv);
292 sim_conf.log_level = tmpv;
296 tmpv = -1;
297 err = logoutputtoint((char *)&buf, &tmpv);
304 sim_conf.log_output = tmpv;
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic79xx_osm.c112 int error, tmpv; local
114 tmpv = 0;
116 error = sysctl_handle_int(oidp, &tmpv, 0, req);
119 if (tmpv < 0 || tmpv >= AHD_ERRORS_NUMBER)
121 sc->summerr[arg2] = tmpv;
129 int error, tmpv; local
131 tmpv = 0;
133 error = sysctl_handle_int(oidp, &tmpv, 0, req);
136 if (tmpv !
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dvalue-prof.c180 tree tmp1, tmp2, tmpv; local
194 tmpv = create_tmp_var (optype, "PROF");
196 stmt1 = build2 (MODIFY_EXPR, optype, tmpv, fold_convert (optype, value));
199 build2 (NE_EXPR, boolean_type_node, tmp1, tmpv),
210 build2 (TREE_CODE (operation), optype, op1, tmpv));
/freebsd-10.0-release/sys/geom/raid/
H A Dg_raid.c2048 struct g_raid_volume *vol, *tmpv; local
2053 TAILQ_FOREACH_SAFE(vol, &sc->sc_volumes, v_next, tmpv) {

Completed in 123 milliseconds