Home
last modified time | relevance | path

Searched refs:tinfo (Results 1 – 25 of 100) sorted by relevance

1234

/freebsd/contrib/ncurses/ncurses/
H A Dmodules152 lib_print lib $(tinfo) $(HEADER_DEPS)
156 use_screen lib $(tinfo) $(HEADER_DEPS)
162 access lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h
163 add_tries lib $(tinfo) $(HEADER_DEPS)
164 alloc_ttype lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h
167 comp_error lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h
168 comp_hash lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h ../include/hashsize.h
170 db_iterator lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h
171 doalloc lib $(tinfo) $(HEADER_DEPS)
172 entries lib $(tinfo) $(HEADER_DEPS) $(INCDIR)/tic.h
[all …]
H A DMakefile.in215 tinfo = $(srcdir)/tinfo
244 ./fallback.c : $(tinfo)/MKfallback.sh
245 …$(SHELL) -e $(tinfo)/MKfallback.sh $(TERMINFO) $(TERMINFO_SRC) "$(TIC_PATH)" "$(INFOCMP_PATH)" $(F…
253 keys.list : $(tinfo)/MKkeys_list.sh
254 …AWK=$(AWK) USE_SIGWINCH=@cf_cv_enable_sigwinch@ $(SHELL) $(tinfo)/MKkeys_list.sh $(CAPLIST) | LC_A…
258 $(tinfo)/make_keys.c \
260 …$(BUILD_CC) -o $@ $(BUILD_CPPFLAGS) $(BUILD_CCFLAGS) $(tinfo)/make_keys.c $(BUILD_LDFLAGS) $(BUILD…
264 $(tinfo)/make_hash.c \
266 …$(BUILD_CC) -o $@ $(BUILD_CPPFLAGS) $(BUILD_CCFLAGS) $(tinfo)/make_hash.c $(BUILD_LDFLAGS) $(BUILD…
280 $(tinfo)/MKcaptab.sh \
[all …]
H A Dllib-ltinfow35 /* ./tinfo/access.c */
92 /* ./tinfo/add_tries.c */
101 /* ./tinfo/alloc_ttype.c */
158 /* ./tinfo/comp_error.c */
204 /* ./tinfo/comp_hash.c */
234 /* ./tinfo/db_iterator.c */
262 /* ./tinfo/doalloc.c */
270 /* ./tinfo/entries.c */
309 /* ./tinfo/free_ttype.c */
334 /* ./tinfo/getenv_num.c */
[all …]
H A Dllib-ltinfo35 /* ./tinfo/access.c */
92 /* ./tinfo/add_tries.c */
101 /* ./tinfo/alloc_ttype.c */
146 /* ./tinfo/comp_error.c */
192 /* ./tinfo/comp_hash.c */
222 /* ./tinfo/db_iterator.c */
250 /* ./tinfo/doalloc.c */
258 /* ./tinfo/entries.c */
292 /* ./tinfo/free_ttype.c */
312 /* ./tinfo/getenv_num.c */
[all …]
H A Dllib-ltinfotw35 /* ./tinfo/access.c */
92 /* ./tinfo/add_tries.c */
101 /* ./tinfo/alloc_ttype.c */
163 /* ./tinfo/comp_error.c */
209 /* ./tinfo/comp_hash.c */
239 /* ./tinfo/db_iterator.c */
267 /* ./tinfo/doalloc.c */
275 /* ./tinfo/entries.c */
314 /* ./tinfo/free_ttype.c */
339 /* ./tinfo/getenv_num.c */
[all …]
H A Dllib-ltinfot35 /* ./tinfo/access.c */
92 /* ./tinfo/add_tries.c */
101 /* ./tinfo/alloc_ttype.c */
151 /* ./tinfo/comp_error.c */
197 /* ./tinfo/comp_hash.c */
227 /* ./tinfo/db_iterator.c */
255 /* ./tinfo/doalloc.c */
263 /* ./tinfo/entries.c */
297 /* ./tinfo/free_ttype.c */
317 /* ./tinfo/getenv_num.c */
[all …]
H A Dllib-ltic35 /* ./tinfo/alloc_entry.c */
66 /* ./tinfo/captoinfo.c */
82 /* ./tinfo/comp_expand.c */
91 /* ./tinfo/comp_parse.c */
120 /* ./tinfo/comp_scan.c */
166 /* ./tinfo/parse_entry.c */
181 /* ./tinfo/write_entry.c */
H A Dllib-ltict35 /* ./tinfo/alloc_entry.c */
66 /* ./tinfo/captoinfo.c */
82 /* ./tinfo/comp_expand.c */
91 /* ./tinfo/comp_parse.c */
120 /* ./tinfo/comp_scan.c */
166 /* ./tinfo/parse_entry.c */
181 /* ./tinfo/write_entry.c */
H A Dllib-ltictw35 /* ./tinfo/alloc_entry.c */
66 /* ./tinfo/captoinfo.c */
82 /* ./tinfo/comp_expand.c */
91 /* ./tinfo/comp_parse.c */
120 /* ./tinfo/comp_scan.c */
166 /* ./tinfo/parse_entry.c */
181 /* ./tinfo/write_entry.c */
H A Dllib-lticw35 /* ./tinfo/alloc_entry.c */
66 /* ./tinfo/captoinfo.c */
82 /* ./tinfo/comp_expand.c */
91 /* ./tinfo/comp_parse.c */
120 /* ./tinfo/comp_scan.c */
166 /* ./tinfo/parse_entry.c */
181 /* ./tinfo/write_entry.c */
H A Dllib-lncursest2679 /* ./tinfo/lib_print.c */
2748 /* ./tinfo/use_screen.c */
2775 /* ./tinfo/access.c */
2830 /* ./tinfo/add_tries.c */
2839 /* ./tinfo/alloc_ttype.c */
2889 /* ./tinfo/comp_error.c */
2935 /* ./tinfo/comp_hash.c */
2965 /* ./tinfo/db_iterator.c */
2993 /* ./tinfo/doalloc.c */
3001 /* ./tinfo/entries.c */
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp141 struct tinfo { struct
153 struct tinfo *tinfo = (struct tinfo *)arg; in thread_start() local
155 void *(*start_routine)(void *) = tinfo->start_routine; in thread_start()
156 void *start_routine_arg = tinfo->start_routine_arg; in thread_start()
159 unsafe_stack_setup(tinfo->unsafe_stack_start, tinfo->unsafe_stack_size, in thread_start()
160 tinfo->unsafe_stack_guard); in thread_start()
269 struct tinfo *tinfo = in INTERCEPTOR() local
270 (struct tinfo *)(((char *)addr) + size - sizeof(struct tinfo)); in INTERCEPTOR()
271 tinfo->start_routine = start_routine; in INTERCEPTOR()
272 tinfo->start_routine_arg = arg; in INTERCEPTOR()
[all …]
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c201 char tinfo[MAXPATHLEN]; in main() local
202 int l = snprintf(tinfo, sizeof(tinfo), "%s/%s", termpath, in main()
204 if (stat(tinfo, &st) == -1) in main()
205 err(1, "Cannot stat `%s'", tinfo); in main()
207 tinfo[l - 4] = '\0'; in main()
208 if (setenv("TERMINFO", tinfo, 1) != 0) in main()
212 char *tinfo; in main() local
215 if ((tinfo = mmap(NULL, (size_t)st.st_size, PROT_READ, MAP_FILE, in main()
218 if (setenv("TERMINFO", tinfo, 1) != 0) in main()
221 munmap(tinfo, (size_t)st.st_size); in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_win.cpp61 std::type_info *tinfo; in getDynamicTypeInfoFromVtable() local
64 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr); in getDynamicTypeInfoFromVtable()
66 tinfo = ((CompleteObjectLocatorAbs *)obj_locator)->rtti_addr; in getDynamicTypeInfoFromVtable()
71 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info))) in getDynamicTypeInfoFromVtable()
76 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top, in getDynamicTypeInfoFromVtable()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx_osm.c525 struct ahd_initiator_tinfo *tinfo; in ahd_action()
540 tinfo = ahd_fetch_transinfo(ahd, 'A', our_id, in ahd_action()
543 || (tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ) != 0 in ahd_action()
737 struct ahd_initiator_tinfo *tinfo; in ahd_set_tran_settings()
750 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel, in ahd_set_tran_settings()
758 tinfo->curr.protocol_version = cts->protocol_version; in ahd_set_tran_settings()
759 tinfo->curr.transport_version = cts->transport_version; in ahd_set_tran_settings()
760 tinfo->goal.protocol_version = cts->protocol_version; in ahd_set_tran_settings()
761 tinfo->goal.transport_version = cts->transport_version; in ahd_set_tran_settings()
766 tinfo in ahd_set_tran_settings()
513 struct ahd_initiator_tinfo *tinfo; ahd_action() local
725 struct ahd_initiator_tinfo *tinfo; ahd_set_tran_settings() local
843 struct ahd_transinfo *tinfo; ahd_get_tran_settings() local
942 struct ahd_initiator_tinfo *tinfo; ahd_execute_scb() local
[all...]
H A Daic7xxx_osm.c610 struct ahc_initiator_tinfo *tinfo; in ahc_action()
624 tinfo = ahc_fetch_transinfo(ahc, devinfo.channel, in ahc_action()
632 tinfo->curr.protocol_version = in ahc_action()
634 tinfo->curr.transport_version = in ahc_action()
636 tinfo->goal.protocol_version = in ahc_action()
638 tinfo->goal.transport_version = in ahc_action()
644 tinfo->user.protocol_version = in ahc_action()
646 tinfo->user.transport_version = in ahc_action()
669 ahc_validate_width(ahc, /*tinfo limit*/NULL, in ahc_action()
677 spi->ppr_options = tinfo in ahc_action()
598 struct ahc_initiator_tinfo *tinfo; ahc_action() local
824 struct ahc_transinfo *tinfo; ahc_get_tran_settings() local
924 struct ahc_initiator_tinfo *tinfo; ahc_execute_scb() local
[all...]
H A Daic79xx.c128 struct ahd_transinfo *tinfo);
2263 struct ahd_initiator_tinfo *tinfo; in ahd_handle_nonpkt_busfree() local
2280 tinfo = ahd_fetch_transinfo(ahd, devinfo.channel, in ahd_handle_nonpkt_busfree()
2283 if ((tinfo->curr.ppr_options & MSG_EXT_PPR_IU_REQ)!=0) { in ahd_handle_nonpkt_busfree()
2299 tinfo->curr.transport_version = 2; in ahd_handle_nonpkt_busfree()
2300 tinfo->goal.transport_version = 2; in ahd_handle_nonpkt_busfree()
2301 tinfo->goal.ppr_options = 0; in ahd_handle_nonpkt_busfree()
2858 struct ahd_initiator_tinfo *tinfo, in ahd_devlimited_syncrate() argument
2883 transinfo = &tinfo->user; in ahd_devlimited_syncrate()
2885 transinfo = &tinfo->goal; in ahd_devlimited_syncrate()
[all …]
/freebsd/contrib/ncurses/
H A DMANIFEST906 ./ncurses/tinfo/MKcaptab.awk
907 ./ncurses/tinfo/MKcaptab.sh
908 ./ncurses/tinfo/MKcodes.awk
909 ./ncurses/tinfo/MKfallback.sh
910 ./ncurses/tinfo/MKkeys_list.sh
911 ./ncurses/tinfo/MKnames.awk
912 ./ncurses/tinfo/MKuserdefs.sh
913 ./ncurses/tinfo/README
914 ./ncurses/tinfo/access.c
915 ./ncurses/tinfo/add_tries.c
[all …]
H A DFREEBSD-upgrade34 ncurses/tinfo/read_termcap.c has been changed since last import).
38 ncurses/tinfo/comp_scan.c
41 ncurses/tinfo/lib_termcap.c
45 ncurses/tinfo/read_termcap.c
/freebsd/sys/dev/sym/
H A Dsym_hipd.c1121 struct sym_tinfo tinfo; member
2720 tp->tinfo.user.scsi_version = tp->tinfo.current.scsi_version= 2; in sym_prepare_setting()
2721 tp->tinfo.user.spi_version = tp->tinfo.current.spi_version = 2; in sym_prepare_setting()
2722 tp->tinfo.user.period = np->minsync; in sym_prepare_setting()
2724 tp->tinfo.user.period = np->minsync_dt; in sym_prepare_setting()
2725 tp->tinfo.user.offset = np->maxoffs; in sym_prepare_setting()
2726 tp->tinfo.user.width = np->maxwide ? BUS_16_BIT : BUS_8_BIT; in sym_prepare_setting()
2737 if (tp->tinfo.user.period <= 9 && in sym_prepare_setting()
2738 tp->tinfo.user.width == BUS_16_BIT) { in sym_prepare_setting()
2739 tp->tinfo.user.options |= PPR_OPT_DT; in sym_prepare_setting()
[all …]
/freebsd/sys/dev/firewire/
H A Dfwdev.c273 struct tcode_info *tinfo; in fw_read_async() local
293 tinfo = &xfer->fc->tcode[fp->mode.hdr.tcode]; in fw_read_async()
294 err = uiomove(fp, tinfo->hdr_len, uio); in fw_read_async()
395 struct tcode_info *tinfo; in fw_write_async() local
401 tinfo = &d->fc->tcode[pkt.mode.hdr.tcode]; in fw_write_async()
403 tinfo->hdr_len - sizeof(uint32_t), uio))) in fw_write_async()
642 struct tcode_info *tinfo; in fw_ioctl() local
646 tinfo = &fc->tcode[fp->mode.hdr.tcode]; in fw_ioctl()
648 if ((tinfo->flag & FWTI_BLOCK_ASY) != 0) in fw_ioctl()
649 pay_len = MAX(0, asyreq->req.len - tinfo->hdr_len); in fw_ioctl()
[all …]
/freebsd/usr.sbin/dumpcis/
H A Dreadcis.c252 struct tuple_info *tinfo; in read_one_tuplelist() local
305 tinfo = get_tuple_info(code); in read_one_tuplelist()
306 if (tinfo == NULL || (tinfo->length != LENGTH_ANY && tinfo->length > length)) { in read_one_tuplelist()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c390 ipfw_ta_tinfo *tinfo);
505 ta_dump_addr_radix_tinfo(void *ta_state, struct table_info *ti, ipfw_ta_tinfo *tinfo) in ta_dump_addr_radix_tinfo() argument
511 tinfo->flags = IPFW_TATFLAGS_AFDATA | IPFW_TATFLAGS_AFITEM; in ta_dump_addr_radix_tinfo()
512 tinfo->taclass4 = IPFW_TACLASS_RADIX; in ta_dump_addr_radix_tinfo()
513 tinfo->count4 = cfg->count4; in ta_dump_addr_radix_tinfo()
514 tinfo->itemsize4 = sizeof(struct addr_radix_entry); in ta_dump_addr_radix_tinfo()
515 tinfo->taclass6 = IPFW_TACLASS_RADIX; in ta_dump_addr_radix_tinfo()
516 tinfo->count6 = cfg->count6; in ta_dump_addr_radix_tinfo()
517 tinfo->itemsize6 = sizeof(struct addr_radix_xentry); in ta_dump_addr_radix_tinfo()
976 ipfw_ta_tinfo *tinfo);
[all …]
/freebsd/lib/ncurses/
H A DMakefile1 SUBDIR= tinfo ncurses form menu panel
6 SUBDIR_DEPEND_${subdir}= tinfo
H A Dconfig.mk9 TINFO_OBJDIR?= ${.OBJDIR:H}/tinfo
15 CFLAGS+= -I${.CURDIR:H}/tinfo

1234