Searched refs:domain (Results 251 - 275 of 570) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/rpc/
H A Drpcsec_gss.h183 const char *domain);
394 const char *mech, const char *name, const char *node, const char *domain)
400 mech, name, node, domain);
471 const char *mech, const char *name, const char *node, const char *domain);
393 rpc_gss_get_principal_name_call(rpc_gss_principal_t *principal, const char *mech, const char *name, const char *node, const char *domain) argument
/freebsd-current/lib/libc/gen/
H A Dgetpwent.c158 char domain[MAXHOSTNAMELEN]; member in struct:nis_state
1214 nis_map(char *domain, enum nss_lookup_type how, char *buffer, size_t bufsize, argument
1224 rv = yp_order(domain, buffer, &order);
1240 nis_adjunct(char *domain, const char *name, char *buffer, size_t bufsize) argument
1247 rv = yp_match(domain, "passwd.adjunct.byname", name, strlen(name),
1319 if (st->domain[0] == '\0') {
1320 if (getdomainname(st->domain, sizeof(st->domain)) != 0) {
1325 rv = nis_map(st->domain, how, map, sizeof(map), &master);
1349 rv = yp_first(st->domain, ma
1739 char *host, *user, *domain; local
[all...]
/freebsd-current/sys/x86/include/
H A Dbusdma_impl.h46 int domain; member in struct:bus_dma_tag_common
/freebsd-current/usr.sbin/sendmail/
H A DMakefile16 convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c \
/freebsd-current/sys/arm64/include/
H A Dbus_dma_impl.h44 int domain; member in struct:bus_dma_tag_common
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h114 static NativeSocket CreateSocket(const int domain, const int type,
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_mgmt.h115 uint32_t domain; member in struct:bnxt_mgmt_req_hdr
/freebsd-current/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h982 * @brief Create a global frame with given domain
985 __itt_frame ITTAPI __itt_frame_createA(const char *domain);
986 __itt_frame ITTAPI __itt_frame_createW(const wchar_t *domain);
995 __itt_frame ITTAPI __itt_frame_create(const char *domain);
1002 ITT_STUB(ITTAPI, __itt_frame, frame_createA, (const char *domain))
1003 ITT_STUB(ITTAPI, __itt_frame, frame_createW, (const wchar_t *domain))
1005 ITT_STUB(ITTAPI, __itt_frame, frame_create, (const char *domain))
1018 #define __itt_frame_createA(domain)
1020 #define __itt_frame_createW(domain)
1023 #define __itt_frame_create(domain)
[all...]
/freebsd-current/sys/netinet6/
H A Din6_pcb.c79 #include <sys/domain.h>
846 in6_pcblookup_lb_numa_match(const struct inpcblbgroup *grp, int domain) argument
848 return (domain == M_NODOM || domain == grp->il_numa_domain);
854 uint16_t lport, uint8_t domain)
869 * - prefer groups bound to the specified NUMA domain
890 if (in6_pcblookup_lb_numa_match(grp, domain))
894 in6_pcblookup_lb_numa_match(grp, domain)) {
900 in6_pcblookup_lb_numa_match(grp, domain))
903 in6_pcblookup_lb_numa_match(grp, domain)) {
852 in6_pcblookup_lbgroup(const struct inpcbinfo *pcbinfo, const struct in6_addr *faddr, uint16_t fport, const struct in6_addr *laddr, uint16_t lport, uint8_t domain) argument
[all...]
H A Din6_proto.c79 #include <sys/domain.h>
108 struct domain inet6domain = {
/freebsd-current/sys/dev/acpica/
H A Dacpi_pci_link.c574 acpi_pci_link_search_irq(int domain, int bus, int device, int pin) argument
580 value = pci_cfgregread(domain, bus, device, 0, PCIR_VENDOR, 2);
583 value = pci_cfgregread(domain, bus, device, 0, PCIR_HDRTYPE, 1);
593 value = pci_cfgregread(domain, bus, device, func, PCIR_VENDOR,
597 value = pci_cfgregread(domain, bus, device, func, PCIR_INTPIN,
607 value = pci_cfgregread(domain, bus, device, func, PCIR_INTLINE,
643 uintptr_t bus, domain; local
646 * Look up the PCI domain and bus for the specified PCI bridge
655 if (BUS_READ_IVAR(pcib, NULL, PCIB_IVAR_DOMAIN, &domain) != 0) {
656 device_printf(pcib, "Unable to read PCI domain numbe
[all...]
/freebsd-current/contrib/sendmail/contrib/
H A Dexpn.pl21 # add magic to deal with cross-domain cnames
580 # Ranking of inputs: best: user@host.domain, okay: user
756 # servers' domain to the address if it doesn't already have a
757 # domain. Since this sometimes fails, save a back reference so
762 local($domain,$newhost);
770 # domain host isn't, keep $host whatever it is
778 # accounted for. They have to do with domain relay hosts.
788 # The first try must always be to cut the domain part out of
822 ($domain = $domain_host) =~ s/^[^\.]+//;
823 $fallback{"$host$domain"}
[all...]
/freebsd-current/sys/contrib/xen/hvm/
H A Dhvm_op.h62 /* Set the logical level of one of a domain's PCI INTx wires. */
67 /* PCI INTx identification in PCI topology (domain:bus:device:intx). */
68 uint8_t domain, bus, device, intx; member in struct:xen_hvm_set_pci_intx_level
75 /* Set the logical level of one of a domain's ISA IRQ wires. */
210 * domain global callback via (see
330 /* Get/set the altp2m state for a domain */
339 /* Switch view for an entire domain */
361 domid_t domain; member in struct:xen_hvm_altp2m_op
/freebsd-current/sys/contrib/xen/
H A Dmemory.h34 * Increase or decrease the specified domain's memory reservation. Returns the
158 * specified domain (may be DOMID_SELF). Returns -ve errcode on failure.
165 * Returns the maximum GFN in use by the specified domain (may be DOMID_SELF).
246 /* Which domain to change the mapping for. */
269 /* Which domain to change the mapping for. */
313 /* Which domain to change the mapping for. */
326 * Returns the pseudo-physical memory map as it was when the domain
358 * Set the pseudo-physical memory map of a domain, as returned by
404 domid_t domain; member in struct:xen_mem_paging_op
446 /* Take the domain defaul
513 domid_t domain; member in struct:xen_mem_sharing_op
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/
H A Dnet.c70 try_proto(int domain) { argument
75 s = socket(domain, SOCK_STREAM, IPPROTO_TCP);
/freebsd-current/sys/dev/isci/scil/
H A Dscif_sas_smp_io_request.c469 fw_controller = fw_device->domain->controller;
549 fw_controller = fw_device->domain->controller;
552 // remove the IO from the list of outstanding requests on the domain
553 // so that we don't damage the domain's fast list of request.
/freebsd-current/tools/test/netfibs/
H A Dreflect.c191 reflect_6(int domain, int type) argument
198 s = socket(domain, type, 0);
/freebsd-current/lib/libc/rpc/
H A Dgetrpcent.c97 char domain[MAXHOSTNAMELEN]; member in struct:nis_state
429 if (st->domain[0] == '\0') {
430 if (getdomainname(st->domain, sizeof(st->domain)) != 0) {
447 rv = yp_match(st->domain, "rpc.byname", buf,
478 if (yp_match(st->domain, "rpc.bynumber", buf,
486 rv = yp_first(st->domain, "rpc.bynumber",
497 rv = yp_next(st->domain, "rpc.bynumber",
/freebsd-current/lib/libc/resolv/
H A Dres_data.c130 const char *dname, /*!< domain name */
160 res_query(const char *name, /*!< domain name */
233 res_search(const char *name, /*!< domain name */
249 const char *domain,
260 return (res_nquerydomain(statp, name, domain,
248 res_querydomain(const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
/freebsd-current/sys/netgraph/bluetooth/socket/
H A Dng_btsocket.c39 #include <sys/domain.h>
66 * Definitions of protocols supported in the BLUETOOTH domain
170 * BLUETOOTH domain
173 static struct domain ng_btsocket_domain = {
223 * This is to handle auxiliary linkages (e.g protocol domain addition).
236 /* XXX can't unload protocol domain yet */
/freebsd-current/sys/vm/
H A Dvm_pagequeue.h90 * One vm_domain per NUMA domain. Contains pagequeues, free page structures,
104 * it uses thresholds derived from the number of pages in the domain:
169 * The per-domain laundry thread periodically launders dirty pages based on the
207 * of the domain selection policy.
214 * they do not contain an excess of unused memory. When a domain is below the
216 * domain falls below the free_severe threshold, UMA's caches are completely
240 int domain; member in struct:vm_domain::vm_pgcache
244 struct vmem *vmd_kernel_arena; /* (c) per-domain kva R/W arena. */
245 struct vmem *vmd_kernel_rwx_arena; /* (c) per-domain kva R/W/X arena. */
392 * Return the memory domain th
[all...]
H A Dvm_page.h103 * (F) the per-domain lock for the free queues.
614 vm_pindex_t pindex, int domain, int req, u_long npages, vm_paddr_t low,
624 vm_page_t vm_page_alloc_noobj_contig_domain(int domain, int req, u_long npages,
665 int vm_page_reclaim_contig_domain(int domain, int req, u_long npages,
667 int vm_page_reclaim_contig_domain_ext(int domain, int req, u_long npages,
1015 domn = vm_phys_segs[segind].domain;
1016 KASSERT(domn >= 0 && domn < vm_ndomains, ("domain %d m %p", domn, m));
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_dmc620.c88 int domain; member in struct:dmc620_pmc
109 dmc620_pmc_register(int unit, void *arg, int domain) argument
118 dmc620_pmcs[unit].domain = domain;
301 if (dmc620_pmcs[class_ri2unit(class, ri)].domain !=
/freebsd-current/usr.sbin/lpr/lpd/
H A Dlpd.c358 int domain, nfds, s; local
368 domain = -1; /* avoid compile-time warning */
371 domain = AF_UNIX, fromlen = sizeof(fromunix);
377 domain = AF_INET;
407 if (domain == AF_INET) {
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c1849 static char domain[MAXHOSTNAMELEN + 1], line[MAXHOSTNAMELEN + 1]; local
1853 if (gethostname(domain, sizeof(domain) - 1) < 0)
1854 domain[0] = '\0';
1856 cp = strchr(domain, '.');
1860 hp = cap_gethostbyname(capdns, domain);
1863 hp = gethostbyname(domain);
1868 domain[0] = '\0';
1871 (void)strncpy(domain, cp, sizeof(domain)
[all...]

Completed in 184 milliseconds

<<11121314151617181920>>