Searched refs:rc (Results 276 - 300 of 1074) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/etc/rc.d/
H A Dquota13 . /etc/rc.subr
H A Drctl10 . /etc/rc.subr
H A Droot10 . /etc/rc.subr
H A Dsppp11 . /etc/rc.subr
H A Dsysctl8 . /etc/rc.subr
H A Dubthidhci11 . /etc/rc.subr
H A Dypbind11 . /etc/rc.subr
H A Dyppasswdd11 . /etc/rc.subr
H A Dypserv10 . /etc/rc.subr
H A Dypset10 . /etc/rc.subr
H A Dypupdated10 . /etc/rc.subr
H A Dypxfrd10 . /etc/rc.subr
H A Dddb3 # $FreeBSD: stable/11/etc/rc.d/ddb 332864 2018-04-22 00:26:35Z kevans $
11 . /etc/rc.subr
H A Dntpdate3 # $FreeBSD: stable/11/etc/rc.d/ntpdate 314531 2017-03-02 01:23:17Z ian $
10 . /etc/rc.subr
H A Dipmon3 # $FreeBSD: stable/11/etc/rc.d/ipmon 341288 2018-11-30 06:45:53Z cy $
11 . /etc/rc.subr
/freebsd-11-stable/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c80 int rc, t; local
93 rc = pthread_create(&threads[t], NULL, vfork_test, &t);
94 if (rc)
95 errc(1, rc, "pthread_create");
/freebsd-11-stable/contrib/blacklist/etc/rc.d/
H A Dblacklistd10 $_rc_subr_loaded . /etc/rc.subr
29 # Find /etc/rc.d scripts with "chrootdir" rcorder(8) keyword,
33 for _lr in $(rcorder -k chrootdir /etc/rc.d/*); do
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_port.c65 int rc; local
70 rc = 0;
78 rc = 0;
90 if ((rc = efx_mac_stats_update(sc->enp, esmp,
97 rc = ETIMEDOUT;
99 return (rc);
169 int rc; local
173 if ((rc = sfxge_mac_stat_update(sc)) == 0)
177 if (rc == 0)
178 rc
364 int rc = 0; local
404 int rc; local
425 int rc; local
487 int rc; local
575 int rc; local
619 int rc; local
754 int rc; local
967 int rc; local
1001 int rc; local
[all...]
/freebsd-11-stable/release/amd64/
H A Dmake-memstick.sh34 echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
37 rm ${1}/etc/rc.conf.local
/freebsd-11-stable/release/i386/
H A Dmake-memstick.sh34 echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
37 rm ${1}/etc/rc.conf.local
/freebsd-11-stable/release/powerpc/
H A Dmake-memstick.sh38 echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
42 rm ${1}/etc/rc.conf.local
/freebsd-11-stable/release/arm64/
H A Dmake-memstick.sh34 echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
37 rm ${1}/etc/rc.conf.local
/freebsd-11-stable/tests/sys/kqueue/libkqueue/
H A Dcommon.h27 # define err(rc,msg,...) do { perror(msg); exit(rc); } while (0)
28 # define errx(rc,msg,...) do { puts(msg); exit(rc); } while (0)
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_redis.h112 * @param rc redis instance, use rc->live_servers to select a node
116 apr_redis_t *rc,
135 * @param rc The redis client object to use
141 APU_DECLARE(apr_uint32_t) apr_redis_hash(apr_redis_t *rc,
161 * @param rc The redis client object to use
166 APU_DECLARE(apr_redis_server_t *) apr_redis_find_server_hash(apr_redis_t *rc,
173 apr_redis_t *rc,
178 * @param rc The redis client object to use
184 APU_DECLARE(apr_status_t) apr_redis_add_server(apr_redis_t *rc,
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_getch.c133 int rc; local
136 rc = TCBOf(sp)->drv->testmouse(TCBOf(sp), delay EVENTLIST_2nd(evl));
141 rc = TW_MOUSE;
145 rc = _nc_timed_wait(sp,
153 && (rc == 0)
155 rc |= TW_MOUSE;
160 return rc;
365 int rc; local
376 rc = recur_wgetnstr(win, buf);
383 rc
400 int rc = 0; local
731 int rc; local
[all...]

Completed in 114 milliseconds

<<11121314151617181920>>