tag | line | file | source code |
ifc | 2470 | drivers/char/tpqic02.c | int update_ifc_masks(int ifc) |
ifc | 2472 | drivers/char/tpqic02.c | QIC02_TAPE_IFC = ifc; |
ifc | 799 | net/core/dev.c | struct ifconf ifc; |
ifc | 813 | net/core/dev.c | memcpy_fromfs(&ifc, arg, sizeof(struct ifconf)); |
ifc | 814 | net/core/dev.c | len = ifc.ifc_len; |
ifc | 815 | net/core/dev.c | pos = ifc.ifc_buf; |
ifc | 859 | net/core/dev.c | ifc.ifc_len = (pos - ifc.ifc_buf); |
ifc | 860 | net/core/dev.c | ifc.ifc_req = (struct ifreq *) ifc.ifc_buf; |
ifc | 861 | net/core/dev.c | memcpy_tofs(arg, &ifc, sizeof(struct ifconf)); |