tag | line | file | source code |
ifc | 2467 | drivers/char/tpqic02.c | int update_ifc_masks(int ifc) |
ifc | 2469 | drivers/char/tpqic02.c | QIC02_TAPE_IFC = ifc; |
ifc | 824 | net/core/dev.c | struct ifconf ifc; |
ifc | 838 | net/core/dev.c | memcpy_fromfs(&ifc, arg, sizeof(struct ifconf)); |
ifc | 839 | net/core/dev.c | len = ifc.ifc_len; |
ifc | 840 | net/core/dev.c | pos = ifc.ifc_buf; |
ifc | 884 | net/core/dev.c | ifc.ifc_len = (pos - ifc.ifc_buf); |
ifc | 885 | net/core/dev.c | ifc.ifc_req = (struct ifreq *) ifc.ifc_buf; |
ifc | 886 | net/core/dev.c | memcpy_tofs(arg, &ifc, sizeof(struct ifconf)); |