Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 36) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py305 def setUp(self): argument
308 def tearDown(self): argument
320 def test_exists(self): argument
460 def test_snapshot(self): argument
808 def test_clone(self): argument
4178 def reset(self): argument
4224 def cleanUp(self): argument
4270 def getRoot(self): argument
4295 def getName(self): argument
4298 def reset(self): argument
[all …]
H A Dtest_nvlist.py63 def test_empty(self): argument
67 def test_invalid_key_type(self): argument
87 def test_string_value(self): argument
97 def test_boolean_values(self): argument
122 def test_uint64_value(self): argument
342 def test_nested_dict(self): argument
367 def test_string_array(self): argument
372 def test_boolean_array(self): argument
382 def test_uint64_array(self): argument
541 def test_dict_array(self): argument
[all …]
/f-stack/dpdk/examples/ipsec-secgw/test/
H A Dtun_null_header_reconstruct.py118 def setUp(self): argument
179 def test_outb_ipv4v4_ecn(self): argument
201 def test_outb_ipv6v6_ecn(self): argument
222 def test_outb_ipv4v6_ecn(self): argument
241 def test_outb_ipv6v4_ecn(self): argument
374 def test_outb_ipv4v4_dscp(self): argument
389 def test_outb_ipv6v6_dscp(self): argument
435 def test_inb_ipv4v4_dscp(self): argument
446 def test_inb_ipv6v6_dscp(self): argument
457 def test_inb_ipv4v6_dscp(self): argument
[all …]
H A Dpkttest.py50 def __init__(self, ifname): argument
62 def __del__(self): argument
65 def send_l3packet(self, pkt, mac): argument
69 def send_packet(self, pkt): argument
72 def send_bytes(self, bytedata): argument
75 def recv_packet(self): argument
78 def recv_bytes(self): argument
81 def get_mac(self): argument
90 def send_to_protected_port(self, pkt, remote_mac=None): argument
100 def xfer_unprotected(self, pkt): argument
[all …]
H A Dtrs_ipv6opts.py59 def setUp(self): argument
64 def test_outb_ipv6_noopt(self): argument
80 def test_outb_ipv6_opt(self): argument
119 def test_inb_ipv6_noopt(self): argument
134 def test_inb_ipv6_opt(self): argument
163 def test_inb_ipv6_frag(self): argument
/f-stack/dpdk/usertools/
H A Ddpdk-pmdinfo.py37 def __init__(self, vendorStr): argument
46 def addDevice(self, deviceStr): argument
58 def report(self): argument
63 def find_device(self, devid): argument
84 def report(self): argument
129 def report(self): argument
154 def reportVendors(self): argument
172 def find_vendor(self, vid): argument
181 def findDate(self, content): argument
187 def parse(self): argument
[all …]
H A Ddpdk-telemetry-client.py20 def __init__(self): argument
25 def __del__(self): argument
35 def __init__(self): # Creates a client instance argument
41 def __del__(self): argument
48 …def getFilepath(self, file_path): # Gets arguments from Command-Line and assigns to instance of cl… argument
51 def register(self): # Connects a client to DPDK-instance argument
66 def unregister(self): # Unregister a given client argument
70 def requestMetrics(self): # Requests metrics for given client argument
75 def repeatedlyRequestMetrics(self, sleep_time): # Recursively requests metrics for given client argument
84 def requestGlobalMetrics(self): #Requests global metrics for given client argument
[all …]
/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in79 def __init__(self): argument
121 def fileno(self): argument
132 def _read(self): argument
175 def __str__(self): argument
298 def skip(self): argument
383 def __str__(self): argument
405 def verify(self): argument
475 def __str__(self): argument
498 def verify(self): argument
615 def __str__(self): argument
[all …]
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_b0.c16 int hw_atl_b0_hw_reset(struct aq_hw_s *self) in hw_atl_b0_hw_reset()
29 int hw_atl_b0_set_fc(struct aq_hw_s *self, u32 fc, u32 tc) in hw_atl_b0_set_fc()
35 static int hw_atl_b0_hw_qos_set(struct aq_hw_s *self) in hw_atl_b0_hw_qos_set()
117 int hw_atl_b0_hw_rss_hash_set(struct aq_hw_s *self, in hw_atl_b0_hw_rss_hash_set()
149 int hw_atl_b0_hw_rss_set(struct aq_hw_s *self, in hw_atl_b0_hw_rss_set()
186 static int hw_atl_b0_hw_offload_set(struct aq_hw_s *self) in hw_atl_b0_hw_offload_set()
232 int hw_atl_b0_hw_init_tx_path(struct aq_hw_s *self) in hw_atl_b0_hw_init_tx_path()
256 int hw_atl_b0_hw_init_rx_path(struct aq_hw_s *self) in hw_atl_b0_hw_init_rx_path()
328 int hw_atl_b0_hw_init(struct aq_hw_s *self, u8 *mac_addr) in hw_atl_b0_hw_init()
403 int hw_atl_b0_hw_start(struct aq_hw_s *self) in hw_atl_b0_hw_start()
[all …]
H A Dhw_atl_utils.c233 int hw_atl_utils_soft_reset(struct aq_hw_s *self) in hw_atl_utils_soft_reset()
383 static int hw_atl_utils_init_ucp(struct aq_hw_s *self) in hw_atl_utils_init_ucp()
445 int hw_atl_utils_fw_rpc_wait(struct aq_hw_s *self, in hw_atl_utils_fw_rpc_wait()
492 static int hw_atl_utils_mpi_create(struct aq_hw_s *self) in hw_atl_utils_mpi_create()
508 int hw_atl_utils_mpi_read_mbox(struct aq_hw_s *self, in hw_atl_utils_mpi_read_mbox()
517 void hw_atl_utils_mpi_read_stats(struct aq_hw_s *self, in hw_atl_utils_mpi_read_stats()
552 int hw_atl_utils_mpi_set_state(struct aq_hw_s *self, in hw_atl_utils_mpi_set_state()
743 static int hw_atl_fw1x_deinit(struct aq_hw_s *self) in hw_atl_fw1x_deinit()
750 int hw_atl_utils_update_stats(struct aq_hw_s *self) in hw_atl_utils_update_stats()
833 int hw_atl_utils_hw_get_regs(struct aq_hw_s *self, in hw_atl_utils_hw_get_regs()
[all …]
H A Dhw_atl_utils_fw2x.c62 static int aq_fw2x_init(struct aq_hw_s *self) in aq_fw2x_init()
83 static int aq_fw2x_deinit(struct aq_hw_s *self) in aq_fw2x_deinit()
163 static int aq_fw2x_set_state(struct aq_hw_s *self, in aq_fw2x_set_state()
185 static int aq_fw2x_update_link_status(struct aq_hw_s *self) in aq_fw2x_update_link_status()
213 int aq_fw2x_get_mac_permanent(struct aq_hw_s *self, u8 *mac) in aq_fw2x_get_mac_permanent()
265 static int aq_fw2x_update_stats(struct aq_hw_s *self) in aq_fw2x_update_stats()
295 static int aq_fw2x_get_temp(struct aq_hw_s *self, int *temp) in aq_fw2x_get_temp()
429 static int aq_fw2x_set_power(struct aq_hw_s *self, in aq_fw2x_set_power()
506 static int aq_fw2x_set_flow_control(struct aq_hw_s *self) in aq_fw2x_set_flow_control()
517 static int aq_fw2x_led_control(struct aq_hw_s *self, u32 mode) in aq_fw2x_led_control()
[all …]
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A Dexceptions.py42 def __str__(self): argument
49 def __repr__(self): argument
65 def __init__(self, errno): argument
79 def __str__(self): argument
83 def __repr__(self): argument
99 def __init__(self, name): argument
113 def __init__(self, name): argument
121 def __init__(self, name): argument
128 def __init__(self, name): argument
135 def __init__(self, name): argument
[all …]
/f-stack/freebsd/contrib/libsodium/packaging/dotnet-core/
H A Dprepare.py47 def __init__(self, libsodium_version, package_version): argument
59 def __init__(self, version, rid, platform): argument
67 def make(self, f): argument
83 def __init__(self, version, rid, codename): argument
91 def make(self, f): argument
107 def __init__(self, version, rid, docker_image): argument
116 def make(self, f): argument
143 def __init__(self, version, filename): argument
151 def make(self, f): argument
/f-stack/dpdk/app/test/
H A Dautotest_runner.py194 def __init__(self, cmdline, target, blocklist, allowlist, n_processes): argument
227 def __get_cmdline(self, cpu_nr): argument
232 def __process_result(self, result): argument
274 def __filter_test(self, test): argument
296 def __run_test_group(self, test_group, worker_cmdlines): argument
342 def run_all_tests(self): argument
H A Dprocess.h20 #define self "curproc" macro
23 #define self "self" macro
H A Dtest_barrier.c88 plock_lock(struct plock *l, uint32_t self) in plock_lock()
106 plock_unlock(struct plock *l, uint32_t self) in plock_unlock()
123 plock_add(struct plock_test *pt, uint32_t self, uint32_t n) in plock_add()
/f-stack/dpdk/drivers/raw/ioat/
H A Ddpdk_idxd_cfg.py17 def __init__(self, path): argument
20 def read_int(self, filename): argument
25 def write_values(self, values): argument
/f-stack/freebsd/mips/mediatek/
H A Dmtk_ohci.c75 ohci_fdt_probe(device_t self) in ohci_fdt_probe()
90 ohci_fdt_attach(device_t self) in ohci_fdt_attach()
162 ohci_fdt_detach(device_t self) in ohci_fdt_detach()
H A Dmtk_ehci.c75 ehci_fdt_probe(device_t self) in ehci_fdt_probe()
90 ehci_fdt_attach(device_t self) in ehci_fdt_attach()
162 ehci_fdt_detach(device_t self) in ehci_fdt_detach()
H A Dmtk_xhci.c77 mtk_xhci_fdt_probe(device_t self) in mtk_xhci_fdt_probe()
92 mtk_xhci_fdt_attach(device_t self) in mtk_xhci_fdt_attach()
161 mtk_xhci_fdt_detach(device_t self) in mtk_xhci_fdt_detach()
/f-stack/freebsd/mips/atheros/
H A Dar71xx_ehci.c93 ar71xx_ehci_probe(device_t self) in ar71xx_ehci_probe()
111 ar71xx_ehci_attach(device_t self) in ar71xx_ehci_attach()
232 ar71xx_ehci_detach(device_t self) in ar71xx_ehci_detach()
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/bindings/
H A D__init__.py33 def __init__(self, ffi, libname): argument
39 def __getattr__(self, name): argument
/f-stack/freebsd/kern/
H A Dsubr_smr.c307 smr_deferred_advance(smr_t smr, smr_shared_t s, smr_t self) in smr_deferred_advance()
332 smr_t self; in smr_advance() local
481 smr_t self; in smr_poll() local
/f-stack/freebsd/i386/i386/
H A Dgeode.c271 geode_probe(device_t self) in geode_probe()
361 geode_attach(device_t self) in geode_attach()
/f-stack/dpdk/doc/guides/
H A Dconf.py82 def __init__(self, **options): argument

12