Home
last modified time | relevance | path

Searched refs:locator (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/stand/i386/libi386/
H A Dcomconsole.c83 uint32_t locator; in comc_probe() local
123 locator = comc_parse_pcidev(env); in comc_probe()
124 if (locator != 0) in comc_probe()
125 comc_pcidev_handle(locator); in comc_probe()
220 uint32_t locator; in comc_parse_pcidev()
250 return (locator); in comc_parse_pcidev()
255 comc_pcidev_handle(uint32_t locator) in comc_pcidev_handle() argument
291 comc_locator = locator; in comc_pcidev_handle()
300 uint32_t locator; in comc_pcidev_set() local
308 comc_locator != locator) { in comc_pcidev_set()
[all …]
H A Dbiospci.c261 uint32_t locator, devid; in biospci_enumerate() local
278 device_index, &locator); in biospci_enumerate()
283 err = biospci_read_config(locator, 0, BIOSPCI_32BITS, &devid); in biospci_enumerate()
323 biospci_find_devclass(uint32_t class, int index, uint32_t *locator) in biospci_find_devclass() argument
336 *locator = v86.ebx; in biospci_find_devclass()
341 biospci_find_device(uint32_t devid, int index, uint32_t *locator) in biospci_find_device() argument
355 *locator = v86.ebx; in biospci_find_device()
363 biospci_write_config(uint32_t locator, int offset, int width, uint32_t val) in biospci_write_config() argument
368 v86.ebx = locator; in biospci_write_config()
381 biospci_read_config(uint32_t locator, int offset, int width, uint32_t *val) in biospci_read_config() argument
[all …]
H A Dlibi386.h134 int biospci_find_devclass(uint32_t class, int index, uint32_t *locator);
135 int biospci_read_config(uint32_t locator, int offset, int width, uint32_t *val);
137 int biospci_write_config(uint32_t locator, int offset, int width, uint32_t val);
/freebsd/sys/dev/acpica/
H A Dacpi_pci.c83 device_t child, const char *locator, struct sbuf *sb);
199 acpi_pci_get_device_path(device_t bus, device_t child, const char *locator, struct sbuf *sb) in acpi_pci_get_device_path() argument
202 if (strcmp(locator, BUS_LOCATOR_ACPI) == 0) in acpi_pci_get_device_path()
203 return (acpi_get_acpi_device_path(bus, child, locator, sb)); in acpi_pci_get_device_path()
206 return (pci_get_device_path_method(bus, child, locator, sb)); in acpi_pci_get_device_path()
H A Dacpi.c932 acpi_get_acpi_device_path(device_t bus, device_t child, const char *locator, struct sbuf *sb) in acpi_get_acpi_device_path() argument
934 if (strcmp(locator, BUS_LOCATOR_ACPI) == 0) { in acpi_get_acpi_device_path()
942 return (bus_generic_get_device_path(bus, child, locator, sb)); in acpi_get_acpi_device_path()
946 acpi_get_device_path(device_t bus, device_t child, const char *locator, struct sbuf *sb) in acpi_get_device_path() argument
950 if (strcmp(locator, BUS_LOCATOR_ACPI) == 0) in acpi_get_device_path()
951 return (acpi_get_acpi_device_path(bus, child, locator, sb)); in acpi_get_device_path()
953 if (strcmp(locator, BUS_LOCATOR_UEFI) == 0) { in acpi_get_device_path()
1000 return (bus_generic_get_device_path(bus, child, locator, sb)); in acpi_get_device_path()
H A Dacpivar.h495 const char *locator, struct sbuf *sb);
/freebsd/lib/libdevctl/
H A Ddevctl.c171 devctl_getpath(const char *device, const char *locator, char **buffer) in devctl_getpath() argument
192 strlcpy(req.dr_buffer.buffer, locator, req.dr_buffer.length); in devctl_getpath()
H A Ddevctl.h45 int devctl_getpath(const char *device, const char *locator, char **buffer);
/freebsd/sys/dev/usb/
H A Dusb_hub_acpi.c556 acpi_uhub_get_device_path(device_t bus, device_t child, const char *locator, struct sbuf *sb) in acpi_uhub_get_device_path() argument
558 if (strcmp(locator, BUS_LOCATOR_ACPI) == 0) in acpi_uhub_get_device_path()
559 return (acpi_get_acpi_device_path(bus, child, locator, sb)); in acpi_uhub_get_device_path()
562 return (uhub_get_device_path(bus, child, locator, sb)); in acpi_uhub_get_device_path()
H A Dusb_hub.c1688 uhub_get_device_path(device_t bus, device_t child, const char *locator, in uhub_get_device_path() argument
1696 if (strcmp(locator, BUS_LOCATOR_UEFI) == 0) { in uhub_get_device_path()
1697 rv = bus_generic_get_device_path(device_get_parent(bus), bus, locator, sb); in uhub_get_device_path()
1717 return (bus_generic_get_device_path(bus, child, locator, sb)); in uhub_get_device_path()
/freebsd/crypto/openssl/crypto/ocsp/
H A Dv3_ocsp.c250 for (i = 0; i < sk_ACCESS_DESCRIPTION_num(a->locator); i++) { in i2r_ocsp_serviceloc()
251 ad = sk_ACCESS_DESCRIPTION_value(a->locator, i); in i2r_ocsp_serviceloc()
H A Docsp_local.h217 STACK_OF(ACCESS_DESCRIPTION) *locator;
H A Docsp_ext.c446 && (sloc->locator = sk_ACCESS_DESCRIPTION_new_null()) == NULL) in OCSP_url_svcloc_new()
461 if (!sk_ACCESS_DESCRIPTION_push(sloc->locator, ad)) in OCSP_url_svcloc_new()
H A Docsp_asn.c132 ASN1_SEQUENCE_OF_OPT(OCSP_SERVICELOC, locator, ACCESS_DESCRIPTION)
/freebsd/sys/kern/
H A Dsubr_bus.c5869 char locator[64]; in devctl2_ioctl() local
5873 sizeof(locator), NULL); in devctl2_ioctl()
5878 error = device_get_path(dev, locator, sb); in devctl2_ioctl()
5956 if (strcmp(locator, dln->dln_locator) == 0) in dev_wired_cache_lookup()
5969 loclen = strlen(locator) + 1; in dev_wired_cache_add()
5987 char locator[32]; in dev_wired_cache_match() local
5997 memcpy(locator, at, len); in dev_wired_cache_match()
5998 locator[len] = '\0'; in dev_wired_cache_match()
6003 res = dev_wired_cache_lookup(dcp, locator); in dev_wired_cache_match()
6008 error = device_get_path(dev, locator, sb); in dev_wired_cache_match()
[all …]
/freebsd/lib/libc/iconv/
H A Dcitrus_lookup.c60 struct _db_locator locator; member
71 #define cl_dblocator u.db.locator
/freebsd/sys/dev/ofw/
H A Dofw_bus_subr.c106 ofw_bus_gen_get_device_path(device_t cbdev, device_t child, const char *locator, in ofw_bus_gen_get_device_path() argument
111 if ( strcmp(locator, BUS_LOCATOR_OFW) == 0){ in ofw_bus_gen_get_device_path()
112 rv = bus_generic_get_device_path(cbdev, child, locator, sb); in ofw_bus_gen_get_device_path()
118 return (bus_generic_get_device_path(cbdev, child, locator, sb)); in ofw_bus_gen_get_device_path()
/freebsd/crypto/heimdal/lib/hx509/
H A Docsp.asn1109 -- id-pkix-ocsp-service-locator OBJECT IDENTIFIER ::= { id-pkix-ocsp 7 }
/freebsd/sys/dev/pci/
H A Dpci_private.h140 const char *locator, struct sbuf *sb);
H A Dpci.c5923 pci_get_device_path_method(device_t bus, device_t child, const char *locator, in pci_get_device_path_method() argument
5929 if (strcmp(locator, BUS_LOCATOR_UEFI) == 0) { in pci_get_device_path_method()
5930 rv = bus_generic_get_device_path(parent, bus, locator, sb); in pci_get_device_path_method()
5937 return (bus_generic_get_device_path(bus, child, locator, sb)); in pci_get_device_path_method()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dsa.c142 sa_data_op_t action, sa_data_locator_t *locator, void *datastart,
1850 sa_data_op_t action, sa_data_locator_t *locator, void *datastart, in sa_modify_attrs() argument
1960 locator, datastart, buflen); in sa_modify_attrs()
1979 SA_ADD_BULK_ATTR(attr_desc, j, newattr, locator, in sa_modify_attrs()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td7locator plugins that, if configured properly, will also attempt to acquire symbols. The debuginfod…
/freebsd/stand/kshim/
H A Dbsd_kernel.h392 typedef int bus_get_device_path_t (device_t bus, device_t child, const char *locator, struct sbuf *…
/freebsd/sys/sys/
H A Dbus.h530 int bus_generic_get_device_path(device_t bus, device_t child, const char *locator,
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c3145 xmlTextReaderLocatorPtr locator) in xml2_error_hdr() argument
3149 (void)locator; /* UNUSED */ in xml2_error_hdr()

12