Searched refs:rtn (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dmppcd.c112 int rtn = MPPC_OK; local
131 rtn &= ~MPPC_OK;
132 return rtn;
147 rtn &= ~MPPC_OK;
148 return (rtn);
170 rtn &= ~MPPC_OK;
171 return (rtn);
174 rtn &= ~MPPC_OK;
175 return (rtn);
236 rtn
[all...]
H A Dmppcc.c151 int rtn = MPPC_OK; local
163 rtn &= ~MPPC_OK;
164 return (rtn);
169 rtn &= ~MPPC_OK;
170 return (rtn);
176 rtn |= MPPC_RESTART_HISTORY;
236 rtn &= ~MPPC_OK;
237 return (rtn);
266 rtn &= ~MPPC_OK;
267 return (rtn);
[all...]
/freebsd-11-stable/usr.sbin/ngctl/
H A Dtypes.c63 int rtn = CMDRTN_OK; local
99 return (rtn);
H A Dlist.c72 int ch, rtn = CMDRTN_OK; local
124 if ((rtn = (*show_cmd.func)(2, argv)) != CMDRTN_OK)
144 return (rtn);
H A Dmain.c146 int ch, rtn = 0; local
182 rtn = ReadFile(fp);
184 rtn = DoInteractive();
188 rtn = DoCommand(ac, av);
192 switch (rtn) {
195 rtn = 0;
198 rtn = EX_USAGE;
201 rtn = EX_OSERR;
204 return (rtn);
214 int num, rtn; local
451 int rtn; local
519 int rtn; local
[all...]
/freebsd-11-stable/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c205 char *rtn; local
213 if ((rtn = malloc(sizeof(char) * (rtn_size + 1))) == NULL)
220 memcpy(rtn + elem_pos, v->container[i], elem_size);
225 rtn[rtn_size] = '\0';
230 return (rtn);
424 char *rtn; local
433 if ((rtn = malloc(sizeof(char) * (len + 1))) == NULL)
442 memcpy(rtn + cur, v->container[i], len);
445 rtn[cur] = '\0';
447 return (rtn);
541 char *rtn = NULL; local
728 int rtn; local
799 int rtn; local
823 int rtn; local
1777 int rtn; local
2078 int rtn; local
2175 int rtn; local
2274 cpp_demangle_read_number(struct cpp_demangle_data *ddata, long *rtn) argument
2397 int p_func_type, rtn; local
2615 int rtn; local
2678 int rtn; local
3871 char *rtn; local
3916 char *rtn; local
3960 char *rtn; local
4019 char *rtn; local
4080 char *rtn; local
[all...]
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c211 char *rtn; local
218 if ((rtn = malloc(org_len + 19)) == NULL)
220 snprintf(rtn, org_len + 19,
222 return (rtn);
231 rtn = NULL;
313 rtn = vector_str_get_flat(&ddata.output, (size_t *) NULL);
321 return (rtn);
394 int rtn; local
408 rtn = 0;
410 rtn
465 int rtn; local
489 int rtn; local
1443 int rtn; local
1744 int rtn; local
1841 int rtn; local
1940 cpp_demangle_read_number(struct cpp_demangle_data *ddata, long *rtn) argument
2063 int p_func_type, rtn; local
2281 int rtn; local
2344 int rtn; local
3537 char *rtn; local
3582 char *rtn; local
3626 char *rtn; local
3685 char *rtn; local
3746 char *rtn; local
[all...]
H A Dlibelftc_vstr.c116 char *rtn; local
124 if ((rtn = malloc(sizeof(char) * (rtn_size + 1))) == NULL)
131 memcpy(rtn + elem_pos, v->container[i], elem_size);
136 rtn[rtn_size] = '\0';
141 return (rtn);
335 char *rtn; local
344 if ((rtn = malloc(sizeof(char) * (len + 1))) == NULL)
353 memcpy(rtn + cur, v->container[i], len);
356 rtn[cur] = '\0';
358 return (rtn);
[all...]
H A Dlibelftc_dem_gnu2.c101 char *rtn, *arg; local
110 rtn = NULL;
243 rtn = vector_str_get_flat(&d.vec, NULL);
247 return (rtn);
259 bool rtn = false; local
272 rtn |= true;
318 rtn |= true;
328 rtn |= strstr(org, "_$_") != NULL;
329 rtn |= strstr(org, "_vt$") != NULL;
331 return (rtn);
533 bool rtn; local
811 bool rtn; local
1041 bool rtn; local
[all...]
H A Dlibelftc_dem_arm.c103 char *rtn, *arg; local
112 rtn = NULL;
228 rtn = vector_str_get_flat(&d.vec, NULL);
232 return (rtn);
447 bool rtn; local
453 rtn = false;
496 rtn = true;
518 rtn = true;
526 return (rtn);
662 bool rtn; local
902 bool rtn; local
[all...]
/freebsd-11-stable/lib/libnetgraph/
H A Dsock.c221 int rtn, errnosv; local
224 rtn = recvfrom(ds, buf, len, 0, (struct sockaddr *) from, &fromlen);
225 if (rtn < 0) {
240 rtn ? "PACKET" : "EOF", from->sg_data, rtn);
242 _NgDebugBytes(buf, rtn);
246 return (rtn);
H A Dmsg.c188 int rtn = 0; local
199 rtn = -1;
229 rtn = -1;
246 rtn = -1;
254 return (rtn);
/freebsd-11-stable/sys/netgraph/
H A Dng_deflate.c447 int rtn; local
487 rtn = deflate(&priv->cx, Z_PACKET_FLUSH);
490 if (rtn != Z_OK) {
493 rtn, priv->cx.msg);
540 int rtn; local
605 rtn = inflate(&priv->cx, Z_PACKET_FLUSH);
608 if (rtn != Z_OK && rtn != Z_STREAM_END) {
613 __func__, rtn, priv->cx.msg);
615 switch (rtn) {
[all...]
H A Dng_mppc.c505 int rtn; local
541 rtn = MPPC_Compress(&source, &dest, &sourceCnt,
545 /* KASSERT(rtn != MPPC_INVALID, ("%s: invalid", __func__)); */
546 if ((rtn & MPPC_EXPANDED) == 0
547 && (rtn & MPPC_COMP_OK) == MPPC_COMP_OK) {
550 if ((rtn & MPPC_RESTART_HISTORY) != 0)
561 d->flushed = (rtn & MPPC_EXPANDED) != 0
766 int rtn; local
803 rtn = MPPC_Decompress(&source, &dest,
807 /* KASSERT(rtn !
[all...]
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c627 int rtn; local
636 rtn = 0;
676 rtn++;
682 return (rtn);
1163 int ret, rtn, e_err; local
1178 rtn = 0;
1193 rtn = 1;
1198 rtn = 1;
1203 rtn = 1;
1209 rtn
1467 int fd, rtn, e_err; local
1523 int rtn = 0; local
2116 int rtn; local
[all...]
/freebsd-11-stable/usr.sbin/arp/
H A Darp.c124 int rtn = 0; local
192 rtn = get(argv[0]);
201 rtn = set(argc, argv) ? 1 : 0;
211 rtn = delete(argv[0]);
217 rtn = file(argv[0]);
224 return (rtn);
/freebsd-11-stable/sys/dev/sound/pci/
H A Denvy24.c1174 u_int32_t ptr, rtn; local
1180 rtn = sc->psize / 4;
1185 rtn = sc->rsize / 4;
1191 rtn -= (ptr + 1);
1192 rtn /= unit;
1195 device_printf(sc->dev, "envy24_gethwptr(): return %d\n", rtn);
1197 return rtn;
1273 u_int32_t mask, stat, intr, rtn; local
1280 if ((rtn = intr & ENVY24_MT_INT_PSTAT) != 0) {
1287 if ((rtn
1884 u_int32_t ptr, rtn; local
1906 struct pcmchan_caps *rtn; local
2387 int rtn; local
[all...]
H A Denvy24ht.c1128 u_int32_t ptr, rtn; local
1134 rtn = sc->psize / 4;
1139 rtn = sc->rsize / 4;
1145 rtn -= (ptr + 1);
1146 rtn /= unit;
1149 device_printf(sc->dev, "envy24ht_gethwptr(): return %d\n", rtn);
1151 return rtn;
1227 u_int32_t mask, stat, intr, rtn; local
1234 if ((rtn = intr & ENVY24HT_MT_INT_PSTAT) != 0) {
1243 if ((rtn
1793 u_int32_t ptr, rtn; local
1815 struct pcmchan_caps *rtn; local
2294 int rtn; local
[all...]
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h902 void *rtn; local
904 rtn = kzalloc(size, GFP_KERNEL | __GFP_NOWARN);
905 return rtn;
910 void *rtn; local
912 rtn = kmalloc(size, GFP_KERNEL | __GFP_NOWARN);
913 if (!rtn)
914 rtn = vmalloc(size);
915 return rtn;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h813 uint64_t rtn : 2; /**< Outgoing Response Return FIFO. */ member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_s
837 uint64_t rtn : 2;
857 uint64_t rtn : 2; /**< Outgoing Response Return FIFO. */ member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_cn63xx
882 uint64_t rtn : 2;
901 uint64_t rtn : 2; /**< Outgoing Response Return FIFO. */ member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_cn63xxp1
923 uint64_t rtn : 2;
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-dis.c572 op_rtn rtn; member in struct:dis386::__anon90
3881 if (dp->op[i].rtn)
3882 (*dp->op[i].rtn) (dp->op[i].bytemode, sizeflag);
4318 if (dp->op[0].rtn)
4319 (*dp->op[0].rtn) (dp->op[0].bytemode, sizeflag);
4323 if (dp->op[1].rtn)
4324 (*dp->op[1].rtn) (dp->op[1].bytemode, sizeflag);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c4035 int rtn; local
4071 rtn = connect(s, &addr->sa, SOCKLEN(addr));
4072 if (SOCKET_ERROR == rtn) {
4078 rtn = getsockname(s, &saddr.sa, &sockaddrlen);
4080 if (SOCKET_ERROR == rtn)

Completed in 216 milliseconds