Home
last modified time | relevance | path

Searched refs:statebuf (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libdmsg/
H A Ddebug.c114 char statebuf[64]; in dmsg_msg_str() local
127 snprintf(statebuf, sizeof(statebuf), in dmsg_msg_str()
137 statestr = statebuf; in dmsg_msg_str()
/dragonfly/sys/dev/raid/ips/
H A Dips.c255 static char statebuf[20]; in ips_diskdev_statename() local
277 ksprintf(statebuf, "UNKNOWN(0x%02x)", state); in ips_diskdev_statename()
278 return (statebuf); in ips_diskdev_statename()
/dragonfly/bin/sh/
H A Djobs.c388 char statebuf[16]; in showjob() local
426 fmtstr(statebuf, sizeof(statebuf), "Done(%d)", in showjob()
428 statestr = statebuf; in showjob()
/dragonfly/contrib/wpa_supplicant/src/radius/
H A Dradius_server.c1518 u8 statebuf[4]; in radius_server_request() local
1527 res = radius_msg_get_attr(msg, RADIUS_ATTR_STATE, statebuf, in radius_server_request()
1528 sizeof(statebuf)); in radius_server_request()
1530 if (res == sizeof(statebuf)) { in radius_server_request()
1531 state = WPA_GET_BE32(statebuf); in radius_server_request()