Home
last modified time | relevance | path

Searched refs:rc (Results 1 – 25 of 1566) sorted by last modified time

12345678910>>...63

/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips31 run the shell script /etc/rc. By reading /etc/rc and the /etc/rc.d/ scripts,
354 the following to /etc/rc.conf:
544 To run rc scripts in /etc/rc.d and /usr/local/etc/rc.d use service(8).
550 If you don't want to edit /etc/rc.conf directly, use sysrc(8) to add and remove entries.
/freebsd/contrib/bmake/
H A Dvar.c2823 ApplyModifierResult rc; member
2842 args->rc = AMR_CLEANUP; in ModifyWord_Mtime()
2867 args.rc = AMR_OK; in ApplyModifier_Mtime()
2881 return args.rc; in ApplyModifier_Mtime()
H A DChangeLog3917 * boot-strap: source default settings from .bmake-boot-strap.rc
/freebsd/
H A DObsoleteFiles.inc59 OLD_FILES+=etc/rc.d/gbde
3647 OLD_FILES+=etc/rc.d/sppp
8814 OLD_FILES+=etc/rc.d/amd
12292 OLD_FILES+=etc/rc.d/atm1
12293 OLD_FILES+=etc/rc.d/atm2
12294 OLD_FILES+=etc/rc.d/atm3
15712 # 20091202: unify rc.firewall and rc.firewall6
16427 # 20071025: rc.d/nfslocking superseded by rc.d/lockd and rc.d/statd
17088 OLD_FILES+=etc/rc.d/ike
17106 # 20051029: rc.d/ppp-user renamed to rc.d/ppp for convenience
[all …]
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dfetchmissingdists111 rc=$?
113 if [ $rc -ne 0 ]; then
H A Dconfig31 cat $BSDINSTALL_TMPETC/rc.conf.* >> $BSDINSTALL_TMPETC/rc.conf
32 rm $BSDINSTALL_TMPETC/rc.conf.*
/freebsd/sys/compat/lindebugfs/
H A Dlindebugfs.c121 int rc; in debugfs_fill() local
125 return (rc); in debugfs_fill()
130 rc = d->dm_fops->open(&vn, &lf); in debugfs_fill()
131 if (rc < 0) { in debugfs_fill()
135 return (-rc); in debugfs_fill()
138 rc = -ENODEV; in debugfs_fill()
142 rc = -ENOMEM; in debugfs_fill()
145 rc = d->dm_fops->read(&lf, buf, sb->s_size, in debugfs_fill()
147 if (rc > 0) in debugfs_fill()
168 if (rc < 0) { in debugfs_fill()
[all …]
/freebsd/contrib/unbound/validator/
H A Dvalidator.c374 char rc[16]; in needs_validation() local
375 rc[0]=0; in needs_validation()
376 (void)sldns_wire2str_rcode_buf(rcode, rc, sizeof(rc)); in needs_validation()
2773 char rc[16]; in ds_response_to_ke() local
2774 rc[0]=0; in ds_response_to_ke()
2775 (void)sldns_wire2str_rcode_buf(rcode, rc, sizeof(rc)); in ds_response_to_ke()
2778 errinf(qstate, rc); in ds_response_to_ke()
2973 char rc[16]; in ds_response_to_ke() local
2974 rc[0]=0; in ds_response_to_ke()
2976 msg->rep->flags), rc, sizeof(rc)); in ds_response_to_ke()
[all …]
/freebsd/contrib/unbound/services/
H A Dmesh.c1465 uint16_t rc = FLAGS_GET_RCODE(sldns_buffer_read_u16_at( in mesh_send_reply() local
1468 m->s.env->mesh->ans_rcode[ rc ] ++; in mesh_send_reply()
1469 if(rc == 0 && LDNS_ANCOUNT(sldns_buffer_begin(r_buffer)) == 0) in mesh_send_reply()
/freebsd/contrib/unbound/iterator/
H A Diterator.c665 char rcode[256], rc[32]; in errinf_reply() local
668 rc, sizeof(rc)); in errinf_reply()
669 snprintf(rcode, sizeof(rcode), "got %s", rc); in errinf_reply()
/freebsd/contrib/unbound/doc/
H A DChangelog9193 - makedist -w strips out old rc.. and snapshot info from version.
9297 - ldns 1.5.0 rc as tarball included.
9409 - follows -rc makedist from ldns changes (no _rc).
9410 - ldns tarball updated with 1.4.1rc for DLV unit test.
9417 - follows ldns makedist.sh. -rc option. autom4te dir removed.
9667 so, update-anchor.sh -d mydir && /etc/rc.d/unbound restart
9822 - bug #208: extra rc.d unbound flexibility for freebsd/nanobsd.
10109 - fixup default rc.d pidfile location to /usr/local/etc.
10297 - added FreeBSD rc.d script to contrib.
/freebsd/contrib/unbound/contrib/
H A Dunbound.init22 . /etc/rc.d/init.d/functions
H A Dunbound.init_fedora22 . /etc/rc.d/init.d/functions
H A Drc_d_unbound13 . /etc/rc.subr
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c862 daemon_remote_clear(daemon->rc); in daemon_cleanup()
892 daemon_remote_delete(daemon->rc); in daemon_delete()
H A Dremote.c166 if(!rc) { in daemon_remote_create()
192 return rc; in daemon_remote_create()
224 free(rc); in daemon_remote_delete()
429 if(rc->active >= rc->max_active) { in remote_accept_callback()
479 n->rc = rc; in remote_accept_callback()
3127 if(rc) distribute_cmd(rc, ssl, cmd); in execute_cmd()
3132 if(rc) distribute_cmd(rc, ssl, cmd); in execute_cmd()
3137 if(rc) distribute_cmd(rc, ssl, cmd); in execute_cmd()
3142 if(rc) distribute_cmd(rc, ssl, cmd); in execute_cmd()
3304 execute_cmd(rc, res, buf, rc->worker); in handle_req()
[all …]
H A Dunbound.c489 if(!(daemon->rc = daemon_remote_create(cfg))) in perform_setup()
H A Dworker.c1374 int rc = 0; in worker_handle_request() local
1865 rc = 0; in worker_handle_request()
1934 rc = 1; in worker_handle_request()
1951 if(worker->dtenv.log_client_response_messages && rc !=0) { in worker_handle_request()
1984 return rc; in worker_handle_request()
2151 if(!daemon_remote_open_accept(worker->daemon->rc, in worker_init()
2417 daemon_remote_start_accept(worker->daemon->rc); in worker_start_accept()
2425 daemon_remote_stop_accept(worker->daemon->rc); in worker_stop_accept()
/freebsd/contrib/unbound/
H A DMakefile.in325 rsrc_svcinst.o: $(srcdir)/winrc/rsrc_svcinst.rc config.h
326 rsrc_svcuninst.o: $(srcdir)/winrc/rsrc_svcuninst.rc config.h
327 rsrc_anchorupd.o: $(srcdir)/winrc/rsrc_anchorupd.rc config.h
328 rsrc_unbound.o: $(srcdir)/winrc/rsrc_unbound.rc config.h
329 rsrc_unbound_host.o: $(srcdir)/winrc/rsrc_unbound_host.rc config.h
330 rsrc_unbound_anchor.o: $(srcdir)/winrc/rsrc_unbound_anchor.rc config.h
331 rsrc_unbound_control.o: $(srcdir)/winrc/rsrc_unbound_control.rc config.h
332 rsrc_unbound_checkconf.o: $(srcdir)/winrc/rsrc_unbound_checkconf.rc config.h
/freebsd/sys/conf/
H A DNOTES995 # in /etc/rc.conf when first enabling this feature, then refining the
996 # firewall rules in /etc/rc.firewall after you've tested that the new kernel
/freebsd/libexec/rc/rc.d/
H A Ddevmatch32 . /etc/rc.subr
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c1304 struct read_cmd_item *rc; in cpp_demangle_read_function() local
1341 rc = vector_read_cmd_find(&ddata->cmd, READ_PTRMEM); in cpp_demangle_read_function()
1342 if (non_cv_qualifier || rc != NULL) { in cpp_demangle_read_function()
1353 if (rc) { in cpp_demangle_read_function()
1371 if (!cpp_demangle_push_type_qualifier(ddata, rc->data, in cpp_demangle_read_function()
/freebsd/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c1638 struct read_cmd_item *rc; in cpp_demangle_read_function() local
1675 rc = vector_read_cmd_find(&ddata->cmd, READ_PTRMEM); in cpp_demangle_read_function()
1676 if (non_cv_qualifier || rc != NULL) { in cpp_demangle_read_function()
1687 if (rc) { in cpp_demangle_read_function()
1705 if (!cpp_demangle_push_type_qualifier(ddata, rc->data, in cpp_demangle_read_function()
/freebsd/sys/dev/usb/net/
H A Dif_smsc.c1506 int rc; in smsc_ioctl() local
1516 rc = 0; in smsc_ioctl()
1537 rc = uether_ioctl(ifp, cmd, data); in smsc_ioctl()
1540 return (rc); in smsc_ioctl()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp580 int rc; in __kmp_stg_parse_device_thread_limit() local
585 if (rc) { in __kmp_stg_parse_device_thread_limit()
818 int rc; in __kmp_stg_parse_wait_policy() local
821 if (rc) { in __kmp_stg_parse_wait_policy()
996 int rc; in __kmp_stg_parse_stacksize() local
999 if (rc) { in __kmp_stg_parse_stacksize()
1902 int rc; in __kmp_stg_parse_force_reduction() local
2616 int rc; in __kmp_stg_parse_affinity() local
2739 int rc; in __kmp_stg_parse_gomp_cpu_affinity() local
3059 int rc; in __kmp_stg_parse_places() local
[all …]

12345678910>>...63