Home
last modified time | relevance | path

Searched refs:if_ptr (Results 1 – 25 of 67) sorted by relevance

123

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/if-mib/data_access/
H A Dinterface.c772 for (if_ptr = conf_list; if_ptr; if_ptr = if_ptr->next) in netsnmp_access_interface_entry_overrides_get()
776 return if_ptr; in netsnmp_access_interface_entry_overrides_get()
794 if_ptr = in netsnmp_access_interface_entry_overrides()
796 if (if_ptr) { in netsnmp_access_interface_entry_overrides()
858 for (if_ptr = include_list; if_ptr; if_ptr = if_ptr->next) { in netsnmp_access_interface_include()
867 if (strncmp(name, if_ptr->name, strlen(if_ptr->name)) == 0) in netsnmp_access_interface_include()
904 while (if_ptr) in _parse_interface_config()
906 if_ptr = if_ptr->next; in _parse_interface_config()
909 if (if_ptr) in _parse_interface_config()
942 while (if_ptr) { in _free_interface_config()
[all …]
/dports/devel/bnf/bnf-1.6.10/src/
H A Dbnf.c146 extern FILE *if_ptr, *of_ptr;
208 FILE *if_ptr=stdin, *of_ptr=stdout; in compiler_body() local
222 if ( (if_ptr = fopen( infname , textmode ? "r":"rb" )) == NULL ) { in compiler_body()
234 fclose( if_ptr ); in compiler_body()
248 retval = __BNF_fil_io_parser( if_ptr, of_ptr, grammar); in compiler_body()
258 fclose( if_ptr ); in compiler_body()
343 if_ptr = stdin; in main()
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dinterface.c269 for (struct ifaddrs *if_ptr = if_list; if_ptr != NULL; in interface_read()
270 if_ptr = if_ptr->ifa_next) { in interface_read()
271 if (if_ptr->ifa_addr != NULL && if_ptr->ifa_addr->sa_family == AF_LINK) { in interface_read()
272 if_data = (struct IFA_DATA *)if_ptr->ifa_data; in interface_read()
278 if_submit(if_ptr->ifa_name, "if_octets", if_data->IFA_RX_BYTES, in interface_read()
280 if_submit(if_ptr->ifa_name, "if_packets", if_data->IFA_RX_PACKT, in interface_read()
282 if_submit(if_ptr->ifa_name, "if_errors", if_data->IFA_RX_ERROR, in interface_read()
/dports/sysutils/xfce4-netload-plugin/xfce4-netload-plugin-1.4.0/panel-plugin/wormulon/
H A Dhpux.c171 … if ((if_ptr = (nmapi_logstat *) malloc(sizeof(nmapi_logstat) * data->ifdata.if_amount)) != 0 ) in get_stat()
174 if ((ret = get_logical_stat(if_ptr, &len)) == 0) in get_stat()
178 if(if_ptr[i].ifindex == data->ifdata.if_id) in get_stat()
180 data->stats.tx_packets = if_ptr[i].out_packets; in get_stat()
181 data->stats.rx_packets = if_ptr[i].in_packets; in get_stat()
186 free(if_ptr); in get_stat()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/mibII/
H A Dinterfaces.c612 if (if_ptr) in var_ifEntry()
621 if (if_ptr) in var_ifEntry()
802 if (if_ptr) in var_ifEntry()
817 if (if_ptr) in var_ifEntry()
1127 if (if_ptr) in var_ifEntry()
1149 if (if_ptr) in var_ifEntry()
1368 if (if_ptr) in var_ifEntry()
1377 if (if_ptr) in var_ifEntry()
1967 if (!if_ptr) { in Interface_Scan_NextInt()
2563 if (if_ptr) in var_ifEntry()
[all …]
/dports/net/gssdp/gssdp-1.4.0.1/libgssdp/
H A Dgssdp-net-bionic.c125 GList *if_ptr, *if_list = NULL; in gssdp_net_get_host_ip() local
225 for (if_ptr = if_list; if_ptr != NULL; in gssdp_net_get_host_ip()
226 if_ptr = g_list_next (if_ptr)) { in gssdp_net_get_host_ip()
228 iface = (struct ifreq *) if_ptr->data; in gssdp_net_get_host_ip()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firmware/
H A Dpcdp.c53 u8 *if_ptr; in setup_vga_console() local
55 if_ptr = ((u8 *)dev + sizeof(struct pcdp_device)); in setup_vga_console()
56 if (if_ptr[0] == PCDP_IF_PCI) { in setup_vga_console()
61 memcpy(&if_pci, if_ptr, sizeof(if_pci)); in setup_vga_console()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firmware/
H A Dpcdp.c53 u8 *if_ptr; in setup_vga_console() local
55 if_ptr = ((u8 *)dev + sizeof(struct pcdp_device)); in setup_vga_console()
56 if (if_ptr[0] == PCDP_IF_PCI) { in setup_vga_console()
61 memcpy(&if_pci, if_ptr, sizeof(if_pci)); in setup_vga_console()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firmware/
H A Dpcdp.c53 u8 *if_ptr; in setup_vga_console() local
55 if_ptr = ((u8 *)dev + sizeof(struct pcdp_device)); in setup_vga_console()
56 if (if_ptr[0] == PCDP_IF_PCI) { in setup_vga_console()
61 memcpy(&if_pci, if_ptr, sizeof(if_pci)); in setup_vga_console()
/dports/games/mangband/mangband-1.5.3/src/common/
H A Dnet-imps.c661 struct ifaddrs *ifap, *if_ptr; in islocalfd() local
664 for (if_ptr = ifap; if_ptr; if_ptr = if_ptr->ifa_next) { in islocalfd()
665 if (if_ptr->ifa_addr->sa_family == AF_INET) { in islocalfd()
666 check_addr = (struct sockaddr_in *) if_ptr->ifa_addr; in islocalfd()
682 PIP_ADAPTER_ADDRESSES ifap, if_ptr; in islocalfd() local
700 for (if_ptr = ifap; if_ptr != NULL; if_ptr = if_ptr->Next) { in islocalfd()
701 for (ua = if_ptr->FirstUnicastAddress; ua != NULL; ua = ua->Next) { in islocalfd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dscratch-buffer.ll31 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
32 %if_value = load i32, i32 addrspace(5)* %if_ptr
74 %if_ptr = getelementptr [8192 x i32], [8192 x i32] addrspace(5)* %scratch0, i32 0, i32 %if_offset
75 %if_value = load i32, i32 addrspace(5)* %if_ptr

123