tag | line | file | source code |
nr_parms | 1226 | net/netrom/af_netrom.c | struct nr_parms_struct nr_parms; |
nr_parms | 1229 | net/netrom/af_netrom.c | memcpy_fromfs(&nr_parms, (void *)arg, sizeof(struct nr_parms_struct)); |
nr_parms | 1230 | net/netrom/af_netrom.c | nr_parms = nr_default; |
nr_parms | 1231 | net/netrom/af_netrom.c | memcpy_tofs((void *)arg, &nr_parms, sizeof(struct nr_parms_struct)); |
nr_parms | 1237 | net/netrom/af_netrom.c | struct nr_parms_struct nr_parms; |
nr_parms | 1241 | net/netrom/af_netrom.c | memcpy_fromfs(&nr_parms, (void *)arg, sizeof(struct nr_parms_struct)); |
nr_parms | 1242 | net/netrom/af_netrom.c | nr_default = nr_parms; |