Searched refs:retval (Results 326 - 350 of 869) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/lib/libc/gen/
H A Dsem_new.c353 int retval; local
365 retval = _umtx_op(sem, UMTX_OP_SEM2_WAIT, 0, (void *)tm_size, tm_p);
366 if (retval == -1 && errno == EINTR && (flags & TIMER_ABSTIME) == 0 &&
371 return (retval);
394 int val, retval; local
399 retval = 0;
408 if (retval) {
424 retval = usem_wait(&sem->_kern, clock_id, flags, rqtp, rmtp);
427 return (retval);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-dis.c72 int slotnum, j, status, need_comma, retval, slot_multiplier; local
86 retval = slot_multiplier;
120 retval += slot_multiplier;
267 retval += 16 - 3*slot_multiplier;
268 return retval;
/freebsd-11-stable/libexec/bootpd/
H A Dhash.c269 int retval;
271 retval = -1;
288 retval = 0;
307 retval = 0;
313 return retval;
263 int retval; local
/freebsd-11-stable/sys/powerpc/pseries/
H A Dvdevice.c176 int retval = 0; local
181 retval += bus_print_child_header(dev, child);
183 retval += resource_list_print_type(rl, "irq", SYS_RES_IRQ, "%jd");
185 retval += bus_print_child_footer(dev, child);
187 return (retval);
/freebsd-11-stable/sys/arm64/arm64/
H A Dgic_v3_fdt.c193 int retval = 0; local
195 retval += bus_print_child_header(bus, child);
196 retval += resource_list_print_type(rl, "mem", SYS_RES_MEMORY, "%#jx");
197 retval += bus_print_child_footer(bus, child);
199 return (retval);
/freebsd-11-stable/sys/x86/pci/
H A Dqpi.c166 int retval = 0; local
169 retval += bus_print_child_header(bus, child);
171 retval += printf(" pcibus %d", qdev->qd_pcibus);
172 retval += bus_print_child_footer(bus, child);
174 return (retval);
/freebsd-11-stable/sys/dev/iicbus/
H A Diicbus.c147 int retval = 0; local
149 retval += bus_print_child_header(dev, child);
151 retval += printf(" at addr %#x", devi->addr);
153 retval += bus_print_child_footer(dev, child);
155 return (retval);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h284 int retval; local
289 retval = old - 1;
290 if (unlikely(retval < 0))
292 if (likely(atomic_fcmpset_int(&v->counter, &old, retval)))
295 return (retval);
/freebsd-11-stable/contrib/openresolv/
H A Dresolvconf.in391 local report=false list= retval=0 cmd="$1" excl=
453 retval=1
459 retval=2
469 [ $? = 0 -a "$retval" = 1 ] && retval=0
472 return $retval
476 local list= e= l= result= found= retval=0
492 retval=$(($retval + 1))
499 return $retval
[all...]
/freebsd-11-stable/bin/date/
H A Dnetdate.c63 * Returns 0 on success. Returns > 0 on failure, setting retval to 2;
80 return (retval = 2);
90 return (retval = 2);
180 return (retval = 2);
/freebsd-11-stable/sys/dev/drm/
H A Dvia_mm.c117 int retval = 0; local
147 retval = -ENOMEM;
150 return retval;
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_auth.c55 struct drm_file *retval = NULL; local
63 retval = pt->priv;
66 return retval;
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_ioctl.c86 int *retval; local
104 retval = td->td_retval;
162 error = (*fun)(fp, td, retval, uap->fd, cmd, uap->data);
/freebsd-11-stable/contrib/amd/amd/
H A Dops_cdfs.c105 int genflags, cdfs_flags, retval; local
213 retval = mount_fs(&mnt, genflags, (caddr_t) &cdfs_args, 0, type, 0, NULL, mnttab_file_name, on_autofs);
215 return retval;
/freebsd-11-stable/sys/mips/include/
H A Datomic.h379 int retval; local
381 retval = atomic_cmpset_32(p, cmpval, newval);
383 return (retval);
419 int retval; local
421 retval = atomic_fcmpset_32(p, cmpval, newval);
423 return (retval);
489 int retval; local
491 retval = atomic_cmpset_64(p, cmpval, newval);
493 return (retval);
530 int retval; local
[all...]
/freebsd-11-stable/sys/powerpc/include/
H A Datomic.h577 "li %0, 1\n\t" /* success - retval = 1 */
581 "li %0, 0\n\t" /* failure - retval = 0 */
609 "li %0, 1\n\t" /* success - retval = 1 */
617 "li %0, 0\n\t" /* failure - retval = 0 */
630 int retval; local
632 retval = atomic_cmpset_int(p, cmpval, newval);
634 return (retval);
647 u_long retval; local
649 retval = atomic_cmpset_long(p, cmpval, newval);
651 return (retval);
753 int retval; local
770 u_long retval; local
[all...]
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio_pcm.c158 int retval; local
167 retval = uaudio_mixer_setrecsrc(mix_getdevinfo(m), m, src);
171 return (retval);
/freebsd-11-stable/sys/powerpc/psim/
H A Diobus.c248 int retval = 0; local
253 retval += bus_print_child_header(dev, child);
255 retval += printf(" offset 0x%x", dinfo->id_reg[1]);
256 retval += resource_list_print_type(rl, "irq", SYS_RES_IRQ, "%jd");
258 retval += bus_print_child_footer(dev, child);
260 return (retval);
/freebsd-11-stable/usr.sbin/apm/
H A Dapm.c84 int retval = 0; local
91 retval |= (i % 10) << base;
95 return retval;
101 int retval = 0; local
108 retval += (bcd & 0xf) * place;
112 return retval;
/freebsd-11-stable/lib/libedit/
H A Dfilecomplete.c431 int retval = CC_NORM; local
465 return retval;
497 retval = CC_REFRESH;
572 retval = CC_REDISPLAY;
584 retval = CC_NORM;
596 return retval;
/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsck.h380 void *retval; local
382 while ((retval = malloc(size)) == NULL)
385 return (retval);
395 void *retval; local
397 while ((retval = calloc(cnt, size)) == NULL)
400 return (retval);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp67 StructElement retval; local
69 retval.name = ReadQuotedString(type);
71 return retval;
73 retval.type = BuildType(ast_ctx, type, for_expression, &bitfield_size);
74 retval.bitfield = bitfield_size;
75 return retval;
/freebsd-11-stable/contrib/dialog/samples/
H A Dtreeview249 retval=$?
/freebsd-11-stable/lib/libc/net/
H A Dgetprotoname.c58 files_getprotobyname(void *retval, void *mdata, va_list ap) argument
103 *((struct protoent **)retval) = pptr;
/freebsd-11-stable/sys/dev/sound/midi/
H A Dsequencer.c696 int retval, r; local
698 retval = 0;
703 retval = seq_addunit();
710 retval = r;
715 retval = 0;
724 return retval;
863 int retval, used; local
879 retval = EIO;
902 retval = EWOULDBLOCK;
912 retval
943 int retval; local
[all...]

Completed in 313 milliseconds

<<11121314151617181920>>