Searched defs:prot (Results 101 - 125 of 218) sorted by relevance

123456789

/freebsd-current/contrib/wpa/src/ap/
H A Dgas_serv.c1448 gas_serv_req_local_processing(struct hostapd_data *hapd, const u8 *sa, u8 dialog_token, struct anqp_query_info *qi, int prot, int std_addr3) argument
1525 gas_serv_req_dpp_processing(struct hostapd_data *hapd, const u8 *sa, u8 dialog_token, int prot, struct wpabuf *buf) argument
1593 gas_serv_rx_gas_initial_req(struct hostapd_data *hapd, const u8 *sa, const u8 *data, size_t len, int prot, int std_addr3) argument
1734 gas_serv_rx_gas_comeback_req(struct hostapd_data *hapd, const u8 *sa, const u8 *data, size_t len, int prot, int std_addr3) argument
1848 int prot, std_addr3; local
[all...]
/freebsd-current/sys/net/
H A Dnetisr.c952 u_int bits, prot; local
H A Dnetmap_user.h540 win32_mmap_emulated(void *addr, size_t length, int prot, int flags, int fd, int32_t offset) argument
/freebsd-current/sys/netgraph/netflow/
H A Dnetflow.h102 uint8_t prot; /* IP protocol */ member in struct:netflow_v1_record
125 uint8_t prot; /* IP protocol */ member in struct:netflow_v5_record
/freebsd-current/sys/dev/pci/
H A Dpci_user.c860 vm_prot_t prot; local
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mac.c950 u32 prot[6]; local
[all...]
/freebsd-current/contrib/libfido2/src/
H A Dcbor.c697 uint8_t prot; local
725 uint8_t prot; local
745 uint8_t prot; local
791 uint8_t prot; local
[all...]
H A Dcred.c923 fido_cred_set_prot(fido_cred_t *cred, int prot) argument
/freebsd-current/sys/powerpc/ofw/
H A Dofw_syscons.c685 ofwfb_mmap(video_adapter_t *adp, vm_ooffset_t offset, vm_paddr_t *paddr, int prot, vm_memattr_t *memattr) argument
/freebsd-current/usr.bin/sockstat/
H A Dsockstat.c266 char *prot; local
1370 struct protoent *prot; local
/freebsd-current/sys/kern/
H A Dkern_resource.c763 vm_prot_t prot; local
H A Dlink_elf_obj.c255 vm_prot_t gapprot, prot, segprot; local
220 link_elf_protect_range(elf_file_t ef, vm_offset_t start, vm_offset_t end, vm_prot_t prot) argument
[all...]
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c654 bcmfb_mmap(video_adapter_t *adp, vm_ooffset_t offset, vm_paddr_t *paddr, int prot, vm_memattr_t *memattr) argument
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c564 am335x_syscons_mmap(video_adapter_t *adp, vm_ooffset_t offset, vm_paddr_t *paddr, int prot, vm_memattr_t *memattr) argument
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c156 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; local
H A Dglob.c188 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; local
/freebsd-current/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1451 unsigned long prot; local
/freebsd-current/sys/dev/usb/wlan/
H A Dif_ural.c1247 int prot = IEEE80211_PROT_NONE; local
1119 ural_sendprot(struct ural_softc *sc, const struct mbuf *m, struct ieee80211_node *ni, int prot, int rate) argument
/freebsd-current/sys/dev/ral/
H A Drt2560.c1762 int prot = IEEE80211_PROT_NONE; local
1587 rt2560_sendprot(struct rt2560_softc *sc, const struct mbuf *m, struct ieee80211_node *ni, int prot, int rate) argument
/freebsd-current/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c625 HPT_U8 prot; local
/freebsd-current/sys/vm/
H A Dvm_mmap.c136 int prot; member in struct:mmap_args
159 kern_mmap_maxprot(struct proc *p, int prot) argument
181 int align, error, fd, flags, max_prot, prot; local
410 int prot; member in struct:ommap_args
437 int flags, prot; local
611 int prot; member in struct:mprotect_args
623 kern_mprotect(struct thread *td, uintptr_t addr0, size_t size, int prot, int flags) argument
1249 vm_mmap_vnode(struct thread *td, vm_size_t objsize, vm_prot_t prot, vm_prot_t *maxprotp, int *flagsp, struct vnode *vp, vm_ooffset_t *foffp, vm_object_t *objp, boolean_t *writecounted) argument
1361 vm_mmap_cdev(struct thread *td, vm_size_t objsize, vm_prot_t prot, vm_prot_t *maxprotp, int *flagsp, struct cdev *cdev, struct cdevsw *dsw, vm_ooffset_t *foff, vm_object_t *objp) argument
1416 vm_mmap(vm_map_t map, vm_offset_t *addr, vm_size_t size, vm_prot_t prot, vm_prot_t maxprot, int flags, objtype_t handle_type, void *handle, vm_ooffset_t foff) argument
1511 vm_mmap_object(vm_map_t map, vm_offset_t *addr, vm_size_t size, vm_prot_t prot, vm_prot_t maxprot, int flags, vm_object_t object, vm_ooffset_t foff, boolean_t writecounted, struct thread *td) argument
[all...]
/freebsd-current/sys/dev/xen/gntdev/
H A Dgntdev.c745 vm_prot_t prot; local
781 gntdev_gmap_pg_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
796 gntdev_gmap_pg_fault(vm_object_t object, vm_ooffset_t offset, int prot, argument
/freebsd-current/tests/sys/posixshm/
H A Dposixshm_test.c1652 largepage_protect(char *addr, size_t sz, int prot, int error) argument
1656 "mprotect(%zu, %x) failed; error=%d", sz, prot, errno); local
1659 "mprotect(%zu, %x) succeeded", sz, prot); local
/freebsd-current/sys/sys/
H A Dfile.h441 fo_mmap(struct file *fp, vm_map_t map, vm_offset_t *addr, vm_size_t size, vm_prot_t prot, vm_prot_t cap_maxprot, int flags, vm_ooffset_t foff, struct thread *td) argument
/freebsd-current/sys/arm64/include/
H A Dvmm_dev.h40 int prot; /* RWX */ member in struct:vm_memmap
117 int prot; /* PROT_READ or PROT_WRITE */ member in struct:vm_gla2gpa

Completed in 347 milliseconds

123456789