Home
last modified time | relevance | path

Searched refs:set_command (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dprintcmd.c161 static void set_command (char *, int);
996 set_command (char *exp, int from_tty) in set_command() function
2081 add_prefix_cmd ("set", class_vars, set_command, in _initialize_printcmd()
2092 add_com ("assign", class_vars, set_command, concat ("Evaluate expression \ in _initialize_printcmd()
2110 add_cmd ("variable", class_vars, set_command, in _initialize_printcmd()
/freebsd-12.1/contrib/ofed/libmlx5/
H A Dmlx5.c594 set_command(MLX5_MMAP_GET_CORE_CLOCK_CMD, &offset); in mlx5_map_internal_clock()
859 set_command(MLX5_MMAP_GET_REGULAR_PAGES_CMD, &offset); in mlx5_init_context()
H A Dbuf.c506 set_command(MLX5_MMAP_GET_CONTIGUOUS_PAGES_CMD, &offset); in mlx5_alloc_buf_contig()
H A Dmlx5.h734 static inline void set_command(int command, off_t *offset) in set_command() function