Searched refs:rc (Results 251 - 275 of 1210) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_rx.c215 efx_rc_t rc; local
221 rc = EINVAL;
226 rc = EINVAL;
257 rc = ENOTSUP;
261 if ((rc = erxop->erxo_init(enp)) != 0)
275 EFSYS_PROBE1(fail1, efx_rc_t, rc);
279 return (rc);
306 efx_rc_t rc; local
311 if ((rc = erxop->erxo_scatter_enable(enp, buf_size)) != 0)
317 EFSYS_PROBE1(fail1, efx_rc_t, rc);
333 efx_rc_t rc; local
436 efx_rc_t rc; local
465 efx_rc_t rc; local
499 efx_rc_t rc; local
530 efx_rc_t rc; local
565 efx_rc_t rc; local
666 efx_rc_t rc; local
692 efx_rc_t rc; local
780 efx_rc_t rc; local
823 efx_rc_t rc; local
921 efx_rc_t rc; local
1044 efx_rc_t rc; local
1149 efx_rc_t rc; local
1206 efx_rc_t rc; local
1338 efx_rc_t rc; local
1605 efx_rc_t rc; local
[all...]
H A Defx_nic.c213 efx_rc_t rc; local
222 rc = ENOMEM;
301 rc = ENOTSUP;
323 EFSYS_PROBE1(fail1, efx_rc_t, rc);
325 return (rc);
334 efx_rc_t rc; local
363 if ((rc = enop->eno_probe(enp)) != 0)
366 if ((rc = efx_phy_probe(enp)) != 0)
379 EFSYS_PROBE1(fail1, efx_rc_t, rc);
381 return (rc);
390 efx_rc_t rc; local
416 efx_rc_t rc; local
451 efx_rc_t rc; local
486 efx_rc_t rc; local
582 efx_rc_t rc; local
636 efx_rc_t rc; local
730 efx_rc_t rc; local
864 efx_rc_t rc; local
978 efx_rc_t rc; local
1024 efx_rc_t rc; local
1064 efx_rc_t rc; local
1104 efx_rc_t rc; local
[all...]
H A Def10_mac.c46 efx_rc_t rc; local
48 if ((rc = ef10_phy_get_link(enp, &els)) != 0)
59 EFSYS_PROBE1(fail1, efx_rc_t, rc);
63 return (rc);
72 efx_rc_t rc; local
78 if ((rc = ef10_phy_get_link(enp, &els)) != 0)
86 EFSYS_PROBE1(fail1, efx_rc_t, rc);
88 return (rc);
106 efx_rc_t rc; local
122 rc
138 efx_rc_t rc; local
171 efx_rc_t rc; local
207 efx_rc_t rc; local
251 efx_rc_t rc; local
281 efx_rc_t rc; local
302 efx_rc_t rc; local
378 efx_rc_t rc; local
404 efx_rc_t rc; local
456 efx_rc_t rc; local
499 efx_rc_t rc; local
615 efx_rc_t rc; local
[all...]
H A Def10_tx.c66 efx_rc_t rc; local
72 rc = EINVAL;
78 rc = EINVAL;
126 rc = req.emr_rc;
137 EFSYS_PROBE1(fail1, efx_rc_t, rc);
139 return (rc);
150 efx_rc_t rc; local
163 rc = req.emr_rc;
174 if (rc != EALREADY)
175 EFSYS_PROBE1(fail1, efx_rc_t, rc);
211 efx_rc_t rc; local
265 efx_rc_t rc; local
346 efx_rc_t rc; local
393 efx_rc_t rc; local
444 efx_rc_t rc; local
723 efx_rc_t rc; local
754 efx_rc_t rc; local
[all...]
/freebsd-13-stable/libexec/rc/rc.d/
H A Dmountcritremote10 . /etc/rc.subr
80 /etc/rc.d/cleanvar quietreload
85 /etc/rc.d/ldconfig quietstart
H A Dautomount11 . /etc/rc.subr
H A Dugidfw10 . /etc/rc.subr
28 [ -z "${bsdextended_script}" ] && bsdextended_script=/etc/rc.bsdextended
/freebsd-13-stable/release/tools/
H A Dvagrant.conf13 # Set to a list of third-party software to enable in rc.conf(5).
17 # The firstboot_pkgs rc.d script will download the repository
26 echo 'ifconfig_DEFAULT="SYNCDHCP"' >> ${DESTDIR}/etc/rc.conf
29 echo 'sshd_enable="YES"' >> ${DESTDIR}/etc/rc.conf
34 echo 'sendmail_enable="NO"' >> ${DESTDIR}/etc/rc.conf
35 echo 'sendmail_submit_enable="NO"' >> ${DESTDIR}/etc/rc.conf
36 echo 'sendmail_outbound_enable="NO"' >> ${DESTDIR}/etc/rc.conf
37 echo 'sendmail_msp_queue_enable="NO"' >> ${DESTDIR}/etc/rc.conf
/freebsd-13-stable/contrib/dialog/
H A Dttysize.c71 int rc = -1; local
79 rc = 0;
86 return rc;
/freebsd-13-stable/contrib/apr/misc/unix/
H A Drand.c214 int rc;
216 rc = getrandom(buf, length, 0);
217 if (rc == -1) {
224 buf += rc;
225 length -= rc;
240 apr_ssize_t rc;
247 rc = read(fd, buf, length);
248 } while (rc == -1 && errno == EINTR);
250 if (rc < 0) {
255 else if (rc
[all...]
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dconfig.h17 int rc = snprintf(buf, len, fmt, ##__VA_ARGS__); \
18 (rc < len && rc >= 0); \
/freebsd-13-stable/contrib/ntp/libntp/
H A Dntp_crypto_rnd.c95 int rc; local
97 rc = RAND_bytes(buf, size2int_chk(nbytes));
98 if (1 != rc) {
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_slkinit.c79 int rc; local
82 rc = NCURSES_SP_NAME(slk_init) (CURRENT_SCREEN_PRE, format);
84 return rc;
H A Dlib_ungetch.c64 int rc = ERR; local
85 rc = OK;
87 returnCode(rc);
/freebsd-13-stable/usr.bin/gzip/
H A Dgzexe147 rc=0
165 rc=1;
167 rc=$?
172 rc=1;
174 rc=$?
179 exit $rc
/freebsd-13-stable/contrib/mandoc/
H A Dmandoc_msg.c276 static enum mandoclevel rc = MANDOCLEVEL_OK; variable in typeref:enum:mandoclevel
312 return rc;
318 if (rc < level)
319 rc = level;
362 if (fileptr != NULL && rc != MANDOCLEVEL_OK)
365 getprogname(), level_name[rc]);
/freebsd-13-stable/sys/net/route/
H A Droute_helpers.c257 decompose_change_notification(struct rib_cmd_info *rc, route_notification_t *cb, argument
266 struct rib_cmd_info rc_del = { .rc_cmd = RTM_DELETE, .rc_rt = rc->rc_rt };
267 struct rib_cmd_info rc_add = { .rc_cmd = RTM_ADD, .rc_rt = rc->rc_rt };
269 if (NH_IS_NHGRP(rc->rc_nh_old)) {
270 wn_old = nhgrp_get_nhops((struct nhgrp_object *)rc->rc_nh_old, &num_old);
272 tmp.nh = rc->rc_nh_old;
273 tmp.weight = rc->rc_nh_weight;
277 if (NH_IS_NHGRP(rc->rc_nh_new)) {
278 wn_new = nhgrp_get_nhops((struct nhgrp_object *)rc->rc_nh_new, &num_new);
280 tmp.nh = rc
379 rib_decompose_notification(struct rib_cmd_info *rc, route_notification_t *cb, void *cbdata) argument
[all...]
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dservices31 if [ -f $BSDINSTALL_TMPETC/rc.conf.services ]; then
33 $BSDINSTALL_TMPETC/rc.conf.services )
39 echo -n > $BSDINSTALL_TMPETC/rc.conf.services
61 echo ${daemon}_enable=\"YES\" >> $BSDINSTALL_TMPETC/rc.conf.services
65 'to disable' >> $BSDINSTALL_TMPETC/rc.conf.services
67 echo dumpdev=\"AUTO\" >> $BSDINSTALL_TMPETC/rc.conf.services
69 echo dumpdev=\"NO\" >> $BSDINSTALL_TMPETC/rc.conf.services
/freebsd-13-stable/contrib/file/src/
H A Dapptype.c48 APPTYPE rc, type; local
80 rc = DosQueryAppType((unsigned char *)path, &type);
87 if (rc == ERROR_INVALID_EXE_SIGNATURE)
89 else if (rc == ERROR_FILE_NOT_FOUND)
91 else if (rc == ERROR_ACCESS_DENIED)
93 else if (rc != 0)
94 printf("%s: error code = %lu\n", fname, rc);
103 if (rc)
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-cred.c73 int rc; local
76 rc = gi->ngroups;
83 if (rc > NGROUPS_PER_BLOCK) {
85 rc = NGROUPS_PER_BLOCK;
88 return (rc);
119 int rc; local
122 rc = cr_groups_search(gi, SGID_TO_KGID(gid));
124 return (rc);
/freebsd-13-stable/contrib/ntp/scripts/rc/rc.d/
H A Dntpd7 . /etc/rc.subr
/freebsd-13-stable/usr.sbin/periodic/etc/daily/
H A D480.leapfile-ntpd23 exit $rc
/freebsd-13-stable/tools/tools/net80211/w00t/prga/
H A Dprga.c162 int rc; local
168 rc = sniff(p->rx, buf, sizeof(buf));
169 if (rc == -1)
172 wh = get_wifi(buf, &rc);
180 if (is_arp(wh, rc))
201 rc -= sizeof(wh) + 4;
203 assert(rc >= known_pt_len);
205 for (rc = 0; rc < known_pt_len; rc
238 int rc; local
339 int rc; local
406 int rc; local
511 int rc; local
[all...]
/freebsd-13-stable/tools/tools/net80211/w00t/assoc/
H A Dassoc.c102 int rc; local
104 rc = inject(p->tx, buf, len);
105 if (rc == -1) {
110 } else if (rc != len)
111 errx(1, "injected %d but only %d sent", rc, len);
326 int rc = send_ack(p->tx, wh->i_addr2);
327 if (rc == -1)
329 if (rc != 10) {
330 printf("Wrote ACK %d/%d\n", rc, 10);
340 int rc; local
423 int rc; local
489 int rc; local
543 int rc; local
589 int rc; local
790 int rc; local
[all...]
/freebsd-13-stable/usr.sbin/acpi/acpidb/
H A Dacpidb.c139 struct ACPIRegionContent *rc; local
141 rc = malloc(sizeof(struct ACPIRegionContent));
142 if (rc == NULL) {
145 rc->regtype = regtype;
146 rc->addr = addr;
147 rc->value = value;
149 TAILQ_INSERT_TAIL(&RegionContentList, rc, links);
156 struct ACPIRegionContent *rc; local
161 TAILQ_FOREACH(rc, &RegionContentList, links) {
162 if (rc
175 struct ACPIRegionContent *rc; local
227 struct ACPIRegionContent rc; local
268 struct ACPIRegionContent *rc; local
[all...]

Completed in 153 milliseconds

<<11121314151617181920>>