HomeSort by: relevance | last modified time | path
    Searched defs:namep (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/alpha/stand/common/
boot.c 82 char *name, **namep; local in function:main
136 for (namep = kernelnames, win = 0; *namep != NULL && !win;
137 namep++) {
138 name = *namep;
  /src/sys/arch/evbmips/stand/sbmips/common/
boot.c 80 char *name, **namep; local in function:main
131 for (namep = kernelnames, win = 0; *namep != NULL && !win;
132 namep++)
133 win = loadfile(name = *namep, marks, LOAD_KERNEL) == 0;
  /src/sys/arch/sbmips/stand/common/
boot.c 80 char *name, **namep; local in function:main
131 for (namep = kernelnames, win = 0; *namep != NULL && !win;
132 namep++)
133 win = loadfile(name = *namep, marks, LOAD_KERNEL) == 0;
  /src/sys/arch/mipsco/stand/common/
boot.c 106 char *name, **namep, *dev, *kernel; local in function:main
149 for (namep = kernelnames, win = 0; *namep != NULL && !win;
150 namep++) {
151 kernel = *namep;
  /src/sys/arch/pmax/stand/common/
boot.c 113 char *name, **namep, *dev, *kernel; local in function:main
149 for (namep = kernelnames, win = 0; *namep != NULL && !win;
150 namep++) {
151 kernel = *namep;
  /src/sys/arch/mmeye/stand/boot/
boot.c 187 char **namep, *dev, *kernel, *bi_addr; local in function:main
224 for (namep = kernelnames, win = 0; (*namep != NULL) && !win; namep++) {
225 kernel = *namep;
  /src/sys/compat/netbsd32/
netbsd32_sysctl.c 205 int name[CTL_MAXNAME], error, nerror, *namep; local in function:netbsd32___sysctl
211 namep = SCARG_P32(uap, name);
233 error = copyin(namep, &name[0], SCARG(uap, namelen) * sizeof(int));
  /src/sys/arch/emips/stand/common/
boot.c 82 char *name, **namep, *dev, *kernel; local in function:main
133 for (namep = kernelnames, win = 0; *namep != NULL && !win;
134 namep++) {
135 kernel = *namep;
  /src/usr.bin/last/
want.c 78 char namebuf[sizeof(bp->ut_name) + 1], *namep; local in function:wtmp
173 crmsg = strncmp(namep, "shutdown",
178 namesz, namesz, namep,
195 namesz, namesz, namep,
217 if (namep[0] && want(bp, YES)) {
220 namesz, namesz, namep,
  /src/libexec/rexecd/
rexecd.c 160 char *namep; local in function:doit
246 namep = crypt(pass, pwd->pw_passwd);
247 if (strcmp(namep, pwd->pw_passwd) != 0) {
  /src/sys/arch/cobalt/stand/boot/
boot.c 410 char **namep, *dev, *kernel, *bi_addr; local in function:main
452 for (namep = kernelnames, win = 0; (*namep != NULL) && !win; namep++) {
453 kernel = *namep;
  /src/sys/external/bsd/libfdt/dist/
fdt_rw.c 224 char *namep; local in function:fdt_set_name
230 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen);
231 if (!namep)
236 err = fdt_splice_struct_(fdt, namep, FDT_TAGALIGN(oldlen+1),
241 memcpy(namep, name, newlen+1);
  /src/sys/kern/
kern_ktrace.c 972 int *namep; local in function:ktr_mib
981 if (ktealloc(&kte, (void *)&namep, l, KTR_MIB, size))
984 (void)memcpy(namep, name, namelen * sizeof(*name));
  /src/usr.bin/ftp/
cmds.c 1429 const char *shellp, *namep; local in function:shell
1445 namep = strrchr(shellp, '/');
1446 if (namep == NULL)
1447 namep = shellp;
1449 namep++;
1450 (void)strlcpy(shellnam, namep, sizeof(shellnam));
  /src/sbin/disklabel/
main.c 2202 const char *const *namep; local in function:list_fs_types
2204 namep = fstypenames;
2205 while (*namep++ != NULL)

Completed in 23 milliseconds