/freebsd-src/sys/sys/ |
H A D | capsicum.h | 73 /* Allows for openat(O_RDONLY), read(2), readv(2). */ 75 /* Allows for openat(O_WRONLY | O_APPEND), write(2), writev(2). */ 77 /* Allows for lseek(fd, 0, SEEK_CUR). */ 79 /* Allows for lseek(2). */ 81 /* Allows for aio_read(2), pread(2), preadv(2). */ 84 * Allows for aio_write(2), openat(O_WRONLY) (without O_APPEND), pwrite(2), 88 /* Allows for mmap(PROT_NONE). */ 90 /* Allows for mmap(PROT_READ). */ 92 /* Allows for mmap(PROT_WRITE). */ 94 /* Allows fo [all...] |
/freebsd-src/sys/contrib/openzfs/man/man8/ |
H A D | zfs-unallow.8 | 204 diff subcommand Allows lookup of paths within a dataset given an object number, and the ability to … 205 hold subcommand Allows adding a user hold to a snapshot 206 load-key subcommand Allows loading and unloading of encryption key (see \fBzfs load-key\fR and \fBz… 207 change-key subcommand Allows changing an encryption key via \fBzfs change-key\fR. 208 mount subcommand Allows mounting/umounting ZFS datasets 211 release subcommand Allows releasing a user hold which might destroy the snapshot 215 share subcommand Allows sharing file systems over NFS or SMB protocols 218 groupquota other Allows accessing any \fBgroupquota@\fI…\fR property 219 groupobjquota other Allows accessing any \fBgroupobjquota@\fI…\fR property 220 groupused other Allows reading any \fBgroupused@\fI…\fR property [all …]
|
H A D | zfs-allow.8 | 204 diff subcommand Allows lookup of paths within a dataset given an object number, and the ability to … 205 hold subcommand Allows adding a user hold to a snapshot 206 load-key subcommand Allows loading and unloading of encryption key (see \fBzfs load-key\fR and \fBz… 207 change-key subcommand Allows changing an encryption key via \fBzfs change-key\fR. 208 mount subcommand Allows mounting/umounting ZFS datasets 211 release subcommand Allows releasing a user hold which might destroy the snapshot 215 share subcommand Allows sharing file systems over NFS or SMB protocols 218 groupquota other Allows accessing any \fBgroupquota@\fI…\fR property 219 groupobjquota other Allows accessing any \fBgroupobjquota@\fI…\fR property 220 groupused other Allows reading any \fBgroupused@\fI…\fR property [all …]
|
/freebsd-src/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBSymbolContextExtensions.i | 6 …module = property(GetModule, SetModule, doc='''A read/write property that allows the getting/setti… 7 …operty(GetCompileUnit, SetCompileUnit, doc='''A read/write property that allows the getting/settin… 8 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting… 9 …block = property(GetBlock, SetBlock, doc='''A read/write property that allows the getting/setting … 10 …symbol = property(GetSymbol, SetSymbol, doc='''A read/write property that allows the getting/setti… 11 …line_entry = property(GetLineEntry, SetLineEntry, doc='''A read/write property that allows the get…
|
H A D | SBTargetExtensions.i | 95 '''An accessor function that returns a modules_access() object which allows lazy module access from a lldb.SBTarget object.''' 134 '''An accessor function that returns a bkpts_access() object which allows lazy bkpt access from a lldb.SBtarget object.''' 168 '''An accessor function that returns a watchpoints_access() object which allows lazy watchpoint access from a lldb.SBtarget object.''' 179 module = property(get_modules_access_object, None, doc=r'''A read only property that returns an object that implements python operator overloading with the square brackets().\n target.module[<int>] allows array access to any modules.\n target.module[<str>] allows access to modules by basename, full path, or uuid string value.\n target.module[uuid.UUID()] allows module access by UUID.\n target.module[re] allows module access using a regular expression that matches the module full path.''')
|
H A D | SBTypeCategoryExtensions.i | 42 …'''An accessor function that returns an accessor object which allows lazy format access from a lld… 53 …'''An accessor function that returns an accessor object which allows lazy summary access from a ll… 64 …'''An accessor function that returns an accessor object which allows lazy synthetic children provi… 75 …'''An accessor function that returns an accessor object which allows lazy filter access from a lld…
|
/freebsd-src/share/man/man4/ |
H A D | sctp.4 | 143 The unordered service allows a message to be sent and delivered 161 This extension allows one to have message be skipped and 164 This extension allows addresses to be added and deleted 167 This extension allows the user to authenticate specific 176 This allows retransmissions without subsequent loss in bandwidth 179 This extension allows a user on either side to reset the 211 This option allows you to get or set the default sending 213 It allows you to change such things as the maximum number of 220 This option allows the user to specify a default number of idle 228 The dynamic address extension allows a peer to also request a [all …]
|
H A D | mac_ipacl.4 | 54 policy allows the root of the host to use the 125 It allows all IPv6 addresses since the policy is not enforced for IPv6. 131 It allows all IPv6 addresses in subnet fe80::/32 except 136 It allows IPv4 in subnet 198.51.100.0/24 for jail 2 and 138 It allows IPv6 addresses in subnet fc00::/7 but 139 denies subnet fc00::1111:2200/120, and allows individual IP
|
/freebsd-src/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | hycon,hy46xx.yaml | 50 description: Allows setting the sensitivity in the range from 0 to 255. 57 description: Allows enabling glove setting. 60 description: Allows setting the report speed in Hertz. 66 description: Allows enabling power noise filter. 69 description: Allows setting how many samples throw before reporting touch 76 description: Allows setting the sensitivity distance in the range from 0 to 5. 82 description: Allows setting the edge compensation in the range from 0 to 16.
|
H A D | edt-ft5x06.yaml | 66 description: Allows setting the sensitivity in the range from 0 to 31. 73 description: Allows setting the edge compensation in the range from 0 to 31. 94 Allows setting the scan rate in Hertz. 101 description: Allows setting the "click"-threshold in the range from 0 to 255.
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFStreamer.h | 9 // This is a custom MCELFStreamer which allows us to insert some hooks before 40 /// Overriding this function allows us to add arbitrary behaviour before the 42 /// gather sufficient information that allows us to reason about the register 46 /// Overriding this function allows us to record all labels that should be 51 /// Overriding this function allows us to dismiss all labels that are 55 /// Overriding these functions allows us to dismiss all labels that are 61 // Overriding these functions allows us to avoid recording of these labels
|
/freebsd-src/sys/dev/isci/scil/ |
H A D | scic_user_callback.h | 232 * IO request object. It is a cookie that allows the user to 300 * IO request object. It is a cookie that allows the user to 315 * IO request object. It is a cookie that allows the user to 332 * IO request object. It is a cookie that allows the user to 367 * IO request object. It is a cookie that allows the user to 388 * IO request object. It is a cookie that allows the user to 406 * IO request object. It is a cookie that allows the user to 424 * IO request object. It is a cookie that allows the user to 438 * IO request object. It is a cookie that allows the user to 457 * IO request object. It is a cookie that allows the user to [all …]
|
H A D | scif_user_callback.h | 285 * IO request object. It is a cookie that allows the user to 307 * IO request object. It is a cookie that allows the user to 377 * IO request object. It is a cookie that allows the user to 392 * IO request object. It is a cookie that allows the user to 418 * IO request object. It is a cookie that allows the user to 439 * IO request object. It is a cookie that allows the user to 457 * IO request object. It is a cookie that allows the user to 475 * IO request object. It is a cookie that allows the user to 489 * IO request object. It is a cookie that allows the user to 508 * IO request object. It is a cookie that allows the user to [all …]
|
/freebsd-src/cddl/contrib/opensolaris/lib/pyzfs/common/ |
H A D | allow.py | 217 mount=_("Allows mount/umount of ZFS datasets"), 218 share=_("Allows sharing file systems over NFS or SMB\n\t\t\t\tprotocols"), 220 hold=_("Allows adding a user hold to a snapshot"), 221 release=_("Allows releasing a user hold which\n\t\t\t\tmight destroy the snapshot"), 222 …diff=_("Allows lookup of paths within a dataset,\n\t\t\t\tgiven an object number. Ordinary users n… 227 userprop=_("Allows changing any user property"), 228 userquota=_("Allows accessing any userquota@... property"), 229 groupquota=_("Allows accessing any groupquota@... property"), 230 userused=_("Allows reading any userused@... property"), 231 groupused=_("Allows reading any groupused@... property"),
|
/freebsd-src/contrib/libpcap/ |
H A D | mkdep | 25 # -c allows you to specify the C compiler 30 # -f allows you to select a makefile name 35 # -m allows you to specify the dependency-generation flag 46 # -s allows you to specify the source directory
|
/freebsd-src/contrib/tcpdump/ |
H A D | mkdep | 25 # -c allows you to specify the C compiler 30 # -f allows you to select a makefile name 35 # -m allows you to specify the dependency-generation flag 46 # -s allows you to specify the source directory
|
/freebsd-src/contrib/googletest/googlemock/src/ |
H A D | gmock-cardinalities.cc | 138 // Creates a cardinality that allows at least n calls. 141 // Creates a cardinality that allows at most n calls. 144 // Creates a cardinality that allows any number of calls. 147 // Creates a cardinality that allows between min and max calls. 152 // Creates a cardinality that allows exactly n calls.
|
/freebsd-src/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-cardinalities.h | 135 // Creates a cardinality that allows at least n calls. 138 // Creates a cardinality that allows at most n calls. 141 // Creates a cardinality that allows any number of calls. 144 // Creates a cardinality that allows between min and max calls. 147 // Creates a cardinality that allows exactly n calls.
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zfs_allow_001_neg.ksh | 42 # 1. Verify that trying to show allows works as a user 43 # 2. Verify that trying to set allows fails as a user 53 # checking for any allow output. ( if no allows are granted,
|
/freebsd-src/sys/contrib/openzfs/man/man7/ |
H A D | zpool-features.7 | 389 Block cloning allows to create multiple references to a single block. 450 This approach allows full redundancy to be restored to the pool 551 This feature allows us to create each bpobj on-demand, 579 This feature allows more advanced deduplication features to be enabled on new 593 This feature allows more flexible use of internal ZFS data structures, 681 This feature allows the record size on a dataset to be set larger than 128 KiB. 692 This feature allows the size of dnodes in a dataset to be set larger than 512 B. 709 This feature allows "micro" ZAPs to grow larger than 128 KiB without being 727 This feature allows clones to be deleted faster than the traditional method 744 This feature allows creatin [all...] |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 50 /// CompilerContext allows an array of these items to be passed to perform 94 /// This technique allows for powerful searches and also allows the SymbolFile in LLDB_MARK_AS_BITMASK_ENUM() 97 /// TypeSystem. This makes type lookups vastly more efficient and allows the in LLDB_MARK_AS_BITMASK_ENUM() 109 /// allows symbol files to efficiently not realize types that don't match the in LLDB_MARK_AS_BITMASK_ENUM() 149 /// This allows the m_context to be first populated using a declaration in LLDB_MARK_AS_BITMASK_ENUM() 170 /// This allows the m_context to be first populated using a type declaration. in LLDB_MARK_AS_BITMASK_ENUM() 198 /// This allows very fine-grained type resolution. in LLDB_MARK_AS_BITMASK_ENUM() 208 /// but not any searched symbol files or the type map for matches. This allows in LLDB_MARK_AS_BITMASK_ENUM() 212 /// but not any searched symbol files or the type map for matches. This allows in LLDB_MARK_AS_BITMASK_ENUM() [all...] |
/freebsd-src/contrib/sendmail/cf/ |
H A D | sendmail.schema | 46 # allows 109 # allows 126 # allows 182 # allows 199 # allows 255 # allows
|
/freebsd-src/tests/sys/cddl/zfs/tests/cli_user/misc/ |
H A D | zfs_allow_001_neg.ksh | 42 # 1. Verify that trying to show allows works as a user 43 # 2. Verify that trying to set allows fails as a user 68 # checking for any allow output. ( if no allows are granted,
|
/freebsd-src/lib/libc/net/ |
H A D | sctp_bindx.3 | 47 This allows a user to bind a subset of 53 but allows a list of addresses and also allows a bind or an
|
/freebsd-src/sys/dev/isci/ |
H A D | isci_task_request.c | 76 * task request object. It is a cookie that allows the user to 103 * task request object. It is a cookie that allows the user to 123 * task request object. It is a cookie that allows the user to 141 * task request object. It is a cookie that allows the user to 161 * task request object. It is a cookie that allows the user to
|