/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo_manager.c | 51 static int ttm_bo_man_get_node(struct ttm_mem_type_manager *man, in ttm_bo_man_get_node() 90 static void ttm_bo_man_put_node(struct ttm_mem_type_manager *man, in ttm_bo_man_put_node() 103 static int ttm_bo_man_init(struct ttm_mem_type_manager *man, in ttm_bo_man_init() 121 static int ttm_bo_man_takedown(struct ttm_mem_type_manager *man) in ttm_bo_man_takedown() 139 static void ttm_bo_man_debug(struct ttm_mem_type_manager *man, in ttm_bo_man_debug()
|
H A D | ttm_bo_util.c | 74 int ttm_mem_io_lock(struct ttm_mem_type_manager *man, bool interruptible) in ttm_mem_io_lock() 90 void ttm_mem_io_unlock(struct ttm_mem_type_manager *man) in ttm_mem_io_unlock() 98 static int ttm_mem_io_evict(struct ttm_mem_type_manager *man) in ttm_mem_io_evict() 117 struct ttm_mem_type_manager *man = &bdev->man[mem->mem_type]; in ttm_mem_io_reserve() local 141 struct ttm_mem_type_manager *man = &bdev->man[mem->mem_type]; in ttm_mem_io_free() local 159 struct ttm_mem_type_manager *man = in ttm_mem_io_reserve_vm() local 188 struct ttm_mem_type_manager *man = &bdev->man[mem->mem_type]; in ttm_mem_reg_ioremap() local 220 struct ttm_mem_type_manager *man; in ttm_mem_reg_iounmap() local 296 struct ttm_mem_type_manager *man = &bdev->man[new_mem->mem_type]; in ttm_bo_move_memcpy() local 531 struct ttm_mem_type_manager *man = in ttm_bo_kmap() local [all …]
|
H A D | ttm_bo.c | 62 struct ttm_mem_type_manager *man = &bdev->man[mem_type]; in ttm_mem_type_debug() local 160 struct ttm_mem_type_manager *man; in ttm_bo_add_to_lru() local 759 struct ttm_mem_type_manager *man = &bdev->man[bo->mem.mem_type]; in ttm_bo_release() local 864 struct ttm_mem_type_manager *man = &bdev->man[mem_type]; in ttm_mem_evict_first() local 907 struct ttm_mem_type_manager *man = &bo->bdev->man[mem->mem_type]; in ttm_bo_mem_put() local 925 struct ttm_mem_type_manager *man = &bdev->man[mem_type]; in ttm_bo_mem_force_space() local 945 static uint32_t ttm_bo_select_caching(struct ttm_mem_type_manager *man, in ttm_bo_select_caching() 970 static bool ttm_bo_mt_compatible(struct ttm_mem_type_manager *man, in ttm_bo_mt_compatible() 1004 struct ttm_mem_type_manager *man; in ttm_bo_mem_space() local 1363 struct ttm_mem_type_manager *man = &bdev->man[mem_type]; in ttm_bo_force_list_clean() local [all …]
|
H A D | ttm_bo_vm.c | 110 struct ttm_mem_type_manager *man = in ttm_bo_vm_fault() local
|
/freebsd/contrib/mandoc/ |
H A D | man.c | 44 man_parseln(struct roff_man *man, int ln, char *buf, int offs) in man_parseln() 74 man_descope(struct roff_man *man, int line, int offs, char *start) in man_descope() 101 man_ptext(struct roff_man *man, int line, char *buf, int offs) in man_ptext() 177 man_pmacro(struct roff_man *man, int ln, char *buf, int offs) in man_pmacro() 278 man_breakscope(struct roff_man *man, int tok) in man_breakscope()
|
H A D | man_macro.c | 93 man_unscope(struct roff_man *man, const struct roff_node *to) in man_unscope() 160 rew_scope(struct roff_man *man, enum roff_tok tok) in rew_scope() 451 man_endparse(struct roff_man *man) in man_endparse() 457 man_args(struct roff_man *man, int line, int *pos, char *buf, char **v) in man_args()
|
H A D | man_html.c | 114 html_man(void *arg, const struct roff_meta *man) in html_man() 143 print_man_head(const struct roff_meta *man, struct html *h) in print_man_head() 264 man_root_pre(const struct roff_meta *man, struct html *h) in man_root_pre() 292 man_root_post(const struct roff_meta *man, struct html *h) in man_root_post()
|
H A D | tag.c | 263 tag_move_href(struct roff_man *man, struct roff_node *n, const char *tag) in tag_move_href() 297 tag_postprocess(struct roff_man *man, struct roff_node *n) in tag_postprocess()
|
H A D | roff.c | 111 struct roff_man *man; /* mdoc or man parser */ member 818 roff_man_free1(struct roff_man *man) in roff_man_free1() 833 roff_state_reset(struct roff_man *man) in roff_state_reset() 844 roff_man_alloc1(struct roff_man *man) in roff_man_alloc1() 854 roff_man_reset(struct roff_man *man) in roff_man_reset() 861 roff_man_free(struct roff_man *man) in roff_man_free() 870 struct roff_man *man; in roff_man_alloc() local 884 roff_node_alloc(struct roff_man *man, int line, int pos, in roff_node_alloc() 912 roff_node_append(struct roff_man *man, struct roff_node *n) in roff_node_append() 966 roff_word_alloc(struct roff_man *man, int line, int pos, const char *word) in roff_word_alloc() [all …]
|
H A D | roff_validate.c | 57 roff_validate(struct roff_man *man) in roff_validate()
|
H A D | tree.c | 57 tree_man(void *arg, const struct roff_meta *man) in tree_man()
|
H A D | manconf.h | 33 char *man; member
|
H A D | Makefile | 521 man: mandoc target
|
H A D | man_validate.c | 109 man_validate(struct roff_man *man) in man_validate()
|
H A D | read.c | 56 struct roff_man *man; /* man parser */ member
|
/freebsd/contrib/openpam/doc/ |
H A D | Makefile.am | 1 SUBDIRS = man subdir
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | Makefile | 12 man: target
|
/freebsd/contrib/libfido2/man/ |
H A D | CMakeLists.txt | 354 add_custom_target(man ALL) global() target [all...] |
/freebsd/contrib/openbsm/ |
H A D | Makefile.am | 12 man \ subdir
|
/freebsd/lib/libc/include/ |
H A D | fpmath.h | 44 unsigned int man :23; member
|
/freebsd/lib/libc/i386/ |
H A D | _fpmath.h | 39 unsigned long long man :64; member
|
/freebsd/lib/libc/amd64/ |
H A D | _fpmath.h | 40 unsigned long man :64; member
|
/freebsd/contrib/libcbor/doc/ |
H A D | Makefile | 130 man: target
|
/freebsd/usr.bin/whereis/ |
H A D | whereis.c | 380 char *bin, buf[BUFSIZ], *cp, *cp2, *man, *name, *src; in main() local
|
/freebsd/sys/contrib/zstd/ |
H A D | Makefile | 116 man: target
|