Searched refs:mpsslog (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpssd.c | 174 mpsslog("Configuring %s\n", dev); in tap_configure() 177 mpsslog("%s execvp failed errno %s\n", in tap_configure() 183 mpsslog("%s fork failed errno %s\n", in tap_configure() 190 mpsslog("%s waitpid failed errno %s\n", in tap_configure() 206 mpsslog("Configuring %s ipaddr %s\n", dev, ipaddr); in tap_configure() 209 mpsslog("%s execvp failed errno %s\n", in tap_configure() 215 mpsslog("%s fork failed errno %s\n", in tap_configure() 222 mpsslog("%s waitpid failed errno %s\n", in tap_configure() 226 mpsslog("MIC name %s %s %d DONE!\n", in tap_configure() 240 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 | 99 void mpsslog(char *format, ...);
|