Searched refs:rc (Results 1 - 25 of 710) sorted by relevance

1234567891011>>

/freebsd-9.3-release/share/man/man8/
H A DMakefile9 rc.8 \
10 rc.sendmail.8 \
11 rc.subr.8 \
15 MLINKS= rc.8 rc.atm.8 \
16 rc.8 rc.d.8 \
17 rc.8 rc.firewall.8 \
18 rc
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/rangecoder/
H A Drange_encoder.h55 rc_reset(lzma_range_encoder *rc) argument
57 rc->low = 0;
58 rc->cache_size = 1;
59 rc->range = UINT32_MAX;
60 rc->cache = 0;
61 rc->count = 0;
62 rc->pos = 0;
67 rc_bit(lzma_range_encoder *rc, probability *prob, uint32_t bit) argument
69 rc->symbols[rc
76 rc_bittree(lzma_range_encoder *rc, probability *probs, uint32_t bit_count, uint32_t symbol) argument
90 rc_bittree_reverse(lzma_range_encoder *rc, probability *probs, uint32_t bit_count, uint32_t symbol) argument
105 rc_direct(lzma_range_encoder *rc, uint32_t value, uint32_t bit_count) argument
116 rc_flush(lzma_range_encoder *rc) argument
124 rc_shift_low(lzma_range_encoder *rc, uint8_t *out, size_t *out_pos, size_t out_size) argument
150 rc_encode(lzma_range_encoder *rc, uint8_t *out, size_t *out_pos, size_t out_size) argument
226 rc_pending(const lzma_range_encoder *rc) argument
[all...]
/freebsd-9.3-release/etc/periodic/daily/
H A D150.clean-hoststat18 rc=2
22 rc=0
23 purgestat || rc=1
26 *) rc=0;;
29 exit $rc
H A D330.news23 rc=2
28 /etc/news.expire && rc=0 || rc=3
31 *) rc=0;;
34 exit $rc
H A D401.status-graid22 rc=3
24 rc=0
27 rc=2
31 *) rc=0;;
34 exit $rc
H A D406.status-gmirror22 rc=3
24 rc=0
27 rc=2
31 *) rc=0;;
34 exit $rc
H A D407.status-graid322 rc=3
24 rc=0
27 rc=2
31 *) rc=0;;
34 exit $rc
H A D408.status-gstripe22 rc=3
24 rc=0
27 rc=2
31 *) rc=0;;
34 exit $rc
H A D409.status-gconcat22 rc=3
24 rc=0
27 rc=2
31 *) rc=0;;
34 exit $rc
H A D999.local17 rc=0
27 sh $script || rc=3
30 [ $rc -lt 2 ] && rc=2
34 [ $rc -lt 2 ] && rc=2;;
38 exit $rc
H A D420.status-network21 netstat -id && rc=0 || rc=3;;
23 netstat -idn && rc=0 || rc=3;;
26 *) rc=0;;
29 exit $rc
H A D430.status-rwho27 rc=$($prog | tee /dev/stderr | wc -l)
30 [ $rc -gt 1 ] && rc=1
32 rc=3
35 *) rc=0;;
38 exit $rc
H A D450.status-security27 rc=3;;
30 rc=0;;
33 rc=0;;
36 periodic security || rc=3;;
38 *) rc=0;;
41 exit $rc
H A D120.clean-preserve22 rc=2
27 rc=2
41 rc=$(find . ! -name . -mtime +$daily_clean_preserve_days \
43 [ -z "$print" ] && rc=0
44 [ $rc -gt 1 ] && rc=1
46 rc=3
50 *) rc=0;;
53 exit $rc
H A D140.clean-rwho22 rc=2
27 rc=2
41 rc=$(find . ! -name . -mtime +$daily_clean_rwho_days \
43 [ -z "$print" ] && rc=0
44 [ $rc -gt 1 ] && rc=1
46 rc=3
50 *) rc=0;;
53 exit $rc
H A D300.calendar24 calendar -a && rc=0 || rc=3;;
26 *) rc=0;;
29 exit $rc
H A D100.clean-disks22 rc=2
27 rc=2
44 rc=$(find / \( ! -fstype local -o -fstype rdonly \) -prune -o \
47 [ -z "$print" ] && rc=0
48 [ $rc -gt 1 ] && rc=1
52 *) rc=0;;
55 exit $rc
/freebsd-9.3-release/etc/periodic/monthly/
H A D999.local14 rc=0
24 sh $script || rc=3
27 [ $rc -lt 2 ] && rc=2
31 [ $rc -lt 2 ] && rc=2;;
35 exit $rc
/freebsd-9.3-release/etc/periodic/weekly/
H A D999.local14 rc=0
24 sh $script || rc=3
27 [ $rc -lt 2 ] && rc=2
31 [ $rc -lt 2 ] && rc=2;;
35 exit $rc
H A D310.locate21 touch $locdb && rc=0 || rc=3
22 chown nobody $locdb || rc=3
23 chmod 644 $locdb || rc=3
26 echo /usr/libexec/locate.updatedb | nice -n 5 su -fm nobody || rc=3
27 chmod 444 $locdb || rc=3;;
29 *) rc=0;;
32 exit $rc
/freebsd-9.3-release/etc/
H A Dnetstart32 # obsoleted by /etc/rc.d/* and is provided here only for user
37 . /etc/rc.subr
42 /etc/rc.d/devd ${_start}
43 /etc/rc.d/hostid ${_start}
44 /etc/rc.d/hostname ${_start}
45 /etc/rc.d/ipmon ${_start}
46 /etc/rc.d/ipfilter ${_start}
47 /etc/rc.d/ipnat ${_start}
48 /etc/rc.d/ipfs ${_start}
49 /etc/rc
[all...]
/freebsd-9.3-release/etc/rc.d/
H A Dlocal11 . /etc/rc.subr
19 if [ -f /etc/rc.local ]; then
21 . /etc/rc.local
28 if [ -f /etc/rc.shutdown.local ]; then
30 . /etc/rc.shutdown.local
/freebsd-9.3-release/sys/rpc/
H A Dclnt_rc.c81 struct rc_data *rc = NULL; /* private data */ local
89 rc = mem_alloc(sizeof (*rc));
90 mtx_init(&rc->rc_lock, "rc->rc_lock", NULL, MTX_DEF);
91 (void) memcpy(&rc->rc_addr, svcaddr, (size_t)svcaddr->sa_len);
92 rc->rc_nconf = nconf;
93 rc->rc_prog = program;
94 rc->rc_vers = version;
95 rc
123 struct rc_data *rc = (struct rc_data *)cl->cl_private; local
232 struct rc_data *rc = (struct rc_data *)cl->cl_private; local
339 struct rc_data *rc = (struct rc_data *)cl->cl_private; local
351 struct rc_data *rc = (struct rc_data *)cl->cl_private; local
369 struct rc_data *rc = (struct rc_data *)cl->cl_private; local
469 struct rc_data *rc = (struct rc_data *)cl->cl_private; local
494 struct rc_data *rc = (struct rc_data *)cl->cl_private; local
[all...]
/freebsd-9.3-release/sys/modules/rc/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/rc
5 KMOD= rc
6 SRCS= rc.c device_if.h bus_if.h isa_if.h
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Drefcount.h65 void refcount_create(refcount_t *rc);
66 void refcount_create_untracked(refcount_t *rc);
67 void refcount_destroy(refcount_t *rc);
68 void refcount_destroy_many(refcount_t *rc, uint64_t number);
69 int refcount_is_zero(refcount_t *rc);
70 int64_t refcount_count(refcount_t *rc);
71 int64_t refcount_add(refcount_t *rc, void *holder_tag);
72 int64_t refcount_remove(refcount_t *rc, void *holder_tag);
73 int64_t refcount_add_many(refcount_t *rc, uint64_t number, void *holder_tag);
74 int64_t refcount_remove_many(refcount_t *rc, uint64_
[all...]

Completed in 148 milliseconds

1234567891011>>