/freebsd/contrib/unbound/ |
H A D | Makefile.in | 118 COMMON_SRC=services/cache/dns.c services/cache/infra.c services/cache/rrset.c \ 123 iterator/iter_scrub.c iterator/iter_utils.c services/listen_dnsport.c \ 124 services/localzone.c services/mesh.c services/modstack.c services/view.c \ 125 services/rpz.c util/rfc_1982.c \ 126 services/outbound_list.c services/outside_network.c util/alloc.c \ 128 util/shm_side/shm_main.c services/authzone.c \ 482 $(srcdir)/services/outbound_list.h $(srcdir)/util/config_file.h \ 485 $(srcdir)/services/cache/dns.h $(srcdir)/services/mesh.h \ 486 $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h 717 dns.lo dns.o: $(srcdir)/services/cache/dns.c config.h $(srcdir)/iterator/iter_delegpt.h $(srcdir)/u… [all …]
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | btpand.c | 64 } services[] = { variable 146 for (ul = 0; ul < __arraycount(services); ul++) { in main() 147 if (strcasecmp(optarg, services[ul].name) == 0) in main() 151 if (ul == __arraycount(services)) in main() 155 service_name = services[ul].name; in main() 157 service_class = services[ul].class; in main() 287 "Known services:\n" in usage() 290 for (n = 0; n < __arraycount(services); n++) in usage() 291 fprintf(stderr, "\t%s\t%s\n", services[n].name, services[ in usage() [all...] |
/freebsd/lib/libsysdecode/ |
H A D | Makefile.depend | 55 lib/libcasper/services/cap_dns \ 56 lib/libcasper/services/cap_fileargs \ 57 lib/libcasper/services/cap_grp \ 58 lib/libcasper/services/cap_net \ 59 lib/libcasper/services/cap_netdb \ 60 lib/libcasper/services/cap_pwd \ 61 lib/libcasper/services/cap_sysctl \ 62 lib/libcasper/services/cap_syslog \
|
/freebsd/sys/dev/qat/qat_api/common/ctrl/ |
H A D | sal_ctrl_services.c | 414 sal_list_t **services, in SalCtrl_ServiceShutdown() argument 423 SAL_FOR_EACH(*services, sal_service_t, device, shutdown, status); in SalCtrl_ServiceShutdown() 432 dyn_service = *services; in SalCtrl_ServiceShutdown() 444 SalList_free(services); in SalCtrl_ServiceShutdown() 448 curr_element = *services; in SalCtrl_ServiceShutdown() 522 sal_list_t **services, in SalCtrl_ServiceInit() argument 561 SalList_add(services, &tail_list, pInst); in SalCtrl_ServiceInit() 568 sal_list_t *curr_element = *services; in SalCtrl_ServiceInit() 588 SalList_free(services); in SalCtrl_ServiceInit() 593 SAL_FOR_EACH(*services, sal_service_t, device, init, status); in SalCtrl_ServiceInit() [all …]
|
/freebsd/usr.bin/sockstat/ |
H A D | Makefile.depend | 11 lib/libcasper/services/cap_net \ 12 lib/libcasper/services/cap_netdb \ 13 lib/libcasper/services/cap_pwd \ 14 lib/libcasper/services/cap_sysctl \
|
/freebsd/sys/dev/qat/qat_hw/qat_4xxx/ |
H A D | adf_4xxx_hw_data.c | 476 if (accel_dev->au_info->au[i].services == in adf_init_accel_unit_services() 478 accel_dev->au_info->au[i].services = ADF_ACCEL_ASYM; in adf_init_accel_unit_services() 484 if (accel_dev->au_info->au[i].services == in adf_init_accel_unit_services() 486 accel_dev->au_info->au[i].services = ADF_ACCEL_CRYPTO; in adf_init_accel_unit_services() 492 if (accel_dev->au_info->au[i].services == in adf_init_accel_unit_services() 494 accel_dev->au_info->au[i].services = in adf_init_accel_unit_services() 556 if (accel_unit[i].services == service) in get_obj_cfg_ae_mask() 580 if (hw_data->service_to_load_mask & accel_unit[i].services) { in adf_4xxx_get_service_type() 582 ~accel_unit[i].services; in adf_4xxx_get_service_type() 583 return accel_unit[i].services; in adf_4xxx_get_service_type() [all …]
|
/freebsd/crypto/heimdal/kdc/ |
H A D | process.c | 164 static struct krb5_kdc_service services[] = { variable 200 for (i = 0; services[i].process != NULL; i++) { in krb5_kdc_process_request() 201 ret = (*services[i].process)(context, config, &req_buffer, in krb5_kdc_process_request() 205 if (services[i].flags & KS_NO_LENGTH) in krb5_kdc_process_request() 239 for (i = 0; services[i].process != NULL; i++) { in krb5_kdc_process_krb5_request() 240 if ((services[i].flags & KS_KRB5) == 0) in krb5_kdc_process_krb5_request() 242 ret = (*services[i].process)(context, config, &req_buffer, in krb5_kdc_process_krb5_request()
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | Makefile | 3 CONFS= services 15 ${SERVICES_MKDB_CMD} ${CAP_MKDB_ENDIAN} -q -o ${DESTDIR}/var/db/services.db \ 16 ${DESTDIR}/etc/services
|
/freebsd/contrib/tcp_wrappers/ |
H A D | README.IRIX | 26 appears to work as expected with TCP-based services such as 27 fingerd, and with UDP-based services such as ntalk and tftp. 29 (3) It does NOT work with RPC over UDP services such as rusersd and 34 services cannot be wrapped until SGI fixes their system so that it 37 (4) I didn't even bother to try the RPC over TCP services. 48 So, TLI services cannot be wrapped until SGI fixes their system so
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound-fuzzme.patch | 87 …$(srcdir)/util/storage/slabhash.h $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/dnstree.… 88 $(srcdir)/util/rtt.h $(srcdir)/services/authzone.h $(srcdir)/validator/val_kcache.h \ 91 + $(srcdir)/util/locks.h $(srcdir)/util/alloc.h $(srcdir)/services/modstack.h \ 93 + $(srcdir)/util/storage/slabhash.h $(srcdir)/util/storage/lruhash.h $(srcdir)/services/listen_dnsp… 94 + $(srcdir)/util/netevent.h $(srcdir)/dnscrypt/dnscrypt.h $(srcdir)/services/cache/rrset.h \ 95 + $(srcdir)/util/data/packed_rrset.h $(srcdir)/services/cache/infra.h $(srcdir)/util/storage/dnstre… 98 + $(srcdir)/util/tube.h $(srcdir)/services/mesh.h $(srcdir)/util/net_help.h $(srcdir)/util/ub_event… 100 $(srcdir)/util/locks.h $(srcdir)/util/alloc.h $(srcdir)/services/modstack.h \
|
/freebsd/sbin/savecore/ |
H A D | Makefile.depend.options | 6 lib/libcasper/services/cap_fileargs \ 7 lib/libcasper/services/cap_syslog
|
/freebsd/usr.bin/kdump/ |
H A D | Makefile.depend.options | 6 lib/libcasper/services/cap_grp \ 7 lib/libcasper/services/cap_pwd
|
/freebsd/lib/lib9p/ |
H A D | Makefile.depend | 9 lib/libcasper/services/cap_grp \ 10 lib/libcasper/services/cap_pwd \
|
/freebsd/bin/cat/ |
H A D | Makefile.depend | 10 lib/libcasper/services/cap_fileargs \ 11 lib/libcasper/services/cap_net \
|
/freebsd/contrib/netbsd-tests/lib/libc/net/ |
H A D | t_servent.sh | 43 tr '\t' ' ' </etc/services | awk ' 89 tr '\t' ' ' < /etc/services |
|
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | qcom,apr.txt | 5 used for audio/voice services on the QDSP. 29 - All APR services MUST contain the following property: 100 dependencies specified. Here some of the apr services are dependent on services
|
/freebsd/contrib/wpa/hostapd/logwatch/ |
H A D | README | 6 /etc/log.d/conf/services/hostapd.conf 7 /etc/log.d/scripts/services/hostapd
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | services | 33 if [ -f $BSDINSTALL_TMPETC/rc.conf.services ]; then 41 echo -n > $BSDINSTALL_TMPETC/rc.conf.services
|
/freebsd/lib/libc/rpc/ |
H A D | README | 62 The current release is a native source distribution, and provides services 65 replace these services. See the DISCLAIMER for further information about the 109 cmd/demo Some simple ONC demo services 114 head/rpcsvc RPCL (.x) specifications for various ONC services, and 154 The demonstration services in the demo directory are not built by the 156 directory and enter "make". The four services will be built. 158 services, rpcbind must be running, then invoke the service 167 See the Makefiles in the demonstration services for examples of building
|
/freebsd/share/examples/ipfilter/rules/ |
H A D | example.11 | 16 # allow any connections to be made, except to BSD print/r-services 22 # allow any connections to be made, except to BSD print/r-services
|
H A D | firewall | 17 Draw up a list of which services you want to allow users to use on the 38 as a name to a number is controlled with the /etc/services file.
|
/freebsd/targets/pseudo/userland/lib/ |
H A D | Makefile.depend | 225 lib/libcasper/services/cap_dns \ 226 lib/libcasper/services/cap_grp \ 227 lib/libcasper/services/cap_pwd \ 228 lib/libcasper/services/cap_sysctl \
|
/freebsd/usr.sbin/ypserv/ |
H A D | Makefile.yp | 112 SERVICES = $(YPSRCDIR)/services 142 TARGETS= servers hosts networks protocols rpc services shells group 210 services: services.byname 511 services.byname: $(SERVICES)
|
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/ |
H A D | adf_c4xxx_hw_data.c | 1718 if (accel_unit[i].services == ADF_ACCEL_INLINE_CRYPTO) in adf_get_inline_config() 1747 if (accel_unit[i].services == ADF_ACCEL_INLINE_CRYPTO) { in adf_set_inline_ae_mask() 1804 if (accel_unit[i].services == ADF_ACCEL_CRYPTO) { in adf_set_ae_mask() 1814 } else if (accel_unit[i].services == ADF_ACCEL_COMPRESSION) { in adf_set_ae_mask() 1864 accel_unit[i].services = ADF_ACCEL_COMPRESSION; in adf_init_accel_unit_services() 1869 if (accel_unit[i].services == ADF_ACCEL_SERVICE_NULL) { in adf_init_accel_unit_services() 1870 accel_unit[i].services = ADF_ACCEL_COMPRESSION; in adf_init_accel_unit_services() 1877 if (accel_unit[i].services == ADF_ACCEL_SERVICE_NULL) { in adf_init_accel_unit_services() 1878 accel_unit[i].services = ADF_ACCEL_INLINE_CRYPTO; in adf_init_accel_unit_services() 1885 if (accel_unit[i].services == ADF_ACCEL_SERVICE_NULL) { in adf_init_accel_unit_services() [all …]
|
/freebsd/lib/libunbound/ |
H A D | Makefile | 7 …r ${UNBOUNDDIR}/sldns ${UNBOUNDDIR}/libunbound ${UNBOUNDDIR}/services ${UNBOUNDDIR}/services/cache…
|