Searched refs:retval (Results 301 - 325 of 774) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/cam/
H A Dcam_xpt.c328 int retval; local
339 retval =
344 retval = 0;
346 return (retval);
1357 dev_match_ret retval; local
1360 retval = DM_RET_NONE;
1386 if ((retval & DM_RET_ACTION_MASK) == DM_RET_NONE)
1387 retval |= DM_RET_DESCEND;
1399 retval |= DM_RET_COPY;
1405 if ((retval
1469 dev_match_ret retval; local
1592 dev_match_ret retval; local
1701 dev_match_ret retval; local
1835 dev_match_ret retval; local
1959 dev_match_ret retval; local
2100 dev_match_ret retval; local
2243 int retval; local
2279 int retval; local
2316 int retval; local
2356 int retval; local
2404 int retval; local
2433 int retval; local
3303 int retval; local
3757 int retval = 0; local
3791 int retval = 0; local
[all...]
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_gpio.c389 int retval; local
396 retval = jz4780_gpio_pin_set_func(sc, pin, func);
397 if (retval == 0)
398 retval = jz4780_gpio_pin_set_bias(sc, pin, flags);
400 return (retval);
472 int retval; local
479 retval = jz4780_gpio_pin_set_direction(sc, pin,
481 if (retval == 0)
482 retval = jz4780_gpio_pin_set_bias(sc, pin,
486 return (retval);
494 int retval; local
536 int retval; local
644 int retval; local
[all...]
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_frontend_ioctl.c178 int retval; local
222 retval = ctl_port_register(port);
223 if (retval != 0) {
226 "ctl_port_register() failed with error %d", retval);
243 retval = make_dev_s(&args, &cfi->dev, "cam/ctl%d.%d", pp, vp);
244 if (retval != 0) {
247 "make_dev_s() failed with error %d", retval);
514 int done, retval; local
527 if ((retval = ctl_run(io)) != CTL_RETVAL_COMPLETE)
528 return (retval);
596 int retval = 0; local
[all...]
/freebsd-13-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_freebsd.c170 int retval; local
172 retval = dlpi_open(device, &dh, 0);
173 if (retval != DLPI_SUCCESS) {
175 dlpi_strerror(retval));
179 retval = dlpi_get_physaddr(dh, DL_CURR_PHYS_ADDR, physaddr,
181 if (retval != DLPI_SUCCESS) {
183 dlpi_strerror(retval));
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_sport.c1186 int retval = 0; local
1241 retval = ocs_ddump_node(textbuf, node);
1242 if (retval != 0) {
1250 return retval;
1295 int retval = -1; local
1308 retval = 0;
1311 retval = 0;
1314 retval = 0;
1317 retval = 0;
1320 retval
1401 int retval = -1; local
1431 int retval = -1; local
[all...]
/freebsd-13-stable/usr.sbin/bhyve/
H A Dmevent.c132 int retval; local
134 retval = 0;
137 retval = EVFILT_READ;
140 retval = EVFILT_WRITE;
143 retval = EVFILT_TIMER;
146 retval = EVFILT_SIGNAL;
148 return (retval);
/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c203 char *retval = NULL; local
288 "freebsd", NULL, NULL, &retval, local
292 retval = strdup(disk);
295 return (retval);
310 int retval; local
343 retval = dialog_yesno("Warning", message, 0, 0);
347 return (!retval); /* Editor -> return 0 */
/freebsd-13-stable/lib/libc/gen/
H A Dsem_new.c355 int retval; local
367 retval = _umtx_op(sem, UMTX_OP_SEM2_WAIT, 0, (void *)tm_size, tm_p);
368 if (retval == -1 && errno == EINTR && (flags & TIMER_ABSTIME) == 0 &&
373 return (retval);
396 int val, retval; local
401 retval = 0;
410 if (retval) {
426 retval = usem_wait(&sem->_kern, clock_id, flags, rqtp, rmtp);
429 return (retval);
/freebsd-13-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-13-stable/sys/kern/
H A Dsubr_syscall.c93 goto retval;
115 goto retval;
128 goto retval;
152 goto retval;
197 retval:
/freebsd-13-stable/sys/powerpc/pseries/
H A Dvdevice.c178 int retval = 0; local
183 retval += bus_print_child_header(dev, child);
185 retval += resource_list_print_type(rl, "irq", SYS_RES_IRQ, "%jd");
187 retval += bus_print_child_footer(dev, child);
189 return (retval);
/freebsd-13-stable/sys/riscv/riscv/
H A Dbusdma_machdep.c102 int retval; local
104 retval = 0;
110 retval = 1;
113 } while (retval == 0 && tc != NULL);
114 return (retval);
/freebsd-13-stable/sys/arm64/arm64/
H A Dgic_v3_fdt.c219 int retval = 0; local
221 retval += bus_print_child_header(bus, child);
222 retval += resource_list_print_type(rl, "mem", SYS_RES_MEMORY, "%#jx");
223 retval += bus_print_child_footer(bus, child);
225 return (retval);
/freebsd-13-stable/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h274 int retval; local
279 retval = old - 1;
280 if (unlikely(retval < 0))
282 if (likely(atomic_fcmpset_int(&v->counter, &old, retval)))
285 return (retval);
/freebsd-13-stable/sys/x86/pci/
H A Dqpi.c168 int retval = 0; local
171 retval += bus_print_child_header(bus, child);
173 retval += printf(" pcibus %d", qdev->qd_pcibus);
174 retval += bus_print_child_footer(bus, child);
176 return (retval);
/freebsd-13-stable/sys/x86/x86/
H A Dbusdma_machdep.c106 int retval; local
108 retval = 0;
115 retval = 1;
118 } while (retval == 0 && tc != NULL);
119 return (retval);
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_auth.c55 struct drm_file *retval = NULL; local
63 retval = pt->priv;
66 return retval;
/freebsd-13-stable/sys/dev/sound/usb/
H A Duaudio_pcm.c159 int retval; local
168 retval = uaudio_mixer_setrecsrc(mix_getdevinfo(m), m, src);
172 return (retval);
/freebsd-13-stable/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm.h55 #define RTE_LPM_RETURN_IF_TRUE(cond, retval) do { \
56 if (cond) return (retval); \
59 #define RTE_LPM_RETURN_IF_TRUE(cond, retval)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp68 StructElement retval; local
70 retval.name = ReadQuotedString(type);
72 return retval;
74 retval.type = BuildType(ast_ctx, type, for_expression, &bitfield_size);
75 retval.bitfield = bitfield_size;
76 return retval;
/freebsd-13-stable/contrib/openresolv/
H A Dresolvconf.in423 retval=0
487 retval=1
493 retval=2
503 [ $? = 0 ] && [ "$retval" = 1 ] && retval=0
506 return $retval
515 retval=0
527 retval=$(($retval + 1))
534 return $retval
[all...]
/freebsd-13-stable/sys/powerpc/psim/
H A Diobus.c246 int retval = 0; local
251 retval += bus_print_child_header(dev, child);
253 retval += printf(" offset 0x%x", dinfo->id_reg[1]);
254 retval += resource_list_print_type(rl, "irq", SYS_RES_IRQ, "%jd");
256 retval += bus_print_child_footer(dev, child);
258 return (retval);
/freebsd-13-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-13-stable/lib/libc/net/
H A Dgetprotoent.c144 __proto_marshal_func(char *buffer, size_t *buffer_size, void *retval, argument
231 __proto_unmarshal_func(char *buffer, size_t buffer_size, void *retval, argument
287 if (retval != NULL)
288 *((struct protoent **)retval) = proto;
413 files_getprotoent_r(void *retval, void *mdata, va_list ap) argument
443 *((struct protoent **)retval) = pptr;
448 files_setprotoent(void *retval, void *mdata, va_list ap) argument
462 files_endprotoent(void *retval, void *mdata, va_list ap) argument
H A Dgetprotoname.c60 files_getprotobyname(void *retval, void *mdata, va_list ap) argument
105 *((struct protoent **)retval) = pptr;

Completed in 372 milliseconds

<<11121314151617181920>>