Searched refs:mpsslog (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/Documentation/mic/mpssd/ |
D | mpssd.c | 173 mpsslog("Configuring %s\n", dev); in tap_configure() 176 mpsslog("%s execvp failed errno %s\n", in tap_configure() 182 mpsslog("%s fork failed errno %s\n", in tap_configure() 189 mpsslog("%s waitpid failed errno %s\n", in tap_configure() 205 mpsslog("Configuring %s ipaddr %s\n", dev, ipaddr); in tap_configure() 208 mpsslog("%s execvp failed errno %s\n", in tap_configure() 214 mpsslog("%s fork failed errno %s\n", in tap_configure() 221 mpsslog("%s waitpid failed errno %s\n", in tap_configure() 225 mpsslog("MIC name %s %s %d DONE!\n", in tap_configure() 239 mpsslog("Could not open /dev/net/tun %s\n", strerror(errno)); in tun_alloc() [all …]
|
D | sysfs.c | 42 mpsslog("Failed to open sysfs entry '%s': %s\n", in readsysfs() 49 mpsslog("Failed to read sysfs entry '%s': %s\n", in readsysfs() 85 mpsslog("Failed to open sysfs entry '%s': %s\n", in setsysfs() 93 mpsslog("Failed to write new sysfs entry '%s': %s\n", in setsysfs()
|
D | mpssd.h | 100 void mpsslog(char *format, ...);
|