Searched refs:tool_fn_write (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ntb/test/ |
H A D | ntb_tool.c | 405 tool_fn_write(struct tool_ctx *tc, struct sysctl_oid *oidp, in tool_fn_write() function 1051 return tool_fn_write(tc, oidp, req, buf, NULL, false, NULL, in sysctl_db_handle() 1087 return tool_fn_write(tc, oidp, req, buf, &tc->db_mask_val, true, in sysctl_db_mask_handle() 1105 return tool_fn_write(tc, oidp, req, buf, &tc->peer_db_val, in sysctl_peer_db_handle() 1126 return tool_fn_write(tc, oidp, req, buf, &tc->peer_db_mask_val, in sysctl_peer_db_mask_handle()
|