HomeSort by: relevance | last modified time | path
    Searched refs:what (Results 1 - 25 of 1004) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/distrib/utils/libhack/
nl_langinfo.c 15 nl_langinfo(nl_item what)
17 if (what == CODESET)
nl_langinfo.c 15 nl_langinfo(nl_item what)
17 if (what == CODESET)
nl_langinfo.c 15 nl_langinfo(nl_item what)
17 if (what == CODESET)
nl_langinfo.c 15 nl_langinfo(nl_item what)
17 if (what == CODESET)
  /src/tools/what/
Makefile 3 HOSTPROGNAME= ${_TOOL_PREFIX}what
4 HOST_SRCDIR= usr.bin/what
Makefile 3 HOSTPROGNAME= ${_TOOL_PREFIX}what
4 HOST_SRCDIR= usr.bin/what
Makefile 3 HOSTPROGNAME= ${_TOOL_PREFIX}what
4 HOST_SRCDIR= usr.bin/what
Makefile 3 HOSTPROGNAME= ${_TOOL_PREFIX}what
4 HOST_SRCDIR= usr.bin/what
  /src/sys/arch/landisk/stand/boot/
bootinfo.c 37 bi_add(struct btinfo_common *what, int type, int size)
40 what->len = size;
41 what->type = type;
44 bootinfo->entry[bootinfo->nentries++] = (u_long)what;
bootinfo.c 37 bi_add(struct btinfo_common *what, int type, int size)
40 what->len = size;
41 what->type = type;
44 bootinfo->entry[bootinfo->nentries++] = (u_long)what;
bootinfo.c 37 bi_add(struct btinfo_common *what, int type, int size)
40 what->len = size;
41 what->type = type;
44 bootinfo->entry[bootinfo->nentries++] = (u_long)what;
bootinfo.c 37 bi_add(struct btinfo_common *what, int type, int size)
40 what->len = size;
41 what->type = type;
44 bootinfo->entry[bootinfo->nentries++] = (u_long)what;
  /src/usr.bin/what/
Makefile 4 PROG= what
Makefile 4 PROG= what
Makefile 4 PROG= what
Makefile 4 PROG= what
  /src/sys/arch/i386/stand/lib/
bootinfo.c 38 bi_add(struct btinfo_common *what, int type, int size)
40 what->len = size;
41 what->type = type;
49 bootinfo->entry[bootinfo->nentries++] = vtophys(what);
bootinfo.c 38 bi_add(struct btinfo_common *what, int type, int size)
40 what->len = size;
41 what->type = type;
49 bootinfo->entry[bootinfo->nentries++] = vtophys(what);
bootinfo.c 38 bi_add(struct btinfo_common *what, int type, int size)
40 what->len = size;
41 what->type = type;
49 bootinfo->entry[bootinfo->nentries++] = vtophys(what);
bootinfo.c 38 bi_add(struct btinfo_common *what, int type, int size)
40 what->len = size;
41 what->type = type;
49 bootinfo->entry[bootinfo->nentries++] = vtophys(what);
  /src/sys/arch/hppa/stand/boot/
bootinfo.c 53 bi_add(struct btinfo_common *what, int type, size_t size)
56 what->len = ALIGN(size);
57 what->type = type;
58 memcpy(&bootinfo.bi_data[bootinfo.bi_offset], what, size);
60 bootinfo.bi_offset += what->len;
bootinfo.c 53 bi_add(struct btinfo_common *what, int type, size_t size)
56 what->len = ALIGN(size);
57 what->type = type;
58 memcpy(&bootinfo.bi_data[bootinfo.bi_offset], what, size);
60 bootinfo.bi_offset += what->len;
bootinfo.c 53 bi_add(struct btinfo_common *what, int type, size_t size)
56 what->len = ALIGN(size);
57 what->type = type;
58 memcpy(&bootinfo.bi_data[bootinfo.bi_offset], what, size);
60 bootinfo.bi_offset += what->len;
bootinfo.c 53 bi_add(struct btinfo_common *what, int type, size_t size)
56 what->len = ALIGN(size);
57 what->type = type;
58 memcpy(&bootinfo.bi_data[bootinfo.bi_offset], what, size);
60 bootinfo.bi_offset += what->len;
  /src/libexec/ftpd/
pfilter.c 19 pfilter_notify(int what, const char *msg)
26 blocklist_r(blstate, what, STDIN_FILENO, msg);

Completed in 198 milliseconds

1 2 3 4 5 6 7 8 91011>>