Lines Matching refs:ta

505 	int ta = 0;
577 ta = 1;
585 *pta = ta;
683 sys_watchpoint(caddr_t addr, int watchcode, int ta)
699 sqp->sq_info.si_trapafter = ta;
769 int ta;
779 watchcode = pr_is_watchpoint(&vaddr, &ta,
781 if (watchcode && ta == 0)
805 while (count && watchcode && ta && len > part && error == 0) {
827 (!sys_watchpoint(vaddr, watchcode, ta) ||
859 int ta;
870 watchcode = pr_is_watchpoint(&vaddr, &ta,
873 if (ta == 0)
904 while (count && watchcode && ta && len > part && error == 0) {
925 (!sys_watchpoint(vaddr, watchcode, ta) ||
963 int ta;
974 watchcode = pr_is_watchpoint(&vaddr, &ta,
977 if (ta == 0)
1014 while (resid && watchcode && ta && len > part && error == 0 &&
1039 (!sys_watchpoint(vaddr, watchcode, ta) ||
1077 int ta;
1088 watchcode = pr_is_watchpoint(&vaddr, &ta,
1090 if (watchcode && ta == 0)
1121 while (resid && watchcode && ta && len > part && error == 0 &&
1146 (!sys_watchpoint(vaddr, watchcode, ta) ||
1176 int ta;
1182 watchcode = pr_is_watchpoint(&vaddr, &ta, size, NULL, S_READ);
1183 if (watchcode == 0 || ta != 0) {
1194 (!sys_watchpoint(vaddr, watchcode, ta) ||
1200 if (watchcode == 0 || ta != 0)
1246 int ta;
1252 watchcode = pr_is_watchpoint(&vaddr, &ta, sizeof (value), NULL,
1254 if (watchcode == 0 || ta != 0) {
1267 (!sys_watchpoint(vaddr, watchcode, ta) ||
1273 if (watchcode == 0 || ta != 0)
1288 int ta;
1294 watchcode = pr_is_watchpoint(&vaddr, &ta, sizeof (value), NULL,
1296 if (watchcode == 0 || ta != 0) {
1309 (!sys_watchpoint(vaddr, watchcode, ta) ||
1315 if (watchcode == 0 || ta != 0)
1330 int ta;
1336 watchcode = pr_is_watchpoint(&vaddr, &ta, sizeof (value), NULL,
1338 if (watchcode == 0 || ta != 0) {
1351 (!sys_watchpoint(vaddr, watchcode, ta) ||
1357 if (watchcode == 0 || ta != 0)
1373 int ta;
1379 watchcode = pr_is_watchpoint(&vaddr, &ta, sizeof (value), NULL,
1381 if (watchcode == 0 || ta != 0) {
1394 (!sys_watchpoint(vaddr, watchcode, ta) ||
1400 if (watchcode == 0 || ta != 0)
1495 int mapped, watchcode, ta;
1499 watchcode = pr_is_watchpoint(&vaddr, &ta, len,
1502 if (watchcode == 0 || ta != 0) {
1523 (!sys_watchpoint(vaddr, watchcode, ta) ||
1532 if (watchcode == 0 || ta != 0) {