Lines Matching defs:watchcode

597 	int watchcode, greg_t pc)
618 pw->wpcode = watchcode;
627 pw->wpcode = watchcode;
683 sys_watchpoint(caddr_t addr, int watchcode, int ta)
697 sqp->sq_info.si_code = watchcode;
766 int watchcode;
776 watchcode = 0;
779 watchcode = pr_is_watchpoint(&vaddr, &ta,
781 if (watchcode && ta == 0)
805 while (count && watchcode && ta && len > part && error == 0) {
826 if (watchcode &&
827 (!sys_watchpoint(vaddr, watchcode, ta) ||
855 int watchcode;
867 watchcode = 0;
870 watchcode = pr_is_watchpoint(&vaddr, &ta,
872 if (watchcode) {
904 while (count && watchcode && ta && len > part && error == 0) {
924 if (watchcode &&
925 (!sys_watchpoint(vaddr, watchcode, ta) ||
958 int watchcode;
971 watchcode = 0;
974 watchcode = pr_is_watchpoint(&vaddr, &ta,
976 if (watchcode) {
1005 if (error != 0 || (watchcode &&
1014 while (resid && watchcode && ta && len > part && error == 0 &&
1038 if (watchcode &&
1039 (!sys_watchpoint(vaddr, watchcode, ta) ||
1072 int watchcode;
1085 watchcode = 0;
1088 watchcode = pr_is_watchpoint(&vaddr, &ta,
1090 if (watchcode && ta == 0)
1112 if (error != 0 || (watchcode &&
1121 while (resid && watchcode && ta && len > part && error == 0 &&
1145 if (watchcode &&
1146 (!sys_watchpoint(vaddr, watchcode, ta) ||
1172 int watchcode;
1182 watchcode = pr_is_watchpoint(&vaddr, &ta, size, NULL, S_READ);
1183 if (watchcode == 0 || ta != 0) {
1193 if (watchcode &&
1194 (!sys_watchpoint(vaddr, watchcode, ta) ||
1200 if (watchcode == 0 || ta != 0)
1242 int watchcode;
1252 watchcode = pr_is_watchpoint(&vaddr, &ta, sizeof (value), NULL,
1254 if (watchcode == 0 || ta != 0) {
1266 if (watchcode &&
1267 (!sys_watchpoint(vaddr, watchcode, ta) ||
1273 if (watchcode == 0 || ta != 0)
1284 int watchcode;
1294 watchcode = pr_is_watchpoint(&vaddr, &ta, sizeof (value), NULL,
1296 if (watchcode == 0 || ta != 0) {
1308 if (watchcode &&
1309 (!sys_watchpoint(vaddr, watchcode, ta) ||
1315 if (watchcode == 0 || ta != 0)
1326 int watchcode;
1336 watchcode = pr_is_watchpoint(&vaddr, &ta, sizeof (value), NULL,
1338 if (watchcode == 0 || ta != 0) {
1350 if (watchcode &&
1351 (!sys_watchpoint(vaddr, watchcode, ta) ||
1357 if (watchcode == 0 || ta != 0)
1369 int watchcode;
1379 watchcode = pr_is_watchpoint(&vaddr, &ta, sizeof (value), NULL,
1381 if (watchcode == 0 || ta != 0) {
1393 if (watchcode &&
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) {
1505 * don't cover a watched area (watchcode=0)
1522 if (watchcode &&
1523 (!sys_watchpoint(vaddr, watchcode, ta) ||
1532 if (watchcode == 0 || ta != 0) {