Searched refs:tmap (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/usr.sbin/fwctl/ |
| H A D | fwcontrol.c | 506 struct fw_topology_map *tmap; in show_topology_map() local 514 tmap = malloc(sizeof(*tmap)); in show_topology_map() 515 if (tmap == NULL) in show_topology_map() 517 if (ioctl(fd, FW_GTPMAP, tmap) < 0) in show_topology_map() 520 tmap->crc_len, tmap->generation, in show_topology_map() 521 tmap->node_count, tmap->self_id_count); in show_topology_map() 524 for (i = 0; i < tmap->crc_len - 2; i++) { in show_topology_map() 525 sid = tmap->self_id[i]; in show_topology_map() 545 free(tmap); in show_topology_map()
|
| /netbsd-src/external/mpl/dhcp/dist/omapip/ |
| H A D | trace.c | 389 trace_index_mapping_t *tmap; in trace_index_map_input() local 397 tmap = (trace_index_mapping_t *)buf; in trace_index_map_input() 403 !memcmp (tptr -> name, tmap -> name, len)) { in trace_index_map_input() 404 tptr -> index = ntohl (tmap -> index); in trace_index_map_input() 413 (int)length - TRACE_INDEX_MAPPING_SIZE, tmap -> name); in trace_index_map_input()
|
| /netbsd-src/external/bsd/nvi/docs/internals/ |
| H A D | gdb.script | 25 define tmap
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | avr.c | 14450 tree tmap; in avr_fold_builtin() local 14464 tmap = wide_int_to_tree (map_type, wi::to_wide (arg[0])); in avr_fold_builtin() 14465 map = TREE_INT_CST_LOW (tmap); in avr_fold_builtin() 14513 return build_call_expr (fndecl, 3, tmap, tbits, tval); in avr_fold_builtin() 14569 tmap = wide_int_to_tree (map_type, best_g.map); in avr_fold_builtin() 14571 return build_call_expr (fndecl, 3, tmap, tbits, tval); in avr_fold_builtin()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr.cc | 14875 tree tmap; in avr_fold_builtin() local 14889 tmap = wide_int_to_tree (map_type, wi::to_wide (arg[0])); in avr_fold_builtin() 14890 map = TREE_INT_CST_LOW (tmap); in avr_fold_builtin() 14938 return build_call_expr (fndecl, 3, tmap, tbits, tval); in avr_fold_builtin() 14994 tmap = wide_int_to_tree (map_type, best_g.map); in avr_fold_builtin() 14996 return build_call_expr (fndecl, 3, tmap, tbits, tval); in avr_fold_builtin()
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 198 * tmac/tmac.html: Moved markup macros to tmap.arkup.
|