/src/include/ssp/ |
string.h | 60 #define __ssp_bos_icheck3_restrict(fun, type1, type2) \ 61 static __inline type1 __ ## fun ## _ichk(type1 __restrict, type2 __restrict, size_t); \ 62 static __inline __attribute__((__always_inline__)) type1 \ 63 __ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src, size_t len) { \ 67 #define __ssp_bos_icheck3(fun, type1, type2) \ 68 static __inline type1 __ ## fun ## _ichk(type1, type2, size_t); \ 69 static __inline __attribute__((__always_inline__)) type1 \ 70 __ ## fun ## _ichk(type1 dst, type2 src, size_t len) { [all...] |
/src/lib/libform/ |
field_types.c | 250 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) 254 if ((type1 == NULL) || (type2 == NULL)) 261 new->flags |= ((type1->flags & _TYPE_HAS_ARGS) 268 new->link->prev = type1; 270 type1->refcount++;
|
/src/usr.bin/mail/ |
cmd1.c | 314 # define type1(a,b,c) legacy_type1(a,b) macro 317 type1(int *msgvec, int doign, int mime_decode) function in typeref:typename:int 405 return type1(msgvec, 1, !de_mime()); 417 return type1(msgvec, 0, !de_mime()); 430 return type1(msgvec, 1, de_mime()); 442 return type1(msgvec, 0, de_mime());
|
/src/sys/sys/ |
sdt.h | 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, \ 414 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ 417 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \ 420 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ 423 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \ 427 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, \ 431 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); [all...] |
/src/sys/kern/ |
subr_device.c | 85 devhandle_type_t type1 = devhandle_type(handle1); local in function:devhandle_compare 88 if (type1 == DEVHANDLE_TYPE_INVALID) { 95 if (type1 < type2) { 98 if (type1 > type2) { 103 if (type1 == DEVHANDLE_TYPE_PRIVATE) {
|
/src/sys/arch/x86/x86/ |
mtrr_i686.c | 659 i686_mtrr_conflict(uint8_t type1, uint8_t type2) 661 if (type1 == MTRR_TYPE_UC || type2 == MTRR_TYPE_UC) 663 if ((type1 == MTRR_TYPE_WT && type2 == MTRR_TYPE_WB) || 664 (type1 == MTRR_TYPE_WB && type2 == MTRR_TYPE_WT))
|
/src/sys/arch/hpcmips/stand/pbsdboot/ |
main.c | 406 int type0, type1; member in struct:reverse_fb_type::__anon9bbce4160208 418 return (types[i].type1); 420 if (types[i].type1 == type) {
|
/src/share/mk/ |
bsd.own.mk | 1808 font-adobe-utopia-75dpi font-adobe-utopia-type1 \ 1811 font-bh-lucidatypewriter-75dpi font-bh-ttf font-bh-type1 \ 1812 font-bitstream-100dpi font-bitstream-75dpi font-bitstream-type1 \ 1813 font-cursor-misc font-daewoo-misc font-dec-misc font-ibm-type1 \ 1818 font-screen-cyrillic font-winitzki-cyrillic font-xfree86-type1
|
/src/sys/uvm/ |
uvm_map.c | 5179 const uintptr_t type1 = UVM_VOADDR_GET_TYPE(voaddr1); local in function:uvm_voaddr_compare 5182 KASSERT(type1 == UVM_VOADDR_TYPE_UOBJ || 5183 type1 == UVM_VOADDR_TYPE_ANON); 5188 if (type1 < type2) 5190 if (type1 > type2)
|
/src/sys/dev/ic/ |
isp_library.c | 1569 ISP_IOXGET_16(isp, &src->un.type1.ridacq_vp_count, dst->un.type1.ridacq_vp_count); 1570 ISP_IOXGET_8(isp, &src->un.type1.ridacq_vp_index, dst->un.type1.ridacq_vp_index); 1571 ISP_IOXGET_8(isp, &src->un.type1.ridacq_vp_status, dst->un.type1.ridacq_vp_status);
|
ispmbox.h | 1424 } type1; /* type 1 */ member in union:__anon33fa061c2808::__anon33fa061c290a
|