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

1 2

  /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;
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;
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;
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;
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;
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;
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));
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;
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,
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) {
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;
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);
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));

Completed in 78 milliseconds

1 2