Lines Matching refs:size_t
95 size_t entries;
380 int (*cmd)(struct uwb_rc *, const struct uwb_rccb *, size_t);
382 int (*filter_cmd)(struct uwb_rc *, struct uwb_rccb **, size_t *);
383 int (*filter_event)(struct uwb_rc *, struct uwb_rceb **, const size_t,
384 size_t *, size_t *);
415 size_t ies_capacity;
515 struct uwb_rccb *cmd, size_t cmd_size,
519 struct uwb_rccb *cmd, size_t cmd_size,
520 struct uwb_rceb *reply, size_t reply_size);
522 struct uwb_rccb *cmd, size_t cmd_size,
526 size_t __uwb_addr_print(char *, size_t, const unsigned char *, int);
536 static inline size_t uwb_dev_addr_print(char *buf, size_t buf_size, in uwb_dev_addr_print()
543 static inline size_t uwb_mac_addr_print(char *buf, size_t buf_size, in uwb_mac_addr_print()
597 void uwb_rc_neh_grok(struct uwb_rc *, void *, size_t);
675 size_t size;
681 const struct uwb_est_entry *, size_t entries);
683 const struct uwb_est_entry *, size_t entries);
685 size_t len);
734 struct uwb_ie_hdr *uwb_ie_next(void **ptr, size_t *len);
735 int uwb_rc_ie_add(struct uwb_rc *uwb_rc, const struct uwb_ie_hdr *ies, size_t size);
825 size_t size) in stats_store()