/src/sys/arch/mvme68k/stand/bootst/ |
dev_tape.c | 174 struct mvmeprom_dskio nti; local in function:hackprom_diskrd 177 nti = *ti; 179 nti.pbuffer = hackload_addr; 180 nti.blk_cnt = hackload_blocks; 181 nti.flag |= END_OF_FILE; 183 ret = mvmeprom_diskrd(&nti);
|
dev_tape.c | 174 struct mvmeprom_dskio nti; local in function:hackprom_diskrd 177 nti = *ti; 179 nti.pbuffer = hackload_addr; 180 nti.blk_cnt = hackload_blocks; 181 nti.flag |= END_OF_FILE; 183 ret = mvmeprom_diskrd(&nti);
|
/src/dist/pf/sbin/pfctl/ |
pfctl_parser.c | 1036 struct node_tinit *ti, *nti; local in function:print_tabledef 1055 nti = SIMPLEQ_NEXT(ti, entries); 1056 if (nti != NULL && nti->file == NULL) 1057 ti = nti; /* merge lists */
|
pfctl_parser.c | 1036 struct node_tinit *ti, *nti; local in function:print_tabledef 1055 nti = SIMPLEQ_NEXT(ti, entries); 1056 if (nti != NULL && nti->file == NULL) 1057 ti = nti; /* merge lists */
|
/src/usr.bin/ftp/ |
ftp.c | 1810 char nti[17]; member in struct:pswitch::comvars 1862 (void)strlcpy(ip->nti, ntin, sizeof(ip->nti)); 1863 (void)strlcpy(ntin, op->nti, sizeof(ntin));
|
ftp.c | 1810 char nti[17]; member in struct:pswitch::comvars 1862 (void)strlcpy(ip->nti, ntin, sizeof(ip->nti)); 1863 (void)strlcpy(ntin, op->nti, sizeof(ntin));
|