tag | line | file | source code |
nr_parms | 1288 | net/netrom/af_netrom.c | struct nr_parms_struct nr_parms; |
nr_parms | 1291 | net/netrom/af_netrom.c | memcpy_fromfs(&nr_parms, (void *)arg, sizeof(struct nr_parms_struct)); |
nr_parms | 1292 | net/netrom/af_netrom.c | nr_parms = nr_default; |
nr_parms | 1293 | net/netrom/af_netrom.c | memcpy_tofs((void *)arg, &nr_parms, sizeof(struct nr_parms_struct)); |
nr_parms | 1298 | net/netrom/af_netrom.c | struct nr_parms_struct nr_parms; |
nr_parms | 1302 | net/netrom/af_netrom.c | memcpy_fromfs(&nr_parms, (void *)arg, sizeof(struct nr_parms_struct)); |
nr_parms | 1303 | net/netrom/af_netrom.c | nr_default = nr_parms; |