Home
last modified time | relevance | path

Searched full:allow (Results 1 – 25 of 226) sorted by relevance

12345678910

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DChangeLog57 - Increase sprintf() buffer size in gzdopen() to allow for large numbers
67 - Allow strerror() usage in gzio.c for STDC
75 - Allow inflateSetDictionary() call for raw inflate
199 - Introduce ZLIB_WINAPI macro to allow the export of functions using
296 - Allow TOO_FAR check to be turned off at compile time [Truta]
304 - Correct FASTEST compilation to allow level == 0
409 - allow several arguments to configure (Tim Mooney, Frodo Looijaard)
420 - fix maketree.c to allow clean compilation of inffixed.h (Mark)
449 - allow "make install prefix=..." even after configure (Glenn Randers-Pehrson)
450 - allow "configure --prefix $HOME" (Tim Mooney)
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/ram/src/
H A Dble_hci_ram.c214 * allow this to be configured. The controller will only allow one in ble_hci_ram_init()
215 * outstanding command. We decided to keep this a pool in case we allow in ble_hci_ram_init()
216 * allow the controller to handle more than one outstanding command. in ble_hci_ram_init()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/
H A Djffs2_fs_sb.h59 uint8_t resv_blocks_write; /* ... allow a normal filesystem write */
60 uint8_t resv_blocks_deletion; /* ... allow a normal filesystem deletion */
94 /* Sem to allow jffs2_garbage_collect_deletion_dirent to
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dbuild.c271 /* Be conservative about how much space we need before we allow writes. in jffs2_calc_trigger_levels()
286 /* When do we allow garbage collection to merge nodes to make in jffs2_calc_trigger_levels()
290 /* When do we allow garbage collection to eat from bad blocks rather in jffs2_calc_trigger_levels()
300 D1(printk(KERN_DEBUG "Blocks required to allow deletion: %d (%d KiB)\n", in jffs2_calc_trigger_levels()
302 D1(printk(KERN_DEBUG "Blocks required to allow writes: %d (%d KiB)\n", in jffs2_calc_trigger_levels()
306 D1(printk(KERN_DEBUG "Blocks required to allow GC merges: %d (%d KiB)\n", in jffs2_calc_trigger_levels()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/
H A Dsyscfg.yml28 be zero to allow write without extra permissions or combination of:
43 be zero to allow write without extra permissions or combination of:
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dccp.c69 bool refuse_mppe_stateful = 1; /* Allow stateful mode? */
82 "don't allow BSD-Compress", OPT_PRIOSUB | OPT_A2CLR,
85 "don't allow BSD-Compress", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
92 "don't allow Deflate compression", OPT_PRIOSUB | OPT_A2CLR,
95 "don't allow Deflate compression", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
105 "don't allow Predictor-1", OPT_PRIOSUB | OPT_A2CLR,
108 "don't allow Predictor-1", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
120 "don't allow MPPE encryption", OPT_PRIO },
122 "don't allow MPPE encryption", OPT_ALIAS | OPT_PRIO },
132 "don't allow MPPE 40-bit encryption",
[all …]
H A Dauth.c228 bool allow_any_ip = 0; /* Allow peer to use any IP address */
318 "Don't allow PAP authentication with peer", OPT_ALIAS | 1 },
324 "Don't allow CHAP authentication with peer",
335 "Don't allow MS-CHAP authentication with peer",
343 "Don't allow MS-CHAPv2 authentication with peer",
393 "Allow group members to use privileged options", OPT_PRIV | OPT_A2LIST },
395 { "allow-ip", o_special, (void *)set_noauth_addr,
403 { "allow-number", o_special, (void *)set_permitted_number,
476 * privgroup - allow members of the group to have privileged access.
514 novm("allow-ip argument");
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dccp.c69 bool refuse_mppe_stateful = 1; /* Allow stateful mode? */
82 "don't allow BSD-Compress", OPT_PRIOSUB | OPT_A2CLR,
85 "don't allow BSD-Compress", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
92 "don't allow Deflate compression", OPT_PRIOSUB | OPT_A2CLR,
95 "don't allow Deflate compression", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
105 "don't allow Predictor-1", OPT_PRIOSUB | OPT_A2CLR,
108 "don't allow Predictor-1", OPT_ALIAS | OPT_PRIOSUB | OPT_A2CLR,
120 "don't allow MPPE encryption", OPT_PRIO },
122 "don't allow MPPE encryption", OPT_ALIAS | OPT_PRIO },
132 "don't allow MPPE 40-bit encryption",
[all …]
H A Dauth.c228 bool allow_any_ip = 0; /* Allow peer to use any IP address */
318 "Don't allow PAP authentication with peer", OPT_ALIAS | 1 },
324 "Don't allow CHAP authentication with peer",
335 "Don't allow MS-CHAP authentication with peer",
343 "Don't allow MS-CHAPv2 authentication with peer",
393 "Allow group members to use privileged options", OPT_PRIV | OPT_A2LIST },
395 { "allow-ip", o_special, (void *)set_noauth_addr,
403 { "allow-number", o_special, (void *)set_permitted_number,
476 * privgroup - allow members of the group to have privileged access.
514 novm("allow-ip argument");
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dppp.h234 unsigned int refuse_mppe_40 :1; /* Allow MPPE 40-bit mode? */
235 unsigned int refuse_mppe_128 :1; /* Allow MPPE 128-bit mode? */
236 unsigned int refuse_mppe_stateful :1; /* Allow MPPE stateful mode? */
377 lcp_options lcp_allowoptions; /* Options we allow peer to request */
409 ipcp_options ipcp_allowoptions; /* Options we allow peer to request */
417 ipv6cp_options ipv6cp_allowoptions; /* Options we allow peer to request */
506 /* Allow MPPE to use stateful mode. Stateless mode is still attempted first. */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dppp.h238 unsigned int refuse_mppe_40 :1; /* Allow MPPE 40-bit mode? */
239 unsigned int refuse_mppe_128 :1; /* Allow MPPE 128-bit mode? */
240 unsigned int refuse_mppe_stateful :1; /* Allow MPPE stateful mode? */
381 lcp_options lcp_allowoptions; /* Options we allow peer to request */
413 ipcp_options ipcp_allowoptions; /* Options we allow peer to request */
421 ipv6cp_options ipv6cp_allowoptions; /* Options we allow peer to request */
510 /* Allow MPPE to use stateful mode. Stateless mode is still attempted first. */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dauth.c178 bool allow_any_ip = 0; /* Allow peer to use any IP address */
242 "Don't allow PAP authentication with peer", 1 },
250 "Don't allow CHAP authentication with peer", 1 },
275 "Allow group members to use privileged options", OPT_PRIV },
276 { "allow-ip", o_special, (void *)set_noauth_addr,
326 * privgroup - allow members of the group to have privileged access.
363 novm("allow-ip argument");
899 * Allow 10 tries, but start backing off after 3 (stolen from login). in check_passwd()
1185 /* don't allow loopback or multicast address */ in ip_addr_check()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsys.h81 * For now we use the same magic value, but we allow this to change in future.
192 /* Allow port to override with a macro, e.g. special timout for sys_arch_mbox_fetch() */
262 * mutex. The implementation should allow calling SYS_ARCH_PROTECT when
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/linux/
H A DTODO5 Some things are simply stubs which don't _work_, to allow the JFFS2 code
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/
H A Dsal_socket.h42 #define SO_REUSEADDR 0x0004 /* Allow local address reuse */
54 #define SO_REUSEPORT 0x0200 /* Unimplemented: allow local address & port reuse */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dsys.h90 * For now we use the same magic value, but we allow this to change in future.
337 /* Allow port to override with a macro, e.g. special timeout for sys_arch_mbox_fetch() */
344 * To allow for efficient implementations, this can be defined as a
474 * mutex. The implementation should allow calling SYS_ARCH_PROTECT when
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/emspi/src/
H A Dble_hci_emspi.c915 * allow this to be configured. The controller will only allow one in ble_hci_emspi_init()
916 * outstanding command. We decided to keep this a pool in case we allow in ble_hci_emspi_init()
917 * allow the controller to handle more than one outstanding command. in ble_hci_emspi_init()
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/socket/src/
H A Dble_hci_socket.c854 * allow this to be configured. The controller will only allow one in ble_hci_sock_init()
855 * outstanding command. We decided to keep this a pool in case we allow in ble_hci_sock_init()
856 * allow the controller to handle more than one outstanding command. in ble_hci_sock_init()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bas/
H A Dsyscfg.yml22 be zero to allow read without extra permissions or combination of:
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml28 Enable this option to allow the device to be provisioned over
40 Enable this option to allow the device to be provisioned over
180 specification would allow (32 segments).
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_spu.h81 …NRF_SPU_MEM_PERM_EXECUTE = SPU_FLASHREGION_PERM_EXECUTE_Msk, ///< Allow code execution from partic…
82 …NRF_SPU_MEM_PERM_WRITE = SPU_FLASHREGION_PERM_WRITE_Msk, ///< Allow write operation on particu…
83 …NRF_SPU_MEM_PERM_READ = SPU_FLASHREGION_PERM_READ_Msk ///< Allow read operation from partic…
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dsys.h90 * For now we use the same magic value, but we allow this to change in future.
270 /* Allow port to override with a macro, e.g. special timeout for sys_arch_mbox_fetch() */
378 * mutex. The implementation should allow calling SYS_ARCH_PROTECT when
/nrf52832-nimble/rt-thread/documentation/doxygen/
H A Dfilesystem.h12 * more concrete file system. The purpose of a VFS is to allow client applications
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/win32/
H A Duffs_config.h174 * UFFS will not allow appending or creating new files when the free/erased block
190 * \note allow erase and verify block marked as 'bad' when format UFFS partition.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A Duffs_config.h179 * UFFS will not allow appending or creating new files when the free/erased block
195 * \note allow erase and verify block marked as 'bad' when format UFFS partition.

12345678910