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

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libisns/
isns_fileio.c 44 ssize_t rval; local in function:isns_file_writev
48 error = wepe_sys_writev(fd, iov, iovcnt, &rval);
50 rval = -1;
52 rval = writev(fd, iov, iovcnt);
55 return rval;
64 ssize_t rval; local in function:isns_file_readv
68 error = wepe_sys_readv(fd, iov, iovcnt, &rval);
70 rval = -1;
72 rval = readv(fd, iov, iovcnt);
75 return rval;
    [all...]
isns_fileio.c 44 ssize_t rval; local in function:isns_file_writev
48 error = wepe_sys_writev(fd, iov, iovcnt, &rval);
50 rval = -1;
52 rval = writev(fd, iov, iovcnt);
55 return rval;
64 ssize_t rval; local in function:isns_file_readv
68 error = wepe_sys_readv(fd, iov, iovcnt, &rval);
70 rval = -1;
72 rval = readv(fd, iov, iovcnt);
75 return rval;
    [all...]
isns.c 61 int rval; local in function:isns_init
73 if ((rval = pipe(cfg_p->pipe_fds)) != 0) {
76 return rval;
85 rval = isns_change_kevent_list(cfg_p, (uintptr_t)cfg_p->pipe_fds[0],
88 if (rval == -1) {
92 return rval;
96 rval = isns_add_buffer_pool(ISNS_BUF_SIZE, ISNS_BUF_COUNT);
97 if (rval != 0) {
100 return rval;
102 rval = isns_add_buffer_pool((int)ISNS_SMALL_BUF_SIZE, ISNS_SMALL_BUF_COUNT)
    [all...]
isns.c 61 int rval; local in function:isns_init
73 if ((rval = pipe(cfg_p->pipe_fds)) != 0) {
76 return rval;
85 rval = isns_change_kevent_list(cfg_p, (uintptr_t)cfg_p->pipe_fds[0],
88 if (rval == -1) {
92 return rval;
96 rval = isns_add_buffer_pool(ISNS_BUF_SIZE, ISNS_BUF_COUNT);
97 if (rval != 0) {
100 return rval;
102 rval = isns_add_buffer_pool((int)ISNS_SMALL_BUF_SIZE, ISNS_SMALL_BUF_COUNT)
    [all...]
  /src/lib/libutil/
logout.c 56 int fd, rval; local in function:logout
63 rval = 0;
73 rval = 1;
76 return(rval);
logout.c 56 int fd, rval; local in function:logout
63 rval = 0;
73 rval = 1;
76 return(rval);
  /src/games/adventure/
main.c 66 int rval, ll; local in function:main
101 rval = fdwarf(); /* dwarf stuff */
102 if (rval == 99)
main.c 66 int rval, ll; local in function:main
101 rval = fdwarf(); /* dwarf stuff */
102 if (rval == 99)
  /src/lib/libc/gen/
initgroups.c 60 int rval; local in function:__weak_alias
73 rval = setgroups(ngroups, groups);
74 if (rval == -1 && errno == EINVAL) {
77 rval = setgroups(ng, groups);
81 return rval;
initgroups.c 60 int rval; local in function:__weak_alias
73 rval = setgroups(ngroups, groups);
74 if (rval == -1 && errno == EINVAL) {
77 rval = setgroups(ng, groups);
81 return rval;
  /src/sys/arch/sh3/include/
byte_swap.h 18 uint16_t rval; local in function:__byte_swap_u16_variable
20 __asm volatile ("swap.b %1,%0" : "=r"(rval) : "r"(x));
22 return (rval);
29 uint32_t rval; local in function:__byte_swap_u32_variable
32 : "=r"(rval) : "r"(x));
34 return (rval);
byte_swap.h 18 uint16_t rval; local in function:__byte_swap_u16_variable
20 __asm volatile ("swap.b %1,%0" : "=r"(rval) : "r"(x));
22 return (rval);
29 uint32_t rval; local in function:__byte_swap_u32_variable
32 : "=r"(rval) : "r"(x));
34 return (rval);
  /src/libexec/ftpd/
logutmp.c 134 int rval; local in function:ftpd_logout
136 rval = 0;
138 return(rval);
151 rval = 1;
153 return(rval);
logutmp.c 134 int rval; local in function:ftpd_logout
136 rval = 0;
138 return(rval);
151 rval = 1;
153 return(rval);
  /src/sys/arch/m68k/m68k/
linux_syscall.c 110 register_t args[8], rval[2]; local in function:linux_syscall_plain
144 rval[0] = 0;
145 rval[1] = frame->f_regs[D1];
146 error = sy_call(callp, l, args, rval);
155 frame->f_regs[D0] = rval[0];
156 frame->f_regs[D1] = rval[1];
185 register_t args[8], rval[2]; local in function:linux_syscall_fancy
222 rval[0] = 0;
223 rval[1] = frame->f_regs[D1];
224 error = sy_call(callp, l, args, rval);
    [all...]
linux_syscall.c 110 register_t args[8], rval[2]; local in function:linux_syscall_plain
144 rval[0] = 0;
145 rval[1] = frame->f_regs[D1];
146 error = sy_call(callp, l, args, rval);
155 frame->f_regs[D0] = rval[0];
156 frame->f_regs[D1] = rval[1];
185 register_t args[8], rval[2]; local in function:linux_syscall_fancy
222 rval[0] = 0;
223 rval[1] = frame->f_regs[D1];
224 error = sy_call(callp, l, args, rval);
    [all...]
  /src/usr.bin/rev/
rev.c 65 int ch, rval; local in function:main
82 rval = 0;
87 rval = 1;
103 rval = 1;
107 exit(rval);
rev.c 65 int ch, rval; local in function:main
82 rval = 0;
87 rval = 1;
103 rval = 1;
107 exit(rval);
  /src/usr.bin/tset/
term.c 61 int rval; local in function:get_terminfo_entry
104 while (setupterm(ttype, 0, &rval) == ERR) {
105 switch (rval) {
term.c 61 int rval; local in function:get_terminfo_entry
104 while (setupterm(ttype, 0, &rval) == ERR) {
105 switch (rval) {
  /src/sys/arch/amd64/amd64/
linux_syscall.c 80 register_t code, rval[2]; local in function:linux_syscall
102 rval[0] = 0;
103 rval[1] = 0;
104 error = sy_call(callp, l, args, rval);
108 frame->tf_rax = rval[0];
128 trace_exit(code, callp, args, rval, error);
linux_syscall.c 80 register_t code, rval[2]; local in function:linux_syscall
102 rval[0] = 0;
103 rval[1] = 0;
104 error = sy_call(callp, l, args, rval);
108 frame->tf_rax = rval[0];
128 trace_exit(code, callp, args, rval, error);
  /src/sys/arch/i386/i386/
linux_syscall.c 76 register_t code, args[6], rval[2]; local in function:linux_syscall
95 rval[0] = 0;
96 rval[1] = 0;
101 error = sy_call(callp, l, args, rval);
103 error = sy_call(callp, l, args, rval);
106 frame->tf_eax = rval[0];
135 trace_exit(code, callp, args, rval, error);
linux_syscall.c 76 register_t code, args[6], rval[2]; local in function:linux_syscall
95 rval[0] = 0;
96 rval[1] = 0;
101 error = sy_call(callp, l, args, rval);
103 error = sy_call(callp, l, args, rval);
106 frame->tf_eax = rval[0];
135 trace_exit(code, callp, args, rval, error);
  /src/sys/arch/acorn32/mainbus/
atppc_pioc.c 71 int rval = 0; local in function:atppc_pioc_probe
80 rval = 1;
91 return rval;

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 91011>>