HomeSort by: relevance | last modified time | path
    Searched refs:what (Results 1 - 25 of 251) 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)
  /src/tools/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;
  /src/usr.bin/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);
  /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;
  /src/libexec/ftpd/
pfilter.c 19 pfilter_notify(int what, const char *msg)
26 blocklist_r(blstate, what, STDIN_FILENO, msg);
  /src/sys/arch/zaurus/stand/zboot/
bootinfo.c 50 bi_add(struct btinfo_common *what, int type, int size)
54 what->len = size;
55 what->type = type;
62 bootinfo->entry[idx] = (u_long)what;
  /src/sys/arch/amigappc/include/
bus_defs.h 78 #define bsr(what, typ) \
79 typ (what)(bus_space_handle_t, bus_addr_t)
81 #define bsw(what, typ) \
82 void (what)(bus_space_handle_t, bus_addr_t, unsigned)
84 #define bsrm(what, typ) \
85 void (what)(bus_space_handle_t, bus_size_t, typ *, bus_size_t)
87 #define bswm(what, typ) \
88 void (what)(bus_space_handle_t, bus_size_t, const typ *, bus_size_t)
90 #define bssr(what, typ) \
91 void (what)(bus_space_handle_t, bus_size_t, unsigned, bus_size_t
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
vector.h 76 const void *what,
90 const void *what,
117 type_t what, \
120 return dal_vector_insert_at(vector, what, position); \
146 type_t what, \
149 dal_vector_set_at_index(vector, what, index); \
  /src/usr.bin/make/unit-tests/
suff-self.mk 3 # See what happens if someone defines a self-referencing suffix
  /src/lib/libc/gdtoa/test/
dItest.c 42 dshow(what, d) char *what; double d;
44 dshow(char *what, double d)
49 printf("%s = #%lx %lx = %s\n", what,
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_report.h 29 void ReportUMRInsideAddressRange(const char *what, const void *start, uptr size,
  /src/usr.sbin/sysinst/
txtwalk.h 41 enum kind what; member in struct:data
52 const char *todo; /* What to do ... */
70 /* What to do ....
  /src/usr.bin/who/
utmpentry.c 94 int what = 3; local in function:setup
102 what = fname[len - 1] == 'x' ? 1 : 2;
103 if (what == 1) {
122 if (what & 1) {
126 what &= ~1;
131 what &= ~1;
136 if (what & 2) {
140 what &= ~2;
145 what &= ~2;
149 return what;
185 int what = setup(fname); local in function:getutentries
    [all...]
  /src/sys/compat/linux32/common/
linux32_socketcall.c 93 syscallarg(int) what;
99 if (SCARG(uap, what) <= 0 || SCARG(uap, what) > LINUX32_MAX_SOCKETCALL)
103 linux32_socketcall[SCARG(uap, what)].argsize)) != 0)
107 ktrkuser(linux32_socketcall[SCARG(uap, what)].name, &ua,
108 linux32_socketcall[SCARG(uap, what)].argsize);
110 return linux32_socketcall[SCARG(uap, what)].syscall(l, &ua, retval);
  /src/tests/fs/ptyfs/
t_nullpts.c 41 mountnull(const char *what, const char *mp, int flags)
45 if (rump_sys_mkdir(what, 0777) == -1) {
47 atf_tc_fail_errno("null create %s", what);
54 nargs.nulla_target = __UNCONST(what);
  /src/sys/arch/sparc/include/
asm.h 224 #define INCR64X(what,r0,r1) \
225 sethi %hi(what), r0; \
226 ldx [r0 + %lo(what)], r1; \
228 stx r1, [r0 + %lo(what)]
229 #define INCR64(what) INCR64X(what,%o0,%o1)
231 #define INCR64X(what,r0,r1,r2) \
232 sethi %hi(what), r2; \
233 ldd [r2 + %lo(what)], r0; \
236 std r0, [r2 + %lo(what)]
    [all...]
  /src/sys/compat/linux/common/
linux_socketcall.c 122 syscallarg(int) what;
128 if (SCARG(uap, what) <= 0 || SCARG(uap, what) > LINUX_MAX_SOCKETCALL)
132 linux_socketcall[SCARG(uap, what)].argsize))) {
134 linux_socketcall[SCARG(uap, what)].name, error));
138 ktrkuser(linux_socketcall[SCARG(uap, what)].name, &lda,
139 linux_socketcall[SCARG(uap, what)].argsize);
145 linux_socketcall[SCARG(uap, what)].name));
147 if (SCARG(uap, what) == LINUX_SYS_SOCKET) {
156 sz = linux_socketcall[SCARG(uap, what)].argsiz
    [all...]
  /src/games/warp/
move.c 608 lookaround(int y, int x, char what)
615 if ((obj=occupant[y][xp=(x+XSIZE01)%XSIZE])&&obj->type == what) /* 0, 1 */
617 if ((obj=occupant[y][xm=(x+XSIZE99)%XSIZE])&&obj->type == what) /* 0, -1 */
619 if ((obj=occupant[y=(y+YSIZE99)%YSIZE][xp])&&obj->type == what) /* -1, 1 */
621 if ((obj=occupant[y][x])&&obj->type == what) /* -1, 0 */
623 if ((obj=occupant[y][xm])&&obj->type == what) /* -1, -1 */
625 if ((obj=occupant[y=(y+2)%YSIZE][xp])&&obj->type == what) /* 1, 1 */
627 if ((obj=occupant[y][x])&&obj->type == what) /* 1, 0 */
629 if ((obj=occupant[y][xm])&&obj->type == what) /* 1, -1 */
635 lookfor(int y, int x, char what)
    [all...]
  /src/lib/libpuffs/
framebuf.c 85 int what; member in struct:puffs_fbevent
535 puffs_framev_enqueue_waitevent(struct puffs_cc *pcc, int fd, int *what)
543 svwhat = *what;
545 if (*what == 0) {
557 feb.what = *what & (PUFFS_FBIO_READ|PUFFS_FBIO_WRITE|PUFFS_FBIO_ERROR);
559 if (*what & PUFFS_FBIO_READ)
566 if (*what & PUFFS_FBIO_READ)
568 if (*what & PUFFS_FBIO_WRITE)
574 assert(svwhat == *what);
    [all...]
  /src/usr.bin/extattr/
getextattr.c 57 static enum { EADUNNO, EAGET, EASET, EARM, EALS } what = EADUNNO; variable in typeref:enum:__anon8c0941350103
63 switch (what) {
188 what = EAGET;
192 what = EASET;
196 what = EARM;
200 what = EALS;
256 if ((what != EALS) && (argc < minargc + 1))
279 if (what != EALS) {
285 if (what == EASET) {
321 switch (what) {
    [all...]
  /src/usr.bin/netstat/
atalk.c 146 /* what == 0 for addr only == 3
153 atalk_print(const struct sockaddr *sa, int what)
157 int numeric = (what & 0x08);
160 switch (what & 0x13) {
180 if (what & 4) {
188 atalk_print2(const struct sockaddr *sa, const struct sockaddr *mask, int what)
202 n = snprintf(buf, sizeof(buf), "%s", atalk_print(sa2, 1 | (what & 8)));
206 n = 0; /* What else can be done ? */
211 "-%s", atalk_print(sa2, 1 | (what & 8)));
217 if (what & 2)
    [all...]
  /src/etc/rc.d/
ipsec 33 ifconfig $1 | while IFS="${IFS}/" read what address rest; do
34 case "$what" in
  /src/sys/rump/librump/rumpkern/arch/x86/
rump_x86_pmap.c 59 pmap_clear_attrs(struct vm_page *pg, unsigned what)
72 pmap_test_attrs(struct vm_page *pg, unsigned what)

Completed in 17 milliseconds

1 2 3 4 5 6 7 8 91011