Lines Matching refs:pos
155 char buf[128] = {}, *pos, *end; in airtime_flags_read() local
157 pos = buf; in airtime_flags_read()
158 end = pos + sizeof(buf) - 1; in airtime_flags_read()
161 pos += scnprintf(pos, end - pos, "AIRTIME_TX\t(%lx)\n", in airtime_flags_read()
164 pos += scnprintf(pos, end - pos, "AIRTIME_RX\t(%lx)\n", in airtime_flags_read()
504 char *pos = buf, *end = buf + bufsz - 1; in hwflags_read() local
518 pos += scnprintf(pos, end - pos, "%s\n", in hwflags_read()
574 char *pos, *end; in misc_read() local
583 pos = buf; in misc_read()
586 pos += scnprintf(pos, end - pos, "pending:\n"); in misc_read()
590 pos += scnprintf(pos, end - pos, "[%i] %d\n", in misc_read()