tag | line | file | source code |
ifc | 2466 | drivers/char/tpqic02.c | int update_ifc_masks(int ifc) |
ifc | 2468 | drivers/char/tpqic02.c | QIC02_TAPE_IFC = ifc; |
ifc | 869 | net/inet/dev.c | struct ifconf ifc; |
ifc | 883 | net/inet/dev.c | memcpy_fromfs(&ifc, arg, sizeof(struct ifconf)); |
ifc | 884 | net/inet/dev.c | len = ifc.ifc_len; |
ifc | 885 | net/inet/dev.c | pos = ifc.ifc_buf; |
ifc | 929 | net/inet/dev.c | ifc.ifc_len = (pos - ifc.ifc_buf); |
ifc | 930 | net/inet/dev.c | ifc.ifc_req = (struct ifreq *) ifc.ifc_buf; |
ifc | 931 | net/inet/dev.c | memcpy_tofs(arg, &ifc, sizeof(struct ifconf)); |