Searched refs:domain (Results 176 - 200 of 495) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ldns/ldns/
H A Dnet.h197 * \param[in] domain the domain to exfr
201 ldns_status ldns_axfr_start(ldns_resolver *resolver, ldns_rdf *domain, ldns_rr_class c);
/freebsd-11-stable/sys/dev/cardbus/
H A Dcardbus.c186 int bus, domain, slot, func; local
195 domain = pcib_get_domain(cbdev);
203 pci_read_device(brdev, cbdev, domain, bus, slot, func);
296 dinfo->pci.cfg.domain, dinfo->pci.cfg.bus,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_fuid.h64 * domains we don't want to log 100 domain strings, but rather
70 * domain string table and the bottom half will be the rid.
76 uint64_t z_domidx; /* index in AVL domain table */
77 uint64_t z_logfuid; /* index for domain in log */
84 const char *z_domain; /* domain string */
98 size_t z_domain_str_sz; /* len of domain strings z_domain list */
117 extern int zfs_fuid_find_by_domain(zfsvfs_t *, const char *domain,
/freebsd-11-stable/sys/net/
H A Draw_cb.c35 #include <sys/domain.h>
/freebsd-11-stable/sys/x86/xen/
H A Dxen_pci_bus.c83 add_pci.seg = dinfo->cfg.domain;
/freebsd-11-stable/tools/regression/rpcsec_gss/
H A Drpctest.c355 const char *mechname, *name, *node, *domain; local
360 "[<node> [<domain>] ]\n");
367 domain = NULL;
371 domain = argv[4];
375 node, domain)) {
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_io_request_states.c196 fw_io->parent.device->domain, fw_io->parent.device, fw_io
H A Dscif_sas_remote_device_ready_substate_handlers.c421 fw_device->domain, fw_device, NULL, fw_task
438 fw_device->domain, fw_task->io_tag_to_manage
445 fw_device->domain, fw_device, fw_request, fw_task
676 fw_device->domain->controller,
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_sa.c56 unsigned size, u32 domain)
64 sa_manager->domain = domain;
118 r = radeon_bo_pin(sa_manager->bo, sa_manager->domain, &sa_manager->gpu_addr);
54 radeon_sa_bo_manager_init(struct radeon_device *rdev, struct radeon_sa_manager *sa_manager, unsigned size, u32 domain) argument
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dpreload.c61 int (*socket)(int domain, int type, int protocol);
127 int domain; member in struct:config_entry
147 * # domain - *, INET, INET6, IB
150 * program_name domain type protocol
180 config[config_cnt].domain = AF_INET;
184 config[config_cnt].domain = AF_INET6;
188 config[config_cnt].domain = AF_IB;
226 static int intercept_socket(int domain, int type, int protocol) argument
244 (!config[i].domain || config[i].domain
530 socket(int domain, int type, int protocol) argument
[all...]
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_other.c96 sock.domain = AF_UNIX;
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5io.h39 uint32_t domain; member in struct:mlx5_tool_addr
/freebsd-11-stable/sys/netinet6/
H A Ddest6.c42 #include <sys/domain.h>
/freebsd-11-stable/contrib/sendmail/src/
H A Dsm_resolve.h149 extern DNS_REPLY_T *dns_lookup __P((const char *domain,
/freebsd-11-stable/usr.bin/svn/
H A Dsvn_private_config.h293 #define dgettext(domain, x) (x)
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_ioctl.c43 * a unique in the form pci:oooo:bb:dd.f (o=domain, b=bus, d=device, f=function)
68 int domain, bus, slot, func, ret; local
93 domain = bus >> 8;
96 if ((domain != dev->pci_domain) ||
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Daccept_sec_context.c153 type1.domain,
207 n->domain = strdup(type3.targetname);
209 if (n == NULL || n->user == NULL || n->domain == NULL) {
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A Dtest_ntlm.c48 *domain = "mydomain", local
60 type1.domain = rk_UNCONST(domain);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket.c323 rk_socket(int domain, int type, int protocol) argument
326 s = socket (domain, type, protocol);
330 s = socket (domain, type, protocol);
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket.c38 #include <sys/domain.h>
63 static struct domain ng_btsocket_domain;
167 * Definitions of protocols supported in the BLUETOOTH domain
221 * BLUETOOTH domain
224 static struct domain ng_btsocket_domain = {
264 * This is to handle auxiliary linkages (e.g protocol domain addition).
277 /* XXX can't unload protocol domain yet */
/freebsd-11-stable/sys/sparc64/pci/
H A Dapb.c173 sc->sc_bsc.ops_pcib_sc.domain = pci_get_domain(dev);
190 SYSCTL_ADD_UINT(sctx, SYSCTL_CHILDREN(soid), OID_AUTO, "domain",
191 CTLFLAG_RD, &sc->sc_bsc.ops_pcib_sc.domain, 0,
206 device_printf(dev, " domain %d\n",
207 sc->sc_bsc.ops_pcib_sc.domain);
/freebsd-11-stable/tools/regression/sockets/listen_backlog/
H A Dlisten_backlog.c100 socket_listen(int domain, int type, int protocol, int backlog, argument
107 sock = socket(domain, type, protocol);
221 socket_listen_update(int domain __unused, int type __unused,
/freebsd-11-stable/sys/dev/isci/
H A Disci.h87 struct ISCI_DOMAIN *domain; member in struct:ISCI_REMOTE_DEVICE
161 struct ISCI_DOMAIN domain[SCI_MAX_DOMAINS]; member in struct:ISCI_CONTROLLER
263 * in the port/domain containing this remote device.
337 void isci_domain_construct(struct ISCI_DOMAIN *domain, uint32_t domain_index,
/freebsd-11-stable/usr.sbin/ppp/
H A Did.c119 ID0socket(int domain, int type, int protocol) argument
124 ret = socket(domain, type, protocol);
125 log_Printf(LogID0, "%d = socket(%d, %d, %d)\n", ret, domain, type, protocol);
/freebsd-11-stable/sys/vm/
H A Dvm_pageout.c919 struct vm_domain *domain; local
927 domain = &vm_dom[domidx];
928 pq = &domain->vmd_pagequeues[PQ_LAUNDRY];
929 KASSERT(domain->vmd_segs != 0, ("domain without segments"));
930 vm_pageout_init_marker(&domain->vmd_laundry_marker, PQ_LAUNDRY);
1028 target -= min(vm_pageout_launder(domain, launder,
1698 struct vm_domain *domain; local
1703 domain = &vm_dom[domidx];
1709 * the cores belonging to the domain, fro
[all...]

Completed in 163 milliseconds

1234567891011>>