Searched refs:host_info (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 13_shlib_weaksym.patch | 132 struct host_info client[1]; /* client endpoint info */ 133 struct host_info server[1]; /* server endpoint info */ 139 + void (*hostname) (struct host_info *); /* address to printable hostname */ 140 + void (*hostaddr) (struct host_info *); /* address to printable address */ 192 * host_info structures serve as caches for the lookup results. 202 +extern char *eval_hostname(struct host_info *); /* printable hostname */ 203 +extern char *eval_hostaddr(struct host_info *); /* printable host address */ 204 +extern char *eval_hostinfo(struct host_info *); /* host name or address */ 218 +extern void sock_hostname(struct host_info *); 220 +extern void sock_hostaddr(struct host_info *);
|
| H A D | expand_remote_port.patch | 63 extern char *eval_hostinfo(struct host_info *); /* host name or address */
|
| H A D | 10_usagi-ipv6.patch | 711 struct host_info *host; 738 struct host_info *host; 1010 struct host_info {
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | um_arch.c | 60 static char host_info[(__NEW_UTS_LEN + 1) * 5]; variable 70 seq_printf(m, "host\t\t: %s\n", host_info); in show_cpuinfo() 353 setup_hostinfo(host_info, sizeof host_info); in setup_arch()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_netdev.c | 3078 struct ena_admin_host_info *host_info; in ena_config_host_info() local 3088 host_info = ena_dev->host_attr.host_info; in ena_config_host_info() 3090 host_info->bdf = (pdev->bus->number << 8) | pdev->devfn; in ena_config_host_info() 3091 host_info->os_type = ENA_ADMIN_OS_LINUX; in ena_config_host_info() 3092 host_info->kernel_ver = LINUX_VERSION_CODE; in ena_config_host_info() 3093 strlcpy(host_info->kernel_ver_str, utsname()->version, in ena_config_host_info() 3094 sizeof(host_info->kernel_ver_str) - 1); in ena_config_host_info() 3095 host_info->os_dist = 0; in ena_config_host_info() 3096 strncpy(host_info->os_dist_str, utsname()->release, in ena_config_host_info() 3097 sizeof(host_info->os_dist_str) - 1); in ena_config_host_info() [all …]
|
| H A D | ena_com.c | 2708 host_attr->host_info = in ena_com_allocate_host_info() 2711 if (unlikely(!host_attr->host_info)) in ena_com_allocate_host_info() 2714 host_attr->host_info->ena_spec_version = ((ENA_COMMON_SPEC_VERSION_MAJOR << in ena_com_allocate_host_info() 2743 if (host_attr->host_info) { in ena_com_delete_host_info() 2744 dma_free_coherent(ena_dev->dmadev, SZ_4K, host_attr->host_info, in ena_com_delete_host_info() 2746 host_attr->host_info = NULL; in ena_com_delete_host_info()
|
| H A D | ena_com.h | 293 struct ena_admin_host_info *host_info; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/atmel/ |
| H A D | atmel.c | 502 } host_info; member 623 return priv->host_info.command_pos + offset; in atmel_co() 628 return priv->host_info.rx_desc_pos + (sizeof(struct rx_desc) * desc) + offset; in atmel_rx() 633 return priv->host_info.tx_desc_pos + (sizeof(struct tx_desc) * desc) + offset; in atmel_tx() 688 i < priv->host_info.tx_desc_count; in tx_done_irq() 699 if (priv->tx_buff_head + msdu_size > (priv->host_info.tx_buff_pos + priv->host_info.tx_buff_size)) in tx_done_irq() 704 if (priv->tx_desc_head < (priv->host_info.tx_desc_count - 1)) in tx_done_irq() 721 u16 bottom_free = priv->host_info.tx_buff_size - priv->tx_buff_tail; in find_tx_buff() 727 return priv->host_info.tx_buff_pos + priv->tx_buff_tail; in find_tx_buff() 731 return priv->host_info.tx_buff_pos; in find_tx_buff() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/storage/ |
| H A D | scsiglue.c | 62 static const char* host_info(struct Scsi_Host *host) in host_info() function 610 .info = host_info,
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | buildstats.bbclass | 209 host_info = platform.uname() 211 for x in host_info:
|
| /OK3568_Linux_fs/kernel/drivers/staging/rts5208/ |
| H A D | rtsx.c | 55 static const char *host_info(struct Scsi_Host *host) in host_info() function 205 .info = host_info,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pcie.c | 10456 host_fwtrace_buf_location_info_t host_info; in dhdpcie_bus_download_state() local 10459 fwtrace_get_haddr(bus->dhd, &host_info.host_buf_info); in dhdpcie_bus_download_state() 10461 host_info.tlv_size = sizeof(host_info.host_buf_info); in dhdpcie_bus_download_state() 10462 host_info.tlv_signature = in dhdpcie_bus_download_state() 10465 bus->ramtop_addr -= sizeof(host_info); in dhdpcie_bus_download_state() 10468 (uint8*)&host_info, sizeof(host_info)); in dhdpcie_bus_download_state() 10470 bus->next_tlv = sizeof(host_info); in dhdpcie_bus_download_state()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pcie.c | 10449 host_fwtrace_buf_location_info_t host_info; in dhdpcie_bus_download_state() local 10452 fwtrace_get_haddr(bus->dhd, &host_info.host_buf_info); in dhdpcie_bus_download_state() 10454 host_info.tlv_size = sizeof(host_info.host_buf_info); in dhdpcie_bus_download_state() 10455 host_info.tlv_signature = in dhdpcie_bus_download_state() 10458 bus->ramtop_addr -= sizeof(host_info); in dhdpcie_bus_download_state() 10461 (uint8*)&host_info, sizeof(host_info)); in dhdpcie_bus_download_state() 10463 bus->next_tlv = sizeof(host_info); in dhdpcie_bus_download_state()
|