Searched refs:upc (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/dev/usb/ |
H A D | usb_hub_acpi.c | 88 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 D | profile.c | 235 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 D | wps_er.h | 55 char *upc; member
|
H A D | wps_upnp_web.c | 235 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 D | wps.h | 584 const char *upc; member 809 char *upc; member
|
H A D | wps_er.c | 146 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 D | adf_common_drv.h | 239 unsigned int upc);
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wps_hostapd.c | 1329 wps->upc = hapd->conf->upc; in hostapd_init_wps() 1462 wps->upc = conf->upc; in hostapd_update_wps()
|
H A D | ap_config.h | 521 char *upc; member
|
H A D | ap_config.c | 893 os_free(conf->upc); in hostapd_config_free_bss()
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | qat_hal.c | 1205 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 D | qat_ae.c | 1769 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 D | CREDITS | 59 Carles Kishimoto Bisbe <ckishimo at ac dot upc dot es>
|
/freebsd/contrib/wpa/hostapd/ |
H A D | config_file.c | 4074 os_free(bss->upc); in hostapd_config_fill() 4075 bss->upc = os_strdup(pos); in hostapd_config_fill()
|
/freebsd/crypto/openssh/ |
H A D | ChangeLog | 5424 Author: Carlos Rodríguez Gili <carlos.rodriguez-gili@upc.edu>
|