Searched refs:tmp_str (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 506 char *tmp_str = dprintf_string; in dprintf_find_string() local 514 while (tmp_str != NULL) { in dprintf_find_string() 515 if (strncmp(tmp_str, string, len) == 0 && in dprintf_find_string() 516 (tmp_str[len] == ',' || tmp_str[len] == '\0')) in dprintf_find_string() 518 tmp_str = strchr(tmp_str, ','); in dprintf_find_string() 519 if (tmp_str != NULL) in dprintf_find_string() 520 tmp_str++; /* Get rid of , */ in dprintf_find_string()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | octeon-boot-info.h | 138 char tmp_str[GD_TMP_STR_SIZE]; member
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_hwdev.c | 1413 char tmp_str[512] = {0}; in print_cable_info() local 1443 snprintf(tmp_str, sizeof(tmp_str), in print_cable_info() 1448 snprintf(tmp_str + strlen(tmp_str), in print_cable_info() 1449 sizeof(tmp_str) - strlen(tmp_str), in print_cable_info() 1452 PMD_DRV_LOG(INFO, "Cable information: %s", tmp_str); in print_cable_info()
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 1715 char tmp_str[IF_NAMESIZE + 32]; in mlx5_device_bond_pci_match() local 1720 snprintf(tmp_str, sizeof(tmp_str), in mlx5_device_bond_pci_match() 1722 if (mlx5_dev_to_pci_addr(tmp_str, &pci_addr)) { in mlx5_device_bond_pci_match() 1734 snprintf(tmp_str, sizeof(tmp_str), in mlx5_device_bond_pci_match() 1736 file = fopen(tmp_str, "rb"); in mlx5_device_bond_pci_match() 1740 if (fscanf(file, "%32s", tmp_str) == 1) in mlx5_device_bond_pci_match() 1741 mlx5_translate_port_name(tmp_str, &info); in mlx5_device_bond_pci_match()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.c | 3608 struct sctp_stream_out *tmp_str; in sctp_process_cmsgs_for_init() local 3618 SCTP_MALLOC(tmp_str, in sctp_process_cmsgs_for_init() 3623 if (tmp_str != NULL) { in sctp_process_cmsgs_for_init() 3625 stcb->asoc.strmout = tmp_str; in sctp_process_cmsgs_for_init()
|