Searched refs:nti (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/sys/dev/ncv/ |
| HD | ncr53c500.c | 452 struct ncv_targ_info *nti = (void *) ti; local 473 nti->nti_reg_cfg3 |= sc->sc_hw.hw_cfg3_fscsi; 475 nti->nti_reg_cfg3 &= ~sc->sc_hw.hw_cfg3_fscsi; 478 nti->nti_reg_period = period & 0x1f; 479 nti->nti_reg_offset = ti->ti_maxsynch.offset; 481 bus_write_1(res, cr0_period, nti->nti_reg_period); 482 bus_write_1(res, cr0_offs, nti->nti_reg_offset); 483 bus_write_1(res, cr0_cfg3, nti->nti_reg_cfg3); 493 struct ncv_targ_info *nti = (void *) ti; local 501 nti->nti_reg_cfg3 = sc->sc_hw.hw_cfg3; [all …]
|
| /freebsd-11-stable/sys/dev/nsp/ |
| HD | nsp.c | 471 struct nsp_targ_info *nti = (void *) ti; local 509 nti->nti_reg_syncr = 0; 510 nti->nti_reg_ackwidth = 0; 515 nti->nti_reg_syncr = (sdp->chip_period << SYNCR_PERS) | 517 nti->nti_reg_ackwidth = sdp->ack_width; 521 nsp_cr_write_1(sc->port_res, NSPR_SYNCR, nti->nti_reg_syncr); 522 nsp_cr_write_1(sc->port_res, NSPR_ACKWIDTH, nti->nti_reg_ackwidth); 532 struct nsp_targ_info *nti = (void *) ti; local 539 nti->nti_reg_syncr = 0; 540 nti->nti_reg_ackwidth = 0; [all …]
|
| /freebsd-11-stable/contrib/tcsh/nls/finnish/ |
| HD | set3 | 53 51 Laajenna historiaviittaukset ja lisää välilyönti 91 89 Vi: siirry edelliseen merkkiin (backspace, välilyönti taaksepäin)
|
| /freebsd-11-stable/sbin/pfctl/ |
| HD | pfctl_parser.c | 1057 struct node_tinit *ti, *nti; in print_tabledef() local 1078 nti = SIMPLEQ_NEXT(ti, entries); in print_tabledef() 1079 if (nti != NULL && nti->file == NULL) in print_tabledef() 1080 ti = nti; /* merge lists */ in print_tabledef()
|
| HD | parse.y | 1382 struct node_tinit *ti, *nti; variable 1397 ti != SIMPLEQ_END(&$5.init_nodes); ti = nti) { 1404 nti = SIMPLEQ_NEXT(ti, entries);
|
| /freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/ |
| HD | ftp.c | 1501 char nti[17]; in pswitch() member 1553 strlcpy (ip->nti, ntin, sizeof (ip->nti)); in pswitch() 1554 strlcpy (ntin, op->nti, 17); in pswitch()
|
| /freebsd-11-stable/contrib/tnftp/src/ |
| HD | ftp.c | 1754 char nti[17]; in pswitch() member 1806 (void)strlcpy(ip->nti, ntin, sizeof(ip->nti)); in pswitch() 1807 (void)strlcpy(ntin, op->nti, sizeof(ntin)); in pswitch()
|
| /freebsd-11-stable/contrib/ncurses/misc/ |
| HD | terminfo.src | 6763 interix-nti|opennt-nti|opennt-25-nti|ntconsole-25-nti|OpenNT-nti compatible with color, 6766 opennt-35-nti|ntconsole-35-nti|OpenNT-term35-nti compatible with color, 6767 lines#35, use=opennt-nti, 6769 opennt-50-nti|ntconsole-50-nti|OpenNT-term50-nti compatible with color, 6770 lines#50, use=opennt-nti, 6772 opennt-60-nti|ntconsole-60-nti|OpenNT-term60-nti compatible with color, 6773 lines#60, use=opennt-nti, 6775 opennt-100-nti|ntconsole-100-nti|OpenNT-term100-nti compatible with color, 6776 lines#100, use=opennt-nti,
|