Home
last modified time | relevance | path

Searched refs:g_handleattr (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/tools/test/stress2/misc/
HDmd9.sh56 tail -5 /var/log/messages | grep g_handleattr && s=1 || s=0
/freebsd-head/sys/geom/
HDgeom_subr.c1086 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
HDgeom.h286 int g_handleattr(struct bio *bp, const char *attribute, const void *val,
/freebsd-head/sys/geom/stripe/
HDg_stripe.c596 g_handleattr(bp, "GEOM::candelete", &val, sizeof(val)); in g_stripe_start()
/freebsd-head/sys/geom/concat/
HDg_concat.c228 g_handleattr(bp, "GEOM::candelete", &val, sizeof(val)); in g_concat_candelete()
/freebsd-head/sys/geom/mirror/
HDg_mirror.c1118 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/
HDg_raid.c1090 g_handleattr(bp, "GEOM::candelete", &val, sizeof(val)); in g_raid_candelete()