| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
| H A D | zfs_unallow_004_pos.ksh | 51 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 D | zfs_allow_006_pos.ksh | 61 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 D | ngx_http_auth_basic_module.c | 313 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 D | st,stmfts.txt | 3 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 D | kernel-kmem.m4 | 10 [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 D | bpf_lib.rst | 11 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 D | Makefile | 6 basic
|
| /f-stack/freebsd/x86/x86/ |
| H A D | identcpu.c | 2460 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 D | interface.txt | 6 quite much similar to the basic gate-clock [2], however, 16 "ti,omap3-interface-clock" - basic OMAP3 interface clock
|
| H A D | gate.txt | 6 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 D | assist.txt | 4 The assist registers contain basic information about the SoC,
|
| /f-stack/freebsd/contrib/openzfs/etc/sudoers.d/ |
| H A D | zfs | 3 ## to read basic SMART health statistics for a pool.
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | imx6dl-rex-basic.dts | 13 compatible = "rex,imx6dl-rex-basic", "fsl,imx6dl";
|
| H A D | intel-ixp45x-ixp46x.dtsi | 6 * basic IXP4xx DTSI.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | rtsm-dcscb.txt | 4 The Dual Cluster System Configuration Block (DCSCB) provides basic
|
| H A D | ste-nomadik.txt | 7 - Nomadik System and reset controller used for basic chip control, clock
|
| /f-stack/freebsd/contrib/device-tree/Bindings/rtc/ |
| H A D | haoyu,hym8563.txt | 3 The HYM8563 provides basic rtc and alarm functionality
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | andestech,ativic32.txt | 3 The Internal Vector Interrupt Controller (IVIC) is a basic interrupt controller
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | README | 10 basic drivers for any IAVF NIC. The directory of base/ contains the
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | README | 10 basic drivers for any ice NIC. The directory of base/ contains the
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_openssl_stapling.c | 604 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 D | led-backlight.txt | 3 This binding is used to describe a basic backlight device made of LEDs.
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | vhost.rst | 18 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 D | keyspace.tcl | 76 test {RENAME basic usage} { 95 test {RENAMENX basic usage} { 172 test {MOVE basic usage} {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | rockchip-emmc-phy.txt | 12 (because most boards can get basic functionality without having
|