HomeSort by: relevance | last modified time | path
    Searched defs:watchsize (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/aarch64/aarch64/
db_machdep.c 994 u_int accesstype, watchsize; local in function:db_md_watch_cmd
1001 accesstype = watchsize = 0;
1009 watchsize = 1;
1012 watchsize = 2;
1015 watchsize = 4;
1018 watchsize = 8;
1029 if (watchsize == 0)
1030 watchsize = 4; /* default: 4byte */
1053 watchsize, accesstype);
db_machdep.c 994 u_int accesstype, watchsize; local in function:db_md_watch_cmd
1001 accesstype = watchsize = 0;
1009 watchsize = 1;
1012 watchsize = 2;
1015 watchsize = 4;
1018 watchsize = 8;
1029 if (watchsize == 0)
1030 watchsize = 4; /* default: 4byte */
1053 watchsize, accesstype);

Completed in 23 milliseconds