Searched refs:STRING_SIZE (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/most/ |
D | core.c | 27 #define STRING_SIZE 80 macro 53 char name[STRING_SIZE]; 78 char name[STRING_SIZE]; 733 char buffer[STRING_SIZE]; in add_link_store() 738 char devnod_buf[STRING_SIZE]; in add_link_store() 740 size_t max_len = min_t(size_t, len + 1, STRING_SIZE); in add_link_store() 780 char buffer[STRING_SIZE]; in remove_link_store() 785 size_t max_len = min_t(size_t, len + 1, STRING_SIZE); in remove_link_store() 1415 snprintf(iface->p->name, STRING_SIZE, "mdev%d", id); in most_register_interface() 1435 snprintf(c->name, STRING_SIZE, "ch%d", i); in most_register_interface() [all …]
|