Searched refs:get_unit (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipftest.c | 23 extern struct ifnet *get_unit __P((char *, int, ipf_stack_t *)); 221 ifp = get_unit(iface, IP_V(ip), ifs);
|
H A D | ip_fil.c | 607 struct ifnet *get_unit(name, v, ifs) in get_unit() function
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 1360 extern struct ifnet *get_unit __P((char *, int, ipf_stack_t *)); 1372 extern phy_if_t get_unit __P((char *, int, ipf_stack_t *));
|
H A D | ip_compat.h | 296 # define GETIFP(n, v, ifs) (void *)get_unit(n, v, ifs) 467 # define GETIFP(n, v, ifs) get_unit(n, v, ifs) 1478 # define GETIFP(x, v, ifs) get_unit(x,v, ifs)
|
/titanic_41/usr/src/uts/common/io/ |
H A D | fdc.c | 211 static int get_unit(dev_info_t *dip, int *cntrl_num); 515 if (get_unit(dip, &cntlr_num) != DDI_SUCCESS) in fdc_attach() 3238 get_unit(dev_info_t *dip, int *cntrl_num) in get_unit() function
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 911 phy_if_t get_unit(name, v, ifs) in get_unit() function
|