/src/sys/sys/ |
sdt.h | 178 #define DTRACE_PROBE1(name, type0, arg0) \ 180 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) do \ 184 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) do \ 189 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, \ 195 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, \ 409 #define DTRACE_PROBE1(name, type0, arg0) \ 411 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \ 414 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ 416 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \ 420 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) [all...] |
/src/sys/arch/hpcmips/stand/pbsdboot/ |
main.c | 406 int type0, type1; member in struct:reverse_fb_type::__anon9bbce4160208 417 if (types[i].type0 == type) { 421 return (types[i].type0);
|
/src/sys/dev/ic/ |
isp_library.c | 1565 ISP_IOXGET_8(isp, &src->un.type0.ridacq_vp_acquired, dst->un.type0.ridacq_vp_acquired); 1566 ISP_IOXGET_8(isp, &src->un.type0.ridacq_vp_setup, dst->un.type0.ridacq_vp_setup); 1567 ISP_IOXGET_16(isp, &src->un.type0.ridacq_reserved0, dst->un.type0.ridacq_reserved0);
|
ispmbox.h | 1419 } type0; /* type 0 */ member in union:__anon33fa061c2808::__anon33fa061c290a
|