/src/sys/dev/pci/ |
com_puc.c | 96 unsigned int iface; local in function:com_puc_attach 100 iface = PCI_INTERFACE(pci_conf_read(aa->pc, aa->tag, PCI_CLASS_REG)); 102 if (iface < __arraycount(serialtype)) 103 aprint_normal(" (%s-compatible)", serialtype[iface]);
|
com_puc.c | 96 unsigned int iface; local in function:com_puc_attach 100 iface = PCI_INTERFACE(pci_conf_read(aa->pc, aa->tag, PCI_CLASS_REG)); 102 if (iface < __arraycount(serialtype)) 103 aprint_normal(" (%s-compatible)", serialtype[iface]);
|
com_puc.c | 96 unsigned int iface; local in function:com_puc_attach 100 iface = PCI_INTERFACE(pci_conf_read(aa->pc, aa->tag, PCI_CLASS_REG)); 102 if (iface < __arraycount(serialtype)) 103 aprint_normal(" (%s-compatible)", serialtype[iface]);
|
com_puc.c | 96 unsigned int iface; local in function:com_puc_attach 100 iface = PCI_INTERFACE(pci_conf_read(aa->pc, aa->tag, PCI_CLASS_REG)); 102 if (iface < __arraycount(serialtype)) 103 aprint_normal(" (%s-compatible)", serialtype[iface]);
|
/src/usr.sbin/altq/libaltq/ |
qop_fifoq.c | 171 struct fifoq_interface iface; local in function:fifoq_attach 183 memset(&iface, 0, sizeof(iface)); 184 strncpy(iface.fifoq_ifname, ifinfo->ifname, IFNAMSIZ); 186 if (ioctl(fifoq_fd, FIFOQ_IF_ATTACH, &iface) < 0) 193 strncpy(conf.iface.fifoq_ifname, ifinfo->ifname, IFNAMSIZ); 199 LOG(LOG_INFO, 0, "fifoq attached to %s", iface.fifoq_ifname); 207 struct fifoq_interface iface; local in function:fifoq_detach 209 memset(&iface, 0, sizeof(iface)); 225 struct fifoq_interface iface; local in function:fifoq_enable 238 struct fifoq_interface iface; local in function:fifoq_disable [all...] |
qop_fifoq.c | 171 struct fifoq_interface iface; local in function:fifoq_attach 183 memset(&iface, 0, sizeof(iface)); 184 strncpy(iface.fifoq_ifname, ifinfo->ifname, IFNAMSIZ); 186 if (ioctl(fifoq_fd, FIFOQ_IF_ATTACH, &iface) < 0) 193 strncpy(conf.iface.fifoq_ifname, ifinfo->ifname, IFNAMSIZ); 199 LOG(LOG_INFO, 0, "fifoq attached to %s", iface.fifoq_ifname); 207 struct fifoq_interface iface; local in function:fifoq_detach 209 memset(&iface, 0, sizeof(iface)); 225 struct fifoq_interface iface; local in function:fifoq_enable 238 struct fifoq_interface iface; local in function:fifoq_disable [all...] |
qop_fifoq.c | 171 struct fifoq_interface iface; local in function:fifoq_attach 183 memset(&iface, 0, sizeof(iface)); 184 strncpy(iface.fifoq_ifname, ifinfo->ifname, IFNAMSIZ); 186 if (ioctl(fifoq_fd, FIFOQ_IF_ATTACH, &iface) < 0) 193 strncpy(conf.iface.fifoq_ifname, ifinfo->ifname, IFNAMSIZ); 199 LOG(LOG_INFO, 0, "fifoq attached to %s", iface.fifoq_ifname); 207 struct fifoq_interface iface; local in function:fifoq_detach 209 memset(&iface, 0, sizeof(iface)); 225 struct fifoq_interface iface; local in function:fifoq_enable 238 struct fifoq_interface iface; local in function:fifoq_disable [all...] |
qop_fifoq.c | 171 struct fifoq_interface iface; local in function:fifoq_attach 183 memset(&iface, 0, sizeof(iface)); 184 strncpy(iface.fifoq_ifname, ifinfo->ifname, IFNAMSIZ); 186 if (ioctl(fifoq_fd, FIFOQ_IF_ATTACH, &iface) < 0) 193 strncpy(conf.iface.fifoq_ifname, ifinfo->ifname, IFNAMSIZ); 199 LOG(LOG_INFO, 0, "fifoq attached to %s", iface.fifoq_ifname); 207 struct fifoq_interface iface; local in function:fifoq_detach 209 memset(&iface, 0, sizeof(iface)); 225 struct fifoq_interface iface; local in function:fifoq_enable 238 struct fifoq_interface iface; local in function:fifoq_disable [all...] |
qop_blue.c | 200 struct blue_interface iface; local in function:blue_attach 212 memset(&iface, 0, sizeof(iface)); 213 strncpy(iface.blue_ifname, ifinfo->ifname, IFNAMSIZ); 215 if (ioctl(blue_fd, BLUE_IF_ATTACH, &iface) < 0) 221 strncpy(conf.iface.blue_ifname, ifinfo->ifname, IFNAMSIZ); 231 LOG(LOG_INFO, 0, "blue attached to %s", iface.blue_ifname); 239 struct blue_interface iface; local in function:blue_detach 241 memset(&iface, 0, sizeof(iface)); 257 struct blue_interface iface; local in function:blue_enable 270 struct blue_interface iface; local in function:blue_disable [all...] |
qop_wfq.c | 204 struct wfq_interface iface; local in function:wfq_attach 216 memset(&iface, 0, sizeof(iface)); 217 strncpy(iface.wfq_ifacename, ifinfo->ifname, IFNAMSIZ); 219 if (ioctl(wfq_fd, WFQ_IF_ATTACH, &iface) < 0) 227 strncpy(conf.iface.wfq_ifacename, ifinfo->ifname, IFNAMSIZ); 237 LOG(LOG_INFO, 0, "wfq attached to %s", iface.wfq_ifacename); 245 struct wfq_interface iface; local in function:wfq_detach 247 memset(&iface, 0, sizeof(iface)); 263 struct wfq_interface iface; local in function:wfq_enable 276 struct wfq_interface iface; local in function:wfq_disable [all...] |
qop_blue.c | 200 struct blue_interface iface; local in function:blue_attach 212 memset(&iface, 0, sizeof(iface)); 213 strncpy(iface.blue_ifname, ifinfo->ifname, IFNAMSIZ); 215 if (ioctl(blue_fd, BLUE_IF_ATTACH, &iface) < 0) 221 strncpy(conf.iface.blue_ifname, ifinfo->ifname, IFNAMSIZ); 231 LOG(LOG_INFO, 0, "blue attached to %s", iface.blue_ifname); 239 struct blue_interface iface; local in function:blue_detach 241 memset(&iface, 0, sizeof(iface)); 257 struct blue_interface iface; local in function:blue_enable 270 struct blue_interface iface; local in function:blue_disable [all...] |
qop_wfq.c | 204 struct wfq_interface iface; local in function:wfq_attach 216 memset(&iface, 0, sizeof(iface)); 217 strncpy(iface.wfq_ifacename, ifinfo->ifname, IFNAMSIZ); 219 if (ioctl(wfq_fd, WFQ_IF_ATTACH, &iface) < 0) 227 strncpy(conf.iface.wfq_ifacename, ifinfo->ifname, IFNAMSIZ); 237 LOG(LOG_INFO, 0, "wfq attached to %s", iface.wfq_ifacename); 245 struct wfq_interface iface; local in function:wfq_detach 247 memset(&iface, 0, sizeof(iface)); 263 struct wfq_interface iface; local in function:wfq_enable 276 struct wfq_interface iface; local in function:wfq_disable [all...] |
/src/usr.sbin/pf/pfs/ |
parse.y | 100 : STATE direction iface proto addrs id cid expire timeout src_peer dst_peer { 118 iface label
|
parse.y | 100 : STATE direction iface proto addrs id cid expire timeout src_peer dst_peer { 118 iface label
|
parse.y | 100 : STATE direction iface proto addrs id cid expire timeout src_peer dst_peer { 118 iface label
|
parse.y | 100 : STATE direction iface proto addrs id cid expire timeout src_peer dst_peer { 118 iface label
|
/src/sys/altq/ |
altq_fifoq.h | 57 struct fifoq_interface iface; member in struct:fifoq_getstats 66 struct fifoq_interface iface; member in struct:fifoq_conf
|
altq_fifoq.h | 57 struct fifoq_interface iface; member in struct:fifoq_getstats 66 struct fifoq_interface iface; member in struct:fifoq_conf
|
/src/usr.bin/rump_dhcpclient/ |
net.h | 85 const struct interface *iface; member in struct:rt 100 #define get_mtu(iface) do_mtu(iface, 0) 101 #define set_mtu(iface, mtu) do_mtu(iface, mtu) 115 #define add_address(iface, addr, net, brd) \ 116 if_address(iface, addr, net, brd, 1) 117 #define del_address(iface, addr, net) \ 118 if_address(iface, addr, net, NULL, -1) 119 #define has_address(iface, addr, net) [all...] |
net.h | 85 const struct interface *iface; member in struct:rt 100 #define get_mtu(iface) do_mtu(iface, 0) 101 #define set_mtu(iface, mtu) do_mtu(iface, mtu) 115 #define add_address(iface, addr, net, brd) \ 116 if_address(iface, addr, net, brd, 1) 117 #define del_address(iface, addr, net) \ 118 if_address(iface, addr, net, NULL, -1) 119 #define has_address(iface, addr, net) [all...] |
/src/usr.sbin/iwictl/ |
iwictl.c | 62 char *iface = NULL; local in function:main 67 iface = argv[1]; 77 iface = optarg; 89 if (iface == NULL) 93 get_radio_state(iface); 96 get_statistics(iface); 104 (void)fprintf(stderr, "Usage: %s [-i] iface\n" 105 "\t%s [-i] iface -r\n", getprogname(), getprogname()); 111 do_req(const char *iface, unsigned long req, void *data) 121 (void)strncpy(ifr.ifr_name, iface, sizeof(ifr.ifr_name)) [all...] |
iwictl.c | 62 char *iface = NULL; local in function:main 67 iface = argv[1]; 77 iface = optarg; 89 if (iface == NULL) 93 get_radio_state(iface); 96 get_statistics(iface); 104 (void)fprintf(stderr, "Usage: %s [-i] iface\n" 105 "\t%s [-i] iface -r\n", getprogname(), getprogname()); 111 do_req(const char *iface, unsigned long req, void *data) 121 (void)strncpy(ifr.ifr_name, iface, sizeof(ifr.ifr_name)) [all...] |
/src/usr.sbin/npf/npfd/ |
npfd.c | 180 const char *iface = "npflog0"; local in function:main 200 iface = optarg; 218 npfd_log_t *log = npfd_log_create(filename, iface, filter, snaplen);
|
/src/usr.sbin/ipwctl/ |
ipwctl.c | 63 const char *iface; local in function:main 69 iface = optarg; 72 iface = argv[1]; 75 iface = "ipw0"; 85 get_radio_state(iface); 93 get_statistics(iface); 101 (void)fprintf(stderr, "Usage: %s -i iface\n" 102 "\t%s -i iface -r\n", getprogname(), getprogname()); 108 do_req(const char *iface, unsigned long req, void *data) 118 strncpy(ifr.ifr_name, iface, sizeof(ifr.ifr_name)) [all...] |
/src/sys/dev/usb/ |
umodeswitch.c | 68 struct usbd_interface *iface; local in function:send_bulkmsg 82 err = usbd_device2interface_handle(dev, 0, &iface); 88 id = usbd_get_interface_descriptor(iface); 91 ed = usbd_interface2endpoint_descriptor(iface, i); 103 err = usbd_open_pipe(iface, ed->bEndpointAddress, 235 * One iface means umass mode, more than 1 (4 usually) means 3G mode.
|