tag | line | file | source code |
comstats_t | 236 | drivers/char/istallion.c | static comstats_t stli_comstats; |
comstats_t | 282 | drivers/char/istallion.c | comstats_t stats; |
comstats_t | 676 | drivers/char/istallion.c | static int stli_getportstats(stliport_t *portp, comstats_t *cp); |
comstats_t | 677 | drivers/char/istallion.c | static int stli_clrportstats(stliport_t *portp, comstats_t *cp); |
comstats_t | 1958 | drivers/char/istallion.c | if ((rc = verify_area(VERIFY_WRITE, (void *) arg, sizeof(comstats_t))) == 0) |
comstats_t | 1959 | drivers/char/istallion.c | rc = stli_getportstats(portp, (comstats_t *) arg); |
comstats_t | 1962 | drivers/char/istallion.c | if ((rc = verify_area(VERIFY_WRITE, (void *) arg, sizeof(comstats_t))) == 0) |
comstats_t | 1963 | drivers/char/istallion.c | rc = stli_clrportstats(portp, (comstats_t *) arg); |
comstats_t | 4338 | drivers/char/istallion.c | static int stli_getportstats(stliport_t *portp, comstats_t *cp) |
comstats_t | 4344 | drivers/char/istallion.c | memcpy_fromfs(&stli_comstats, cp, sizeof(comstats_t)); |
comstats_t | 4395 | drivers/char/istallion.c | memcpy_tofs(cp, &portp->stats, sizeof(comstats_t)); |
comstats_t | 4405 | drivers/char/istallion.c | static int stli_clrportstats(stliport_t *portp, comstats_t *cp) |
comstats_t | 4411 | drivers/char/istallion.c | memcpy_fromfs(&stli_comstats, cp, sizeof(comstats_t)); |
comstats_t | 4421 | drivers/char/istallion.c | memset(&portp->stats, 0, sizeof(comstats_t)); |
comstats_t | 4429 | drivers/char/istallion.c | memcpy_tofs(cp, &portp->stats, sizeof(comstats_t)); |
comstats_t | 4480 | drivers/char/istallion.c | if ((rc = verify_area(VERIFY_WRITE, (void *) arg, sizeof(comstats_t))) == 0) |
comstats_t | 4481 | drivers/char/istallion.c | rc = stli_getportstats((stliport_t *) NULL, (comstats_t *) arg); |
comstats_t | 4484 | drivers/char/istallion.c | if ((rc = verify_area(VERIFY_WRITE, (void *) arg, sizeof(comstats_t))) == 0) |
comstats_t | 4485 | drivers/char/istallion.c | rc = stli_clrportstats((stliport_t *) NULL, (comstats_t *) arg); |
comstats_t | 187 | drivers/char/stallion.c | static comstats_t stl_comstats; |
comstats_t | 259 | drivers/char/stallion.c | comstats_t stats; |
comstats_t | 502 | drivers/char/stallion.c | static int stl_getportstats(stlport_t *portp, comstats_t *cp); |
comstats_t | 503 | drivers/char/stallion.c | static int stl_clrportstats(stlport_t *portp, comstats_t *cp); |
comstats_t | 1282 | drivers/char/stallion.c | if ((rc = verify_area(VERIFY_WRITE, (void *) arg, sizeof(comstats_t))) == 0) |
comstats_t | 1283 | drivers/char/stallion.c | rc = stl_getportstats(portp, (comstats_t *) arg); |
comstats_t | 1286 | drivers/char/stallion.c | if ((rc = verify_area(VERIFY_WRITE, (void *) arg, sizeof(comstats_t))) == 0) |
comstats_t | 1287 | drivers/char/stallion.c | rc = stl_clrportstats(portp, (comstats_t *) arg); |
comstats_t | 3020 | drivers/char/stallion.c | static int stl_getportstats(stlport_t *portp, comstats_t *cp) |
comstats_t | 3025 | drivers/char/stallion.c | memcpy_fromfs(&stl_comstats, cp, sizeof(comstats_t)); |
comstats_t | 3056 | drivers/char/stallion.c | memcpy_tofs(cp, &portp->stats, sizeof(comstats_t)); |
comstats_t | 3066 | drivers/char/stallion.c | static int stl_clrportstats(stlport_t *portp, comstats_t *cp) |
comstats_t | 3069 | drivers/char/stallion.c | memcpy_fromfs(&stl_comstats, cp, sizeof(comstats_t)); |
comstats_t | 3075 | drivers/char/stallion.c | memset(&portp->stats, 0, sizeof(comstats_t)); |
comstats_t | 3079 | drivers/char/stallion.c | memcpy_tofs(cp, &portp->stats, sizeof(comstats_t)); |
comstats_t | 3111 | drivers/char/stallion.c | if ((rc = verify_area(VERIFY_WRITE, (void *) arg, sizeof(comstats_t))) == 0) |
comstats_t | 3112 | drivers/char/stallion.c | rc = stl_getportstats((stlport_t *) NULL, (comstats_t *) arg); |
comstats_t | 3115 | drivers/char/stallion.c | if ((rc = verify_area(VERIFY_WRITE, (void *) arg, sizeof(comstats_t))) == 0) |
comstats_t | 3116 | drivers/char/stallion.c | rc = stl_clrportstats((stlport_t *) NULL, (comstats_t *) arg); |