Searched refs:domain (Results 126 - 150 of 383) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/kern/
H A Duipc_debug.c37 #include <sys/domain.h>
235 db_print_domain(struct domain *d, const char *domain_name, int indent)
519 DB_SHOW_COMMAND(domain, db_show_domain)
521 struct domain *d;
527 d = (struct domain *)addr;
529 db_print_domain(d, "domain", 0);
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_gem.c106 uint32_t domain; local
112 domain = wdomain;
113 if (!domain) {
114 domain = rdomain;
116 if (!domain) {
118 DRM_ERROR("Set domain without domain !\n");
121 if (domain == RADEON_GEM_DOMAIN_CPU) {
292 /* transition the BO to a domain -
293 * just validate the BO into a certain domain */
[all...]
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-9.3-release/sys/dev/isci/scil/
H A Dscif_sas_domain.c89 * @param[in] cookie This parameter specifies the domain in which the
104 // Based upon the state of the domain, we know whether we were in the
117 //search all the smp devices in the domain and cancel their activities
140 SCI_DOMAIN_HANDLE_T domain
143 SCIF_SAS_DOMAIN_T * fw_domain = (SCIF_SAS_DOMAIN_T*) domain;
161 SCI_DOMAIN_HANDLE_T domain,
165 SCIF_SAS_DOMAIN_T * fw_domain = (SCIF_SAS_DOMAIN_T*) domain;
173 sci_base_object_get_logger(domain),
176 domain, sas_address
208 SCI_DOMAIN_HANDLE_T domain,
160 scif_domain_get_device_by_sas_address( SCI_DOMAIN_HANDLE_T domain, SCI_SAS_ADDRESS_T * sas_address ) argument
207 scif_domain_get_remote_device_iterator( SCI_DOMAIN_HANDLE_T domain, void * iterator_buffer ) argument
226 scif_domain_discover( SCI_DOMAIN_HANDLE_T domain, U32 discover_timeout, U32 device_timeout ) argument
[all...]
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-9.3-release/contrib/sendmail/cf/cf/
H A DMakefile92 ${CFDIR}/domain/Berkeley.EDU.m4 \
93 ${CFDIR}/domain/CS.Berkeley.EDU.m4 \
94 ${CFDIR}/domain/EECS.Berkeley.EDU.m4 \
95 ${CFDIR}/domain/S2K.Berkeley.EDU.m4 \
96 ${CFDIR}/domain/berkeley-only.m4 \
97 ${CFDIR}/domain/generic.m4 \
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py176 returns 3-tuple of domain (string), rid (int), and space (int).
180 for ((domain, rid), space) in d.iteritems():
181 yield (domain, rid, space)
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h127 #define socket(domain,type,protocol) swrap_socket(domain,type,protocol)
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dtkey.h43 dns_name_t *domain; member in struct:dns_tkeyctx
106 * 'name' + server chosen domain, or random data + server chosen domain
H A Dresolver.h259 dns_name_t *domain, dns_rdataset_t *nameservers,
270 dns_name_t *domain, dns_rdataset_t *nameservers,
281 dns_name_t *domain, dns_rdataset_t *nameservers,
297 *\li The 'domain' is a parent domain of 'name' for which
300 * 'domain' and 'nameservers' to NULL.
324 *\li 'domain' is a valid name or NULL.
326 *\li 'nameservers' is a valid NS rdataset (whose owner name is 'domain')
327 * iff. 'domain' is not NULL.
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dcontext.c303 int domain; local
327 domain = PF_INET;
335 domain = PF_INET6;
342 s = socket(domain, SOCK_DGRAM, IPPROTO_UDP);
/freebsd-9.3-release/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-9.3-release/sys/dev/cardbus/
H A Dcardbus.c159 int bus, domain, slot, func; local
167 domain = pcib_get_domain(cbdev);
175 pci_read_device(brdev, domain, bus, slot, func,
270 dinfo->pci.cfg.domain, dinfo->pci.cfg.bus,
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_other.c95 sock.domain = AF_UNIX;
/freebsd-9.3-release/sys/net/
H A Draw_cb.c35 #include <sys/domain.h>
/freebsd-9.3-release/sys/netinet6/
H A Ddest6.c42 #include <sys/domain.h>
/freebsd-9.3-release/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-9.3-release/crypto/heimdal/lib/gssapi/ntlm/
H A Daccept_sec_context.c147 type1.domain,
201 n->domain = strdup(type3.targetname);
203 if (n == NULL || n->user == NULL || n->domain == NULL) {
/freebsd-9.3-release/crypto/heimdal/lib/ntlm/
H A Dtest_ntlm.c50 *domain = "mydomain", local
63 type1.domain = rk_UNCONST(domain);
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_pci.c280 int busno, domain, error; local
290 * the parent pcib what our domain and bus numbers are.
292 domain = pcib_get_domain(dev);
305 pci_add_children(dev, domain, busno, sizeof(struct acpi_pci_devinfo));
/freebsd-9.3-release/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-9.3-release/sys/dev/drm2/
H A Ddrm_ioctl.c44 * a unique in the form pci:oooo:bb:dd.f (o=domain, b=bus, d=device, f=function)
69 int domain, bus, slot, func, ret; local
94 domain = bus >> 8;
97 if ((domain != dev->pci_domain) ||
/freebsd-9.3-release/sys/dev/isci/
H A Disci.h87 struct ISCI_DOMAIN *domain; member in struct:ISCI_REMOTE_DEVICE
151 struct ISCI_DOMAIN domain[SCI_MAX_DOMAINS]; member in struct:ISCI_CONTROLLER
251 * in the port/domain containing this remote device.
325 void isci_domain_construct(struct ISCI_DOMAIN *domain, uint32_t domain_index,
/freebsd-9.3-release/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
222 * BLUETOOTH domain
225 static struct domain ng_btsocket_domain = {
265 * This is to handle auxiliary linkages (e.g protocol domain addition).
278 /* XXX can't unload protocol domain yet */

Completed in 688 milliseconds

1234567891011>>