Home
last modified time | relevance | path

Searched full:services (Results 1 – 25 of 5541) sorted by relevance

12345678910>>...222

/freebsd/contrib/unbound/
H A DMakefile.in118 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/services_mkdb/
H A Dservices_mkdb.824 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
35 .Nd generate the services database
54 .Pa /etc/services
57 .Pa /var/db/services.db .
59 .Xr services 5 ) .
70 Do not warn about duplicate services.
72 Print the services file to stdout, omitting duplicate entries and comments.
75 The databases are used by the C library services routines (see
85 .Bl -tag -width ".Pa /var/db/services.db.tmp" -compact
86 .It Pa /var/db/services.db
[all …]
H A DMakefile3 CONFS= services
15 ${SERVICES_MKDB_CMD} ${CAP_MKDB_ENDIAN} -q -o ${DESTDIR}/var/db/services.db \
16 ${DESTDIR}/etc/services
18 echo ".${DISTBASE}/var/db/services.db type=file mode=0644 uname=root gname=wheel" | \
/freebsd/usr.sbin/inetd/
H A Dinetd.822 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
131 Turn on TCP Wrapping for internal services which are built in to
134 Turn on TCP Wrapping for external services.
180 There are two types of services that
189 TCPMUX services are nonstandard services that do not have a
200 discussion of internal services below.
206 .Pa /etc/services ,
212 services (discussed below), the service
216 .Pa /etc/services ) .
229 For TCPMUX services, the value of the
[all …]
/freebsd/share/man/man5/
H A Dservices.525 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32 .Dt SERVICES 5
35 .Nm services
41 the known services available in the
69 .Pa /var/db/services.db
72 .Pa /var/db/services.db
75 after changes to the services file have been applied.
78 .Pa services.byname
81 .Pa /etc/services
83 This causes the contents of the NIS services ma
[all...]
/freebsd/share/man/man7/
H A Dfirewall.718 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
36 IP addresses and to isolate services such as NFS or SMBFS (Windows
168 The idea here is that you can bind internal services
170 those services from the Internet.
171 The only services you run on
180 reign on our internal network when operating services through
202 # NOTE: heavily loaded services running through the firewall may require
242 # exposed services to exposed IPs but can safely bind internal
243 # services to internal IPs.
309 # SPECIFIC SERVICES ALLOWED FROM SPECIFIC LANS
[all …]
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dservices21 # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33 if [ -f $BSDINSTALL_TMPETC/rc.conf.services ]; then
35 $BSDINSTALL_TMPETC/rc.conf.services )"
41 echo -n > $BSDINSTALL_TMPETC/rc.conf.services
46 --checklist "Choose the services you would like to be started at boot:" \
76 echo ${rcvar}=\"YES\" >> $BSDINSTALL_TMPETC/rc.conf.services
80 echo moused_nondefault_enable=\"NO\" >> $BSDINSTALL_TMPETC/rc.conf.services
84 'to disable' >> $BSDINSTALL_TMPETC/rc.conf.services
86 echo dumpdev=\"AUTO\" >> $BSDINSTALL_TMPETC/rc.conf.services
88 echo dumpdev=\"NO\" >> $BSDINSTALL_TMPETC/rc.conf.services
/freebsd/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_ctrl_services.c88 * @param[in] pEnabledServices pointer to memory where enabled services will
138 "Error parsing enabled services from ADF.\n"); in SalCtrl_GetEnabledServices()
145 QAT_UTILS_LOG("Failed to get enabled services from ADF.\n"); in SalCtrl_GetEnabledServices()
167 * param[in] enabled_services It is the bitmask for the enabled services
179 * This function is used to check whether enabled services has associated
195 * param[in] enabled_services It is the bitmask for the enabled services
271 * param[in] service service or services to check
407 * @param[in] services A pointer to the container of services
414 sal_list_t **services, in SalCtrl_ServiceShutdown() argument
423 SAL_FOR_EACH(*services, sal_service_t, device, shutdown, status); in SalCtrl_ServiceShutdown()
[all …]
/freebsd/lib/libsysdecode/
H A DMakefile.depend55 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/lib/libc/net/
H A Dgetservent.322 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
62 fields of a line in the network services data base,
63 .Pa /etc/services .
126 .Bl -tag -width /etc/services -compact
127 .It Pa /etc/services
128 .It Pa /var/db/services.db
136 .Xr services 5 ,
/freebsd/sys/dev/qat/qat_hw/qat_4xxx/
H A Dadf_4xxx_hw_data.c135 /* Get the services enabled by user */ in get_ring_to_svc_map()
150 "Invalid services enabled: %s\n", in get_ring_to_svc_map()
368 /* Get the services enabled by user */ in get_accel_unit_config()
391 /* Ensure the user won't enable more services than it can support */ in get_accel_unit_config()
394 "Can't enable more services than "); in get_accel_unit_config()
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()
[all …]
/freebsd/contrib/tcp_wrappers/
H A DREADME.IRIX26 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
H A Dtcpd.83 tcpd \- access control facility for internet services
8 \fIrlogin\fR, \fItftp\fR, \fItalk\fR, \fIcomsat\fR and other services
66 to have an address that belongs to someone elses network. UDP services
122 Similar changes will be needed for the other services that are to be
141 configuration file these services are registered with the \fIwait\fR
144 The program does not work with RPC services over TCP. These services
/freebsd/usr.sbin/bluetooth/btpand/
H A Dbtpand.c23 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
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[ in usage()
[all...]
H A Dbtpand.820 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
50 daemon handles Bluetooth Personal Area Networking services
79 Note, the only differences between NAP and GN services as implemented by
151 to provide or connect to, the following services are recognised:
166 will not use SDP services for connection setup.
169 When providing networking services, the Bluetooth PAN profile says that the
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h79 std::vector<std::unique_ptr<ExecutorBootstrapService>> &services() { in services() function
80 return Services; in services()
92 std::vector<std::unique_ptr<ExecutorBootstrapService>> Services; variable
122 // If transport creation succeeds then start up services. in Create()
123 Server->Services = std::move(S.services()); in Create()
124 Server->Services.push_back( in Create()
126 for (auto &Service : Server->Services) in Create()
185 std::vector<std::unique_ptr<ExecutorBootstrapService>> Services; variable
/freebsd/usr.bin/sockstat/
H A DMakefile.depend11 lib/libcasper/services/cap_net \
12 lib/libcasper/services/cap_netdb \
13 lib/libcasper/services/cap_pwd \
14 lib/libcasper/services/cap_sysctl \
/freebsd/lib/libpam/pam.d/
H A Dconvert.pl31 # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
41 use vars qw(%SERVICES);
57 push(@{$SERVICES{$2}->{$3}}, $line);
60 foreach $service (keys(%SERVICES)) {
78 next unless exists($SERVICES{$service}->{$type});
81 print(FILE join("\n", @{$SERVICES{$service}->{$type}}, ""));
/freebsd/share/examples/ses/getencstat/
H A Dgetencstat.022 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37 .Nd get SCSI Environmental Services Device enclosure status
45 gets summary and detailed SCSI Environmental Services (or SAF-TE) device
53 A SCSI Environmental Services device enclosure may be either in the state
74 SCSI Environmental Services Devices
/freebsd/crypto/heimdal/kdc/
H A Dprocess.c28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
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/sys/contrib/edk2/Include/Uefi/
H A DUefiMultiPhase.h54 /// The code portions of a loaded Boot Services Driver.
59 /// allocation type used by a Boot Services Driver to allocate pool memory.
63 /// The code portions of a loaded Runtime Services Driver.
67 /// The data portions of a loaded Runtime Services Driver and the default
68 /// data allocation type used by a Runtime Services Driver to allocate pool memory.
89 /// be mapped by the OS to a virtual address so it can be accessed by EFI runtime services.
149 /// the EFI Boot Services Table, and the EFI Runtime Services Table.
/freebsd/lib/libc/rpc/
H A DREADME62 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/usr.sbin/service/
H A Dservice.819 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30 .Nd "control (start/stop/etc.) or list system services"
56 Its primary purpose is to start and stop services provided
84 List services that are enabled.
109 Restart all enabled local services.
175 Report a verbose listing of all available services:
/freebsd/lib/libcasper/libcasper/
H A Dlibcasper.323 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
85 daemon or an instance of one of the daemon's services.
89 the casper daemon's services via the
179 This is a low level interface to communicate with casper services.
180 It is expected that most services will provide a higher level API.
209 Casper supports the following services in the base system:
/freebsd/share/man/man4/
H A Dses.420 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 .Nd SCSI Environmental Services driver
39 devices of the environmental services class that are attached to the system
44 The environmental services class generally are enclosure devices that
54 Environmental Services device can be configured.

12345678910>>...222