Home
last modified time | relevance | path

Searched refs:basic (Results 1 – 25 of 165) sorted by relevance

1234567

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_unallow_004_pos.ksh51 log_must zfs allow -s @basic $LOCAL_DESC_SET $dtst
52 log_must zfs allow -u $STAFF1 @basic $dtst
55 log_must zfs unallow -s @basic $LOCAL_DESC_SET $dtst
H A Dzfs_allow_006_pos.ksh61 log_must zfs allow -s @basic $perms1 $dtst
62 log_must zfs allow $STAFF1 @basic $dtst
68 log_must zfs allow -s @basic $perms2 $dtst
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_auth_basic_module.c313 u_char *basic, *p; in ngx_http_auth_basic_set_realm() local
322 basic = ngx_pnalloc(r->pool, len); in ngx_http_auth_basic_set_realm()
323 if (basic == NULL) { in ngx_http_auth_basic_set_realm()
329 p = ngx_cpymem(basic, "Basic realm=\"", sizeof("Basic realm=\"") - 1); in ngx_http_auth_basic_set_realm()
335 r->headers_out.www_authenticate->value.data = basic; in ngx_http_auth_basic_set_realm()
/f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/
H A Dst,stmfts.txt3 The ST-Microelectronics FingerTip device provides a basic touchscreen
5 a basic HOME and BACK key for phones.
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-kmem.m410 [Enable basic kmem accounting @<:@default=no@:>@])],
19 [Define to 1 to enable basic kmem accounting])
25 AC_MSG_CHECKING([whether basic kmem accounting is enabled])
/f-stack/dpdk/doc/guides/prog_guide/
H A Dbpf_lib.rst11 It supports basic set of features from eBPF spec.
15 Also it introduces basic framework to load/unload BPF-based filters
18 The library API provides the following basic operations:
/f-stack/tools/route/tests/
H A DMakefile6 basic
/f-stack/freebsd/x86/x86/
H A Didentcpu.c2460 vmx_settable(uint64_t basic, int msr, int true_msr) in vmx_settable() argument
2464 if (basic & (1ULL << 55)) in vmx_settable()
2476 uint64_t basic, msr; in print_vmx_info() local
2484 basic = rdmsr(MSR_VMX_BASIC); in print_vmx_info()
2485 pin = vmx_settable(basic, MSR_VMX_PINBASED_CTLS, in print_vmx_info()
2487 proc = vmx_settable(basic, MSR_VMX_PROCBASED_CTLS, in print_vmx_info()
2490 proc2 = vmx_settable(basic, MSR_VMX_PROCBASED_CTLS2, in print_vmx_info()
2494 exit = vmx_settable(basic, MSR_VMX_EXIT_CTLS, MSR_VMX_TRUE_EXIT_CTLS); in print_vmx_info()
2495 entry = vmx_settable(basic, MSR_VMX_ENTRY_CTLS, MSR_VMX_TRUE_ENTRY_CTLS); in print_vmx_info()
2541 mask = basic >> 32; in print_vmx_info()
/f-stack/freebsd/contrib/device-tree/Bindings/clock/ti/
H A Dinterface.txt6 quite much similar to the basic gate-clock [2], however,
16 "ti,omap3-interface-clock" - basic OMAP3 interface clock
H A Dgate.txt6 quite much similar to the basic gate-clock [2], however,
18 "ti,gate-clock" - basic gate clock
/f-stack/freebsd/contrib/device-tree/Bindings/arm/amlogic/
H A Dassist.txt4 The assist registers contain basic information about the SoC,
/f-stack/freebsd/contrib/openzfs/etc/sudoers.d/
H A Dzfs3 ## to read basic SMART health statistics for a pool.
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx6dl-rex-basic.dts13 compatible = "rex,imx6dl-rex-basic", "fsl,imx6dl";
H A Dintel-ixp45x-ixp46x.dtsi6 * basic IXP4xx DTSI.
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Drtsm-dcscb.txt4 The Dual Cluster System Configuration Block (DCSCB) provides basic
H A Dste-nomadik.txt7 - Nomadik System and reset controller used for basic chip control, clock
/f-stack/freebsd/contrib/device-tree/Bindings/rtc/
H A Dhaoyu,hym8563.txt3 The HYM8563 provides basic rtc and alarm functionality
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dandestech,ativic32.txt3 The Internal Vector Interrupt Controller (IVIC) is a basic interrupt controller
/f-stack/dpdk/drivers/common/iavf/
H A DREADME10 basic drivers for any IAVF NIC. The directory of base/ contains the
/f-stack/dpdk/drivers/net/ice/base/
H A DREADME10 basic drivers for any ice NIC. The directory of base/ contains the
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c604 OCSP_BASICRESP *basic; in ngx_ssl_stapling_ocsp_handler() local
611 basic = NULL; in ngx_ssl_stapling_ocsp_handler()
639 basic = OCSP_response_get1_basic(ocsp); in ngx_ssl_stapling_ocsp_handler()
640 if (basic == NULL) { in ngx_ssl_stapling_ocsp_handler()
665 if (OCSP_basic_verify(basic, chain, store, in ngx_ssl_stapling_ocsp_handler()
681 if (OCSP_resp_find_status(basic, id, &n, NULL, NULL, in ngx_ssl_stapling_ocsp_handler()
716 OCSP_BASICRESP_free(basic); in ngx_ssl_stapling_ocsp_handler()
720 basic = NULL; in ngx_ssl_stapling_ocsp_handler()
765 if (basic) { in ngx_ssl_stapling_ocsp_handler()
766 OCSP_BASICRESP_free(basic); in ngx_ssl_stapling_ocsp_handler()
/f-stack/freebsd/contrib/device-tree/Bindings/leds/backlight/
H A Dled-backlight.txt3 This binding is used to describe a basic backlight device made of LEDs.
/f-stack/dpdk/doc/guides/nics/
H A Dvhost.rst18 Currently, the vhost PMD provides the basic functionality of packet reception, transmission and eve…
95 Other basic DPDK preparations like hugepage enabling here.
/f-stack/app/redis-5.0.5/tests/unit/
H A Dkeyspace.tcl76 test {RENAME basic usage} {
95 test {RENAMENX basic usage} {
172 test {MOVE basic usage} {
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Drockchip-emmc-phy.txt12 (because most boards can get basic functionality without having

1234567