Home
last modified time | relevance | path

Searched refs:upc (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_hub_acpi.c88 uint32_t upc; member
156 port->upc = porttypenum; in acpi_uhub_parse_upc()
157 port->upc |= (conn) ? (ACPI_UPC_CONNECTABLE) : 0; in acpi_uhub_parse_upc()
169 SYSCTL_NULL_U32_PTR, port->upc, in acpi_uhub_parse_upc()
185 if (port->upc == 0xffffffff) { in acpi_uhub_port_sysctl()
190 if (port->upc & ACPI_UPC_CONNECTABLE) { in acpi_uhub_port_sysctl()
193 sbuf_printf(&sb, "%s port\n", acpi_uhub_upc_type(port->upc & 0xff)); in acpi_uhub_port_sysctl()
389 sc->port[devinfo->Address - 1].upc = 0xffffffff; in acpi_usb_hub_port_probe_cb()
/freebsd/sys/cddl/dev/profile/
H A Dprofile.c235 uintfptr_t pc, upc; in profile_probe() local
238 pc = upc = 0; in profile_probe()
249 upc = TRAPF_PC(frame); in profile_probe()
257 dtrace_probe(prof->prof_id, pc, upc, late, 0, 0); in profile_probe()
/freebsd/contrib/wpa/src/wps/
H A Dwps_er.h55 char *upc; member
H A Dwps_upnp_web.c235 if (iface->wps->upc) in format_wps_device_xml()
236 xml_add_tagged_data(buf, "UPC", iface->wps->upc); in format_wps_device_xml()
341 if (iface->wps->upc) in web_connection_parse_get()
342 extra_len += os_strlen(iface->wps->upc); in web_connection_parse_get()
H A Dwps.h584 const char *upc; member
809 char *upc; member
H A Dwps_er.c146 evap->upc = ap->upc; in wps_er_ap_event()
169 os_free(ap->upc); in wps_er_ap_free()
592 ap->upc = xml_get_first_item(data, "UPC"); in wps_er_parse_device_description()
593 wpa_printf(MSG_DEBUG, "WPS ER: UPC='%s'", ap->upc); in wps_er_parse_device_description()
/freebsd/sys/dev/qat/include/common/
H A Dadf_common_drv.h239 unsigned int upc);
/freebsd/contrib/wpa/src/ap/
H A Dwps_hostapd.c1329 wps->upc = hapd->conf->upc; in hostapd_init_wps()
1462 wps->upc = conf->upc; in hostapd_update_wps()
H A Dap_config.h521 char *upc; member
H A Dap_config.c893 os_free(conf->upc); in hostapd_config_free_bss()
/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c1205 unsigned int upc) in qat_hal_set_pc() argument
1211 handle->hal_handle->upc_mask & upc); in qat_hal_set_pc()
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1769 qat_ae_write_pc(struct qat_softc *sc, u_char ae, u_int ctx_mask, u_int upc) in qat_ae_write_pc() argument
1776 UPC_MASK & upc); in qat_ae_write_pc()
/freebsd/contrib/tcpdump/
H A DCREDITS59 Carles Kishimoto Bisbe <ckishimo at ac dot upc dot es>
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4074 os_free(bss->upc); in hostapd_config_fill()
4075 bss->upc = os_strdup(pos); in hostapd_config_fill()
/freebsd/crypto/openssh/
H A DChangeLog5424 Author: Carlos Rodríguez Gili <carlos.rodriguez-gili@upc.edu>