Searched refs:access (Results 1 – 6 of 6) sorted by relevance
38 access: usize, // 访问权限 field
83 able to access [an online version of the documentation from105 kernel, the eBPF program does not immediately access this data area: initially,106 it has access to a C `struct sk_buff` instead, which is a buffer containing109 the `sk_buff`, and then can access the packet data.451 // the VM. The `bpf_trace_printf` is only available when we have access to681 * The JIT compiler produces an unsafe program: memory access are not tested at
167 access to copy from a designated place, then offering equivalent168 access to copy the source code from the same place counts as
979 Self::access(pathname, mode) in handle()
1592 pub fn access(pathname: *const u8, mode: u32) -> Result<usize, SystemError> { in access() method
1096 添加access、faccessat、faccessat2 (#439)