/src/sys/arch/vax/boot/boot/ |
autoconf.c | 1 /* $NetBSD: autoconf.c,v 1.29 2017/05/22 16:59:32 ragge Exp $ */ 44 void autoconf(void); 60 autoconf(void) function in typeref:typename:void
|
autoconf.c | 1 /* $NetBSD: autoconf.c,v 1.29 2017/05/22 16:59:32 ragge Exp $ */ 44 void autoconf(void); 60 autoconf(void) function in typeref:typename:void
|
autoconf.c | 1 /* $NetBSD: autoconf.c,v 1.29 2017/05/22 16:59:32 ragge Exp $ */ 44 void autoconf(void); 60 autoconf(void) function in typeref:typename:void
|
/src/sbin/raidctl/ |
raidctl.c | 119 char autoconf[10]; local in function:main 168 strlcpy(autoconf, "yes", sizeof(autoconf)); 169 set_autoconfig(fd, raidID, autoconf); 191 strlcpy(autoconf, optarg, sizeof(autoconf)); 368 set_autoconfig(fd, raidID, autoconf); 894 set_autoconfig(int fd, int raidID, char *autoconf) 902 if (strncasecmp(autoconf, "root", 4) == 0 || 903 strncasecmp(autoconf, "hard", 4) == 0 | [all...] |
raidctl.c | 119 char autoconf[10]; local in function:main 168 strlcpy(autoconf, "yes", sizeof(autoconf)); 169 set_autoconfig(fd, raidID, autoconf); 191 strlcpy(autoconf, optarg, sizeof(autoconf)); 368 set_autoconfig(fd, raidID, autoconf); 894 set_autoconfig(int fd, int raidID, char *autoconf) 902 if (strncasecmp(autoconf, "root", 4) == 0 || 903 strncasecmp(autoconf, "hard", 4) == 0 | [all...] |
raidctl.c | 119 char autoconf[10]; local in function:main 168 strlcpy(autoconf, "yes", sizeof(autoconf)); 169 set_autoconfig(fd, raidID, autoconf); 191 strlcpy(autoconf, optarg, sizeof(autoconf)); 368 set_autoconfig(fd, raidID, autoconf); 894 set_autoconfig(int fd, int raidID, char *autoconf) 902 if (strncasecmp(autoconf, "root", 4) == 0 || 903 strncasecmp(autoconf, "hard", 4) == 0 | [all...] |