Searched refs:_prot (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_wc.c | 38 pgprot_t pgprot_wc(pgprot_t _prot) in pgprot_wc() argument 40 return pgprot_writecombine(_prot); in pgprot_wc() 50 pgprot_t pgprot_wc(pgprot_t _prot) in pgprot_wc() argument 52 return __pgprot((pgprot_val(_prot) | _PAGE_NO_CACHE) & in pgprot_wc() 63 pgprot_t pgprot_wc(pgprot_t _prot) in pgprot_wc() argument 65 return pgprot_noncached(_prot); in pgprot_wc()
|
| H A D | wc.h | 39 pgprot_t pgprot_wc(pgprot_t _prot);
|
| /freebsd/lib/libsysdecode/ |
| H A D | sysdecode.h | 79 bool sysdecode_mmap_prot(FILE *_fp, int _prot, int *_rem);
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | acpi.c | 785 int _flags, _prot; in build_srat() local 807 ret = vm_mmap_getnext(ctx, &gpa, &segid, &_off, &maplen, &_prot, in build_srat()
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | roken.h.in | 1134 #define socket(_fam,_type,_prot) rk_socket(_fam,_type,_prot) argument
|