Searched refs:g_handleattr (Results 1 – 7 of 7) sorted by relevance
| /freebsd-head/tools/test/stress2/misc/ |
| HD | md9.sh | 56 tail -5 /var/log/messages | grep g_handleattr && s=1 || s=0
|
| /freebsd-head/sys/geom/ |
| HD | geom_subr.c | 1086 return (g_handleattr(bp, attribute, &val, sizeof val)); in g_handleattr_int() 1093 return (g_handleattr(bp, attribute, &val, sizeof val)); in g_handleattr_uint16_t() 1100 return (g_handleattr(bp, attribute, &val, sizeof val)); in g_handleattr_off_t() 1107 return (g_handleattr(bp, attribute, str, 0)); in g_handleattr_str() 1111 g_handleattr(struct bio *bp, const char *attribute, const void *val, int len) in g_handleattr() function
|
| HD | geom.h | 286 int g_handleattr(struct bio *bp, const char *attribute, const void *val,
|
| /freebsd-head/sys/geom/stripe/ |
| HD | g_stripe.c | 596 g_handleattr(bp, "GEOM::candelete", &val, sizeof(val)); in g_stripe_start()
|
| /freebsd-head/sys/geom/concat/ |
| HD | g_concat.c | 228 g_handleattr(bp, "GEOM::candelete", &val, sizeof(val)); in g_concat_candelete()
|
| /freebsd-head/sys/geom/mirror/ |
| HD | g_mirror.c | 1118 g_handleattr(bp, "GEOM::candelete", &val, sizeof(val)); in g_mirror_candelete() 1171 g_handleattr(bp, "GEOM::rotation_rate", &rr, sizeof(rr)); in g_mirror_rotation_rate()
|
| /freebsd-head/sys/geom/raid/ |
| HD | g_raid.c | 1090 g_handleattr(bp, "GEOM::candelete", &val, sizeof(val)); in g_raid_candelete()
|