Searched refs:ends (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/net/
H A Diw_handler.h503 char *ends, struct iw_event *iwe, int event_len);
507 char *ends, struct iw_event *iwe, int event_len)
509 char *res = iwe_stream_add_event(info, stream, ends, iwe, event_len);
522 char *ends, struct iw_event *iwe, char *extra);
526 char *ends, struct iw_event *iwe, char *extra)
528 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra);
542 char *value, char *ends, struct iw_event *iwe,
506 iwe_stream_add_event_check(struct iw_request_info *info, char *stream, char *ends, struct iw_event *iwe, int event_len) argument
525 iwe_stream_add_point_check(struct iw_request_info *info, char *stream, char *ends, struct iw_event *iwe, char *extra) argument
/linux-master/tools/perf/util/
H A Dstat-display.c446 char buf[64], *vals, *ends; local
453 ends = vals = skip_spaces(buf);
454 while (isdigit(*ends) || *ends == '.')
455 ends++;
456 *ends = 0;
586 char buf[64], *vals, *ends; local
593 ends = vals = skip_spaces(buf);
594 while (isdigit(*ends) || *ends
608 char buf[64], *vals, *ends; local
[all...]
H A Dparse-events.l54 * expected that the tag ends with single quote
/linux-master/net/wireless/
H A Dwext-core.c1153 char *ends, struct iw_event *iwe, int event_len)
1160 if (likely((stream + event_len) < ends)) {
1174 char *ends, struct iw_event *iwe, char *extra)
1181 if (likely((stream + event_len) < ends)) {
1197 char *value, char *ends, struct iw_event *iwe,
1206 if (likely((value + event_len) < ends)) {
1152 iwe_stream_add_event(struct iw_request_info *info, char *stream, char *ends, struct iw_event *iwe, int event_len) argument
1173 iwe_stream_add_point(struct iw_request_info *info, char *stream, char *ends, struct iw_event *iwe, char *extra) argument
1196 iwe_stream_add_value(struct iw_request_info *info, char *event, char *value, char *ends, struct iw_event *iwe, int event_len) argument

Completed in 108 milliseconds