Searched refs:rc (Results 126 - 150 of 735) sorted by relevance

1234567891011>>

/freebsd-10.0-release/etc/rc.d/
H A Dnetwait10 # statically-configured IP addresses in rc.conf(5). If your system
12 # /etc/rc.conf instead of using netwait.
14 . /etc/rc.subr
24 local ip rc count output link
76 rc=$?
78 if [ $rc -eq 0 ]; then
H A Dnewsyslog9 . /etc/rc.subr
H A Dnisdomain33 . /etc/rc.subr
H A Dpwcheck10 . /etc/rc.subr
H A Dquota13 . /etc/rc.subr
H A Drtsold11 . /etc/rc.subr
H A Dstatd3 # FreeBSD History: src/etc/rc.d/nfslocking,v 1.11 2004/10/07 13:55:26 mtm Exp
12 . /etc/rc.subr
20 # the correct flags from rc.conf(5).
H A Dhcsecd11 . /etc/rc.subr
H A Dpostrandom11 . /etc/rc.subr
24 /etc/rc.d/random fastsaveseed
H A Droute6d10 . /etc/rc.subr
H A Drouted10 . /etc/rc.subr
H A Dsdpd11 . /etc/rc.subr
/freebsd-10.0-release/release/picobsd/tinyware/oinit/
H A DMakefile7 SH_ARG?= /etc/rc
14 #CFLAGS+= -DOINIT_RC=\"/etc/oinit.rc\"
/freebsd-10.0-release/tools/tools/nanobsd/rescue/
H A Dcommon63 echo "hostname=\"rescue\"" > etc/rc.conf
64 echo "font8x14=\"iso15-8x14\"" >> etc/rc.conf
65 echo "font8x16=\"iso15-8x16\"" >> etc/rc.conf
66 echo "font8x8=\"iso15-8x8\"" >> etc/rc.conf
67 echo "keymap=\"german.iso\"" >> etc/rc.conf
68 echo "#ifconfig_fxp0=\"AUTO\"" >> etc/rc.conf
69 echo "#sshd_enable=\"YES\"" >> etc/rc.conf
85 echo "root_rw_mount=NO" >> etc/defaults/rc.conf
/freebsd-10.0-release/contrib/apr/file_io/unix/
H A Dseek.c59 int rc = EINVAL; local
66 rc = setptr(thefile, *offset);
70 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset);
74 rc = apr_file_info_get_locked(&finfo, APR_FINFO_SIZE, thefile);
75 if (rc == APR_SUCCESS)
76 rc = setptr(thefile, finfo.size + *offset);
84 return rc;
102 int rc = 0; local
116 rc = apr_file_flush_locked(fp);
121 if (rc) {
[all...]
/freebsd-10.0-release/etc/periodic/daily/
H A D490.status-pkg-changes18 rc=2
21 rc=0
39 rc=0
43 exit $rc
/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dservices31 if [ -f $BSDINSTALL_TMPETC/rc.conf.services ]; then
32 eval `sed -e s/YES/on/I -e s/NO/off/I $BSDINSTALL_TMPETC/rc.conf.services`
38 echo -n > $BSDINSTALL_TMPETC/rc.conf.services
58 'to disable' >> $BSDINSTALL_TMPETC/rc.conf.services
59 echo dumpdev=\"AUTO\" >> $BSDINSTALL_TMPETC/rc.conf.services
62 echo ${daemon}_enable=\"YES\" >> $BSDINSTALL_TMPETC/rc.conf.services
66 echo dumpdev=\"NO\" >> $BSDINSTALL_TMPETC/rc.conf.services
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c80 int rc; local
99 rc = -ENODEV;
103 rc = sdp_rx_ring_create(ssk, device);
104 if (rc)
107 rc = sdp_tx_ring_create(ssk, device);
108 if (rc)
114 rc = rdma_create_qp(id, ssk->sdp_dev->pd, &qp_init_attr);
115 if (rc) {
116 sdp_warn(sk, "Unable to create QP: %d.\n", rc);
132 return rc;
144 int rc; local
270 int rc = 0; local
[all...]
/freebsd-10.0-release/contrib/unbound/daemon/
H A Dremote.h76 /** the rc this is part of */
77 struct daemon_remote* rc; member in struct:rc_state
113 * @param rc: state to delete.
115 void daemon_remote_delete(struct daemon_remote* rc);
119 * Does not delete the rc itself, or the ssl context (with its keys).
120 * @param rc: state to clear.
122 void daemon_remote_clear(struct daemon_remote* rc);
134 * @param rc: state
139 int daemon_remote_open_accept(struct daemon_remote* rc,
144 * @param rc
[all...]
/freebsd-10.0-release/etc/periodic/security/
H A D100.chksetuid42 rc=0
53 rc=$?
56 exit $rc
H A D200.chkmounts48 rc=0
62 rc=$?
65 exit "$rc"
H A D500.ipfwdenied42 rc=0
50 rc=$?
54 exit $rc
H A D510.ipfdenied42 rc=0
50 rc=$?
54 exit $rc
H A D520.pfdenied42 rc=0
50 rc=$?
54 exit $rc
H A D550.ipfwlimit43 rc=0
61 rc=1
69 exit $rc

Completed in 82 milliseconds

1234567891011>>