Searched refs:featp (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/lustre/lnet/selftest/ |
D | console.c | 400 unsigned *featp, struct list_head __user *result_up) in lstcon_group_nodes_add() argument 453 *featp = trans->tas_features; in lstcon_group_nodes_add() 545 unsigned *featp, struct list_head __user *result_up) in lstcon_nodes_add() argument 567 rc = lstcon_group_nodes_add(grp, count, ids_up, featp, result_up); in lstcon_nodes_add() 1775 unsigned __user *featp, in lstcon_session_info() argument 1797 copy_to_user(featp, &console_session.ses_features, in lstcon_session_info() 1798 sizeof(*featp)) || in lstcon_session_info()
|
D | console.h | 210 unsigned *featp, struct list_head __user *result_up);
|