Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/f-stack/freebsd/sys/
H A Dsysctl.h326 CTASSERT(((access) & CTLTYPE) == 0 || \
336 SYSCTL_ENFORCE_FLAGS(access); \
348 SYSCTL_ENFORCE_FLAGS(access); \
357 SYSCTL_ENFORCE_FLAGS(access); \
359 CTLTYPE_NODE|(access), \
386 CTASSERT(!(access & CTLFLAG_WR)); \
393 CTASSERT(!(access & CTLFLAG_WR)); \
407 CTASSERT(((access) & CTLTYPE) == 0 && \
708 ((access) & CTLTYPE) == 0); \
806 CTASSERT(((access) & CTLTYPE) != 0)
[all …]
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_file.c470 if (*access != NGX_CONF_UNSET_UINT) { in ngx_conf_set_access_slot()
476 *access = 0; in ngx_conf_set_access_slot()
510 *access |= right << shift; in ngx_conf_set_access_slot()
513 *access |= user; in ngx_conf_set_access_slot()
668 if (ext->access) { in ngx_ext_rename_file()
732 cf.access = ext->access; in ngx_ext_rename_file()
804 ngx_uint_t access; in ngx_copy_file() local
821 access = cf->access; in ngx_copy_file()
833 access = cf->access ? cf->access : ngx_file_access(&fi); in ngx_copy_file()
1058 ctx->access = ngx_de_access(&dir); in ngx_walk_tree()
[all …]
H A Dngx_file.h78 ngx_uint_t access; member
88 ngx_uint_t access; member
104 ngx_uint_t access; member
119 ngx_uint_t access; member
141 ngx_uint_t access);
144 ngx_err_t ngx_create_full_path(u_char *dir, ngx_uint_t access);
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.c258 uint32_t base, limit, access; in vmcs_setdesc() local
260 error = vmcs_seg_desc_encoding(seg, &base, &limit, &access); in vmcs_setdesc()
272 if (access != VMCS_INVALID_ENCODING) { in vmcs_setdesc()
273 if ((error = vmwrite(access, desc->access)) != 0) in vmcs_setdesc()
286 uint32_t base, limit, access; in vmcs_getdesc() local
289 error = vmcs_seg_desc_encoding(seg, &base, &limit, &access); in vmcs_getdesc()
303 if (access != VMCS_INVALID_ENCODING) { in vmcs_getdesc()
304 if ((error = vmread(access, &u64)) != 0) in vmcs_getdesc()
306 desc->access = u64; in vmcs_getdesc()
510 SNAPSHOT_VAR_OR_LEAVE(desc.access, meta, ret, done); in vmcs_snapshot_desc()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libzfsbootenv/
H A Dlibzfsbootenv.abi108 <data-member access='public' layout-offset-in-bits='0'>
111 <data-member access='public' layout-offset-in-bits='64'>
114 <data-member access='public' layout-offset-in-bits='128'>
117 <data-member access='public' layout-offset-in-bits='192'>
120 <data-member access='public' layout-offset-in-bits='256'>
123 <data-member access='public' layout-offset-in-bits='320'>
126 <data-member access='public' layout-offset-in-bits='384'>
129 <data-member access='public' layout-offset-in-bits='448'>
132 <data-member access='public' layout-offset-in-bits='512'>
135 <data-member access='public' layout-offset-in-bits='576'>
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi444 <data-member access='private'>
447 <data-member access='private'>
450 <data-member access='private'>
453 <data-member access='private'>
456 <data-member access='private'>
459 <data-member access='private'>
462 <data-member access='private'>
465 <data-member access='private'>
468 <data-member access='private'>
471 <data-member access='private'>
[all …]
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h60 #define ngx_open_file(name, mode, create, access) \ argument
61 open((const char *) name, mode|create|O_BINARY, access)
65 #define ngx_open_file(name, mode, create, access) \ argument
66 open((const char *) name, mode|create, access)
118 ngx_uint_t access);
228 #define ngx_create_dir(name, access) mkdir((const char *) name, access) argument
353 #define ngx_openat_file(fd, name, mode, create, access) \ argument
354 openat(fd, (const char *) name, mode|create, access)
/f-stack/freebsd/amd64/vmm/amd/
H A Dvmcb.c390 attrib = ((desc->access & 0xF000) >> 4) | (desc->access & 0xFF); in vmcb_setdesc()
391 if (SEG_DESC_UNUSABLE(desc->access)) { in vmcb_setdesc()
433 desc->access = 0; in vmcb_getdesc()
437 desc->access = ((seg->attrib & 0xF00) << 4) | in vmcb_getdesc()
451 if ((desc->access & 0x80) == 0) in vmcb_getdesc()
452 desc->access |= 0x10000; /* Unusable segment */ in vmcb_getdesc()
515 SNAPSHOT_VAR_OR_LEAVE(desc.access, meta, ret, done); in vmcb_snapshot_desc()
519 SNAPSHOT_VAR_OR_LEAVE(desc.access, meta, ret, done); in vmcb_snapshot_desc()
/f-stack/freebsd/vm/
H A Dvm_radix.c119 enum vm_radix_access access);
201 vm_radix_node_load(smrnode_t *p, enum vm_radix_access access) in vm_radix_node_load() argument
204 switch (access) { in vm_radix_node_load()
217 enum vm_radix_access access) in vm_radix_node_store() argument
220 switch (access) { in vm_radix_node_store()
247 enum vm_radix_access access) in vm_radix_root_store() argument
250 vm_radix_node_store((smrnode_t *)&rtree->rt_root, rnode, access); in vm_radix_root_store()
278 vm_page_t page, enum vm_radix_access access) in vm_radix_addpage() argument
479 enum vm_radix_access access) in _vm_radix_lookup() argument
485 rnode = vm_radix_root_load(rtree, access); in _vm_radix_lookup()
[all …]
/f-stack/freebsd/kern/
H A Dsubr_pctrie.c92 enum pctrie_access access);
178 switch (access) { in pctrie_node_load()
190 pctrie_node_store(smr_pctnode_t *p, void *v, enum pctrie_access access) in pctrie_node_store() argument
192 switch (access) { in pctrie_node_store()
222 enum pctrie_access access) in pctrie_root_store() argument
224 pctrie_node_store((smr_pctnode_t *)&ptree->pt_root, node, access); in pctrie_root_store()
252 uint64_t *val, enum pctrie_access access) in pctrie_addval() argument
258 (void *)((uintptr_t)val | PCTRIE_ISLEAF), access); in pctrie_addval()
427 enum pctrie_access access) in _pctrie_lookup() argument
433 node = pctrie_root_load(ptree, smr, access); in _pctrie_lookup()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dspi-sprd-adi.txt3 ADI is the abbreviation of Anolog-Digital interface, which is used to access
9 48 hardware channels to access analog chip. For 2 software read/write channels,
10 users should set ADI registers to access analog chip. For hardware channels,
13 then users can access the mapped analog chip address by this hardware channel
19 the analog chip address where user want to access by hardware components.
21 Since we have multi-subsystems will use unique ADI to access analog chip, when
48 value specifies the analog chip address where user want to access
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Die.def42 element connedsub 0x4d itu 25 access file=addr
45 element aal 0x58 itu 21 access
51 element bhli 0x5d itu 13 access
53 element blli 0x5f itu 17 access
59 element callingsub 0x6d itu 25 access file=addr
61 element calledsub 0x71 itu 25 access file=addr
65 element uu 0x7e itu UNI_UU_MAXLEN+4 access !pnni
/f-stack/freebsd/amd64/include/
H A Dvmm.h503 uint32_t access; member
505 #define SEG_DESC_TYPE(access) ((access) & 0x001f) argument
506 #define SEG_DESC_DPL(access) (((access) >> 5) & 0x3) argument
507 #define SEG_DESC_PRESENT(access) (((access) & 0x0080) ? 1 : 0) argument
508 #define SEG_DESC_DEF32(access) (((access) & 0x4000) ? 1 : 0) argument
509 #define SEG_DESC_GRANULARITY(access) (((access) & 0x8000) ? 1 : 0) argument
510 #define SEG_DESC_UNUSABLE(access) (((access) & 0x10000) ? 1 : 0) argument
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Domap3430-sdp.dts75 gpmc,access-ns = <114>;
76 gpmc,page-burst-access-ns = <6>;
80 gpmc,wr-access-ns = <186>;
125 gpmc,access-ns = <54>;
126 gpmc,wr-access-ns = <30>;
171 gpmc,access-ns = <78>;
H A Domap3-overo-tobiduo-common.dtsi38 gpmc,access-ns = <36>;
39 gpmc,page-burst-access-ns = <0>;
43 gpmc,wr-access-ns = <42>;
H A Domap-gpmc-smsc911x.dtsi42 gpmc,access-ns = <120>;
43 gpmc,page-burst-access-ns = <20>;
49 gpmc,wr-access-ns = <0>;
H A Domap-gpmc-smsc9221.dtsi45 gpmc,access-ns = <36>;
46 gpmc,page-burst-access-ns = <0>;
50 gpmc,wr-access-ns = <42>;
H A Domap2430-sdp.dts60 gpmc,access-ns = <187>;
61 gpmc,page-burst-access-ns = <24>;
67 gpmc,wr-access-ns = <0>;
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c85 #define SYSCTL_IPF(parent, nbr, name, access, ptr, val, descr) \ argument
87 CTLTYPE_INT | CTLFLAG_VNET | CTLFLAG_MPSAFE | access, \
89 #define SYSCTL_DYN_IPF_NAT(parent, nbr, name, access,ptr, val, descr) \ argument
91 CTLTYPE_INT | CTLFLAG_VNET | CTLFLAG_MPSAFE |access, \
93 #define SYSCTL_DYN_IPF_STATE(parent, nbr, name, access,ptr, val, descr) \ argument
95 CTLTYPE_INT | CTLFLAG_VNET | CTLFLAG_MPSAFE | access, \
97 #define SYSCTL_DYN_IPF_FRAG(parent, nbr, name, access,ptr, val, descr) \ argument
99 CTLTYPE_INT | CTLFLAG_VNET | CTLFLAG_MPSAFE | access, \
101 #define SYSCTL_DYN_IPF_AUTH(parent, nbr, name, access,ptr, val, descr) \ argument
103 CTLTYPE_INT | CTLFLAG_VNET | CTLFLAG_MPSAFE | access, \
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dgpmc-nor.txt21 - gpmc,access-ns: Start cycle to first data capture (read access)
72 gpmc,access-ns = <114>;
73 gpmc,page-burst-access-ns = <6>;
77 gpmc,wr-access-ns = <186>;
/f-stack/freebsd/contrib/device-tree/Bindings/misc/
H A Daspeed-p2a-ctrl.txt6 In this case, the host has access to a 64KiB window into all of the BMC's
8 has read access to all the regions of memory, however the host only has read
9 and write access depending on a register controlled by the BMC.
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_lcore.c34 if (access(path, F_OK) != 0) in eal_cpu_detected()
57 if (access(path, F_OK) == 0) in eal_cpu_socket_id()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Domap-dmic.txt6 <MPU access base address, size>,
15 reg = <0x4012e000 0x7f>, /* MPU private access */
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Decm.txt8 The LAW node represents the region of CCSR space where local access
11 number of local access windows as specified by fsl,num-laws.
30 Definition: The value specifies the number of local access
H A Dmcm.txt8 The LAW node represents the region of CCSR space where local access
11 number of local access windows as specified by fsl,num-laws.
30 Definition: The value specifies the number of local access

12345678910>>...23