Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dzts-report.py.in331 setup = test.replace(os.path.basename(test), "setup") variable
332 if results[test] == "SKIP" and test != setup:
333 if setup in known and known[setup][0] == "SKIP":
335 if setup in maybe and maybe[setup][0] == "SKIP":
364 elif setup in known and known[setup][0] == "SKIP" and setup != test:
366 elif setup in maybe and maybe[setup][0] == "SKIP" and setup != test:
/f-stack/dpdk/examples/vm_power_manager/
H A Doob_monitor_x86.c151 long setup; in add_core_to_monitor() local
165 setup = IA32_PERFEVT_BRANCH_HITS; in add_core_to_monitor()
166 ret = pwrite(ci->cd[core].msr_fd, &setup, in add_core_to_monitor()
167 sizeof(setup), IA32_PERFEVTSEL0); in add_core_to_monitor()
174 setup = IA32_PERFEVT_BRANCH_MISS; in add_core_to_monitor()
176 sizeof(setup), IA32_PERFEVTSEL1); in add_core_to_monitor()
211 long setup; in remove_core_from_monitor() local
228 setup = 0x0; /* clear event */ in remove_core_from_monitor()
230 sizeof(setup), IA32_PERFEVTSEL0); in remove_core_from_monitor()
237 setup = 0x0; /* clear event */ in remove_core_from_monitor()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/limits/
H A Dfilesystem_count.ksh35 function setup function
58 setup
68 setup
75 setup
83 setup
93 setup
106 setup
114 setup
H A Dsnapshot_count.ksh33 function setup function
56 setup
63 setup
70 setup
79 setup
89 setup
H A Dsnapshot_limit.ksh46 function setup function
88 setup
102 setup
122 setup
139 setup
H A Dfilesystem_limit.ksh45 function setup function
87 setup
109 setup
124 setup
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_conn.c851 memset(setup, 0, sizeof(*setup)); in cc_conn_sig_handle()
856 setup->setup.bearer = conn->bearer; in cc_conn_sig_handle()
858 setup->setup.qos = conn->qos; in cc_conn_sig_handle()
859 setup->setup.exqos = conn->exqos; in cc_conn_sig_handle()
860 setup->setup.called = conn->called; in cc_conn_sig_handle()
862 setup->setup.aal = conn->aal; in cc_conn_sig_handle()
863 setup->setup.epref = conn->epref; in cc_conn_sig_handle()
864 setup->setup.eetd = conn->eetd; in cc_conn_sig_handle()
866 setup->setup.abradd = conn->abradd; in cc_conn_sig_handle()
874 setup->setup.bhli = conn->bhli; in cc_conn_sig_handle()
[all …]
/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h503 union lio_cmd_setup *setup, in lio_prepare_pci_cmd() argument
520 ih3->pkind = lio_dev->instr_queue[setup->s.iq_no]->txpciq.s.pkind; in lio_prepare_pci_cmd()
524 if (!setup->s.gather) { in lio_prepare_pci_cmd()
525 ih3->dlengsz = setup->s.u.datasize; in lio_prepare_pci_cmd()
528 ih3->dlengsz = setup->s.u.gatherptrs; in lio_prepare_pci_cmd()
537 port = (int)lio_dev->instr_queue[setup->s.iq_no]->txpciq.s.port; in lio_prepare_pci_cmd()
545 pki_ih3->qpg = lio_dev->instr_queue[setup->s.iq_no]->txpciq.s.qpg; in lio_prepare_pci_cmd()
555 packet_params.s.ip_csum = setup->s.ip_csum; in lio_prepare_pci_cmd()
556 packet_params.s.transport_csum = setup->s.transport_csum; in lio_prepare_pci_cmd()
557 packet_params.s.tnl_csum = setup->s.tnl_csum; in lio_prepare_pci_cmd()
[all …]
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/
H A DMakefile.am1 EXTRA_DIST = libzfs_core setup.py.in README LICENSE docs
7 $(PYTHON) setup.py build
27 $(PYTHON) $(builddir)/setup.py install \
/f-stack/dpdk/app/test/
H A Dtest.h108 int (*setup)(void); member
119 #define TEST_CASE_ST(setup, teardown, testcase) \ argument
120 { setup, teardown, testcase, #testcase, 1 }
125 #define TEST_CASE_ST_DISABLED(setup, teardown, testcase) \ argument
126 { setup, teardown, testcase, #testcase, 0 }
139 int (*setup)(void); member
H A Dtest.c215 if (suite->setup) { in unit_test_suite_runner()
216 test_success = suite->setup(); in unit_test_suite_runner()
246 if (suite->unit_test_cases[total].setup) in unit_test_suite_runner()
247 test_success = suite->unit_test_cases[total].setup(); in unit_test_suite_runner()
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c602 SERVICE_CREATION_T *setup) in service_alloc() argument
610 service->callback = setup->callback; in service_alloc()
611 service->callback_param = setup->callback_param; in service_alloc()
630 SERVICE_CREATION_T *setup, in vchi_service_open() argument
643 params.fourcc = setup->service_id; in vchi_service_open()
646 params.version = setup->version.version; in vchi_service_open()
647 params.version_min = setup->version.version_min; in vchi_service_open()
663 SERVICE_CREATION_T *setup, in vchi_service_create() argument
676 params.fourcc = setup->service_id; in vchi_service_create()
679 params.version = setup->version.version; in vchi_service_create()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Datmel,ebi.txt70 (next device setup time is subtracted to the
83 - atmel,smc-ncs-rd-setup-ns
84 - atmel,smc-nrd-setup-ns
85 - atmel,smc-ncs-wr-setup-ns
86 - atmel,smc-nwe-setup-ns
124 atmel,smc-ncs-rd-setup-ns = <0>;
125 atmel,smc-ncs-wr-setup-ns = <0>;
126 atmel,smc-nwe-setup-ns = <8>;
127 atmel,smc-nrd-setup-ns = <16>;
H A Dst,stm32-fmc2-ebi.yaml126 st,fmc2-ebi-cs-byte-lane-setup-ns:
127 description: This property configures the byte lane setup timing
130 st,fmc2-ebi-cs-address-setup-ns:
131 description: This property defines the duration of the address setup
139 st,fmc2-ebi-cs-data-setup-ns:
159 st,fmc2_ebi-cs-write-address-setup-ns:
160 description: This property defines the duration of the address setup
168 st,fmc2-ebi-cs-write-data-setup-ns:
169 description: This property defines the duration of the data setup
222 st,fmc2-ebi-cs-address-setup-ns = <60>;
[all …]
H A Dti-aemif.txt102 - ti,cs-read-setup-ns: read setup width, ns
119 - ti,cs-write-setup-ns: write setup width, ns
168 ti,cs-read-setup-ns = <14>;
171 ti,cs-write-setup-ns = <14>;
197 ti,cs-read-setup-ns = <14>;
200 ti,cs-write-setup-ns = <14>;
/f-stack/dpdk/app/test-bbdev/
H A Dmain.h68 int (*setup)(void); member
76 #define TEST_CASE_ST(setup, teardown, testcase) \ argument
77 {setup, teardown, testcase, #testcase}
83 int (*setup)(void); member
H A Dmain.c59 if (suite->setup) { in unit_test_suite_runner()
60 test_result = suite->setup(); in unit_test_suite_runner()
76 if (suite->unit_test_cases[total].setup) in unit_test_suite_runner()
77 test_result = suite->unit_test_cases[total].setup(); in unit_test_suite_runner()
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-mt8183.txt65 For I2C pins, there are existing generic driving setup and the specific
66 driving setup. I2C pins can only support 2/4/6/8/10/12/14/16mA driving
67 adjustment in generic driving setup. But in specific driving setup,
69 driving setup for I2C pins, the existing generic driving setup will be
71 driving setup. The specific driving setup is controlled by E1E0EN.
75 driving setup property. "XXX" means the value of E1E0EN. EN is 0 or 1.
76 It is used to enable or disable the specific driving setup.
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dappveyor.yml5 CYG_SETUP: setup-x86_64.exe
7 CYG_CACHE: C:\cygwin64\var\cache\setup
11 CYG_SETUP: setup-x86.exe
13 CYG_CACHE: C:\cygwin\var\cache\setup
/f-stack/dpdk/doc/guides/tools/
H A Dhugepages.rst59 * ``--setup SIZE``
66 status of huge pages, modifying the setup requires root privileges.
76 To a complete setup of with 2 Gigabyte of 1G huge pages::
78 dpdk-hugpages.py -p 1G --setup 2G
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsama5d3xcm.dtsi65 atmel,smc-ncs-rd-setup-ns = <0>;
66 atmel,smc-ncs-wr-setup-ns = <0>;
67 atmel,smc-nwe-setup-ns = <8>;
68 atmel,smc-nrd-setup-ns = <16>;
/f-stack/dpdk/lib/librte_ethdev/
H A Dethdev_trace_points.c13 lib.ethdev.rxq.setup)
16 lib.ethdev.txq.setup)
/f-stack/freebsd/arm64/qoriq/
H A Dls1046_gpio.c73 struct gpio_pin setup[PIN_COUNT]; member
224 sc->setup[pin].gp_flags = newflags; in qoriq_gpio_configure()
255 sc->setup[i].gp_caps = DEFAULT_CAPS; in qoriq_gpio_attach()
307 *pflags = sc->setup[pin].gp_flags; in qoriq_gpio_pin_getflags()
325 if ((flags & sc->setup[pin].gp_caps) != flags) { in qoriq_gpio_pin_setflags()
346 *caps = sc->setup[pin].gp_caps; in qoriq_gpio_pin_getcaps()
493 sc->setup[i].gp_flags = newflags[i]; in qoriq_gpio_pin_config_32()
/f-stack/dpdk/doc/guides/nics/features/
H A Dfailsafe.ini12 Runtime Rx queue setup = Y
13 Runtime Tx queue setup = Y
/f-stack/dpdk/drivers/raw/skeleton/
H A Dskeleton_rawdev_test.c28 #define SKELDEV_TEST_RUN(setup, teardown, test) \ argument
29 skeldev_test_run(setup, teardown, test, #test)
408 static void skeldev_test_run(int (*setup)(void), in skeldev_test_run()
415 if (setup) { in skeldev_test_run()
416 ret = setup(); in skeldev_test_run()

12345678910>>...22