Home
last modified time | relevance | path

Searched refs:cookies (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_cookie.c106 __u64 cookies[8]; in kprobe_multi_link_api_subtest() local
135 cookies[0] = 1; /* bpf_fentry_test1 */ in kprobe_multi_link_api_subtest()
136 cookies[1] = 2; /* bpf_fentry_test3 */ in kprobe_multi_link_api_subtest()
137 cookies[2] = 3; /* bpf_fentry_test4 */ in kprobe_multi_link_api_subtest()
138 cookies[3] = 4; /* bpf_fentry_test5 */ in kprobe_multi_link_api_subtest()
139 cookies[4] = 5; /* bpf_fentry_test6 */ in kprobe_multi_link_api_subtest()
146 opts.kprobe_multi.cookies = (const __u64 *) &cookies; in kprobe_multi_link_api_subtest()
193 __u64 cookies[8]; in kprobe_multi_attach_api_subtest() local
213 opts.cookies = cookies; in kprobe_multi_attach_api_subtest()
281 __u64 cookies[3]; in uprobe_multi_attach_api_subtest() local
[all …]
H A Dkprobe_multi_test.c224 __u64 cookies[2]; in test_attach_api_fails() local
251 opts.cookies = NULL; in test_attach_api_fails()
265 opts.cookies = NULL; in test_attach_api_fails()
279 opts.cookies = NULL; in test_attach_api_fails()
293 opts.cookies = cookies; in test_attach_api_fails()
/openbmc/linux/arch/sparc/include/asm/
H A Dldc.h108 struct ldc_trans_cookie *cookies, int ncookies,
113 struct ldc_trans_cookie *cookies, int ncookies,
116 void ldc_unmap(struct ldc_channel *lp, struct ldc_trans_cookie *cookies,
121 struct ldc_trans_cookie *cookies, int ncookies);
126 struct ldc_trans_cookie *cookies, in ldc_get_dring_entry() argument
129 return ldc_copy(lp, LDC_COPY_IN, buf, len, offset, cookies, ncookies); in ldc_get_dring_entry()
135 struct ldc_trans_cookie *cookies, in ldc_put_dring_entry() argument
138 return ldc_copy(lp, LDC_COPY_OUT, buf, len, offset, cookies, ncookies); in ldc_put_dring_entry()
142 struct ldc_trans_cookie *cookies,
147 struct ldc_trans_cookie *cookies, int ncookies);
H A Dvio.h73 struct ldc_trans_cookie cookies[]; member
164 struct ldc_trans_cookie cookies[]; member
249 struct ldc_trans_cookie cookies[]; member
268 return (struct vio_net_dext *)&desc->cookies[2]; in vio_net_ext()
284 struct ldc_trans_cookie cookies[VIO_MAX_RING_COOKIES]; member
/openbmc/openbmc-test-automation/lib/
H A Devent_notification.py87 cookies = session.cookies.get_dict()
90 cookies = gp.sprint_var(
91 cookies,
102 cookie=cookies,
/openbmc/libpldm/tests/
H A Dresponder.cpp65 struct pldm_responder_cookie cookies[] = { in TEST() local
82 ASSERT_EQ(pldm_responder_cookie_track(&jar, &cookies[0]), 0); in TEST()
83 ASSERT_EQ(pldm_responder_cookie_track(&jar, &cookies[1]), 0); in TEST()
85 ASSERT_EQ(pldm_responder_cookie_untrack(&jar, 2, 1, 0, 0x01), &cookies[1]); in TEST()
86 ASSERT_EQ(pldm_responder_cookie_untrack(&jar, 1, 1, 0, 0x01), &cookies[0]); in TEST()
/openbmc/linux/Documentation/filesystems/caching/
H A Dfscache.rst104 * There are three types of cookie: cache, volume and data file cookies.
105 Cache cookies represent the cache as a whole and are not normally visible
124 collection is employed to eliminate cookies that haven't been used for a
225 FS-Cache provides a list of cache cookies:
227 /proc/fs/fscache/cookies
243 VOLS Number of volumes cookies in this cache
256 FS-Cache provides a list of volume cookies:
273 nCOOK Number of cookies in the volume
284 FS-Cache provides a list of cookies:
286 /proc/fs/fscache/cookies
[all …]
H A Dbackend-api.rst34 The cache backend and the network filesystem can both ask for cache cookies -
36 and data cookies, however, are created at the behest of the filesystem only.
42 Caches are represented in the API by cache cookies. These are objects of
117 Once all the cookies are withdrawn, a cache backend can withdraw all the
247 Data storage cookies are counted and this is used to block cache withdrawal
/openbmc/linux/kernel/
H A Dkcmp.c37 static unsigned long cookies[KCMP_TYPES][2] __read_mostly; variable
41 return (v ^ cookies[type][0]) * cookies[type][1]; in kptr_obfuscate()
232 get_random_bytes(cookies, sizeof(cookies)); in kcmp_cookies_init()
235 cookies[i][1] |= (~(~0UL >> 1) | 1); in kcmp_cookies_init()
/openbmc/openbmc-test-automation/bin/
H A Dwebsocket_monitor.py220 cookies = session.cookies.get_dict()
221 cookies = sprint_var(
222 cookies,
236 cookie=cookies,
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.cookie.js84 var cookies = document.cookie ? document.cookie.split('; ') : [];
86 for (var i = 0, l = cookies.length; i < l; i++) {
87 var parts = cookies[i].split('=');
/openbmc/linux/arch/sparc/kernel/
H A Dviohs.c207 u.pkt.cookies[i] = dr->cookies[i]; in send_dreg()
211 (unsigned long long) u.pkt.cookies[i].cookie_addr, in send_dreg()
212 (unsigned long long) u.pkt.cookies[i].cookie_size); in send_dreg()
466 dr->cookies[i] = pkt->cookies[i]; in process_dreg_info()
471 pkt->cookies[i].cookie_addr, in process_dreg_info()
473 pkt->cookies[i].cookie_size); in process_dreg_info()
485 if (send_ctrl(vio, &pkt->tag, struct_size(pkt, cookies, dr->ncookies)) < 0) in process_dreg_info()
H A Dldc.c2077 struct ldc_trans_cookie *cookies; member
2105 sp->cookies[sp->nc - 1].cookie_size += tlen; in fill_cookies()
2107 sp->cookies[sp->nc].cookie_addr = this_cookie; in fill_cookies()
2108 sp->cookies[sp->nc].cookie_size = tlen; in fill_cookies()
2178 state.cookies = cookies; in ldc_map_sg()
2220 state.cookies = cookies; in ldc_map_single()
2254 u64 addr = cookies[i].cookie_addr; in ldc_unmap()
2255 u64 size = cookies[i].cookie_size; in ldc_unmap()
2295 unsigned long this_len = cookies[i].cookie_size; in ldc_copy()
2379 struct ldc_trans_cookie *cookies, int ncookies) in ldc_free_exp_dring() argument
[all …]
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c2512 u64 *cookies; member
2685 if (!link->cookies) in bpf_kprobe_multi_cookie()
2766 u64 *cookies; member
2777 if (data->cookies) { in symbols_swap_r()
2878 u64 *cookies = NULL; in bpf_kprobe_multi_link_attach() local
2912 if (!cookies) { in bpf_kprobe_multi_link_attach()
2929 .cookies = cookies, in bpf_kprobe_multi_link_attach()
2937 if (cookies) in bpf_kprobe_multi_link_attach()
2973 link->cookies = cookies; in bpf_kprobe_multi_link_attach()
2977 if (cookies) { in bpf_kprobe_multi_link_attach()
[all …]
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunvnet_common.c404 desc->cookies, desc->ncookies); in vnet_rx_one()
528 dr->cookies, dr->ncookies); in get_rx_desc()
544 dr->cookies, dr->ncookies); in put_rx_desc()
571 desc->cookies[0].cookie_addr, in vnet_walk_rx_one()
572 desc->cookies[0].cookie_size); in vnet_walk_rx_one()
1023 port->tx_bufs[txi].cookies, in vnet_clean_tx_ring()
1101 ldc_unmap(lp, cookies, nc); in vnet_skb_map()
1428 d->cookies[i] = port->tx_bufs[txi].cookies[i]; in sunvnet_start_xmit_common()
1691 port->tx_bufs[i].cookies, in sunvnet_port_free_tx_bufs_common()
1699 dr->cookies, dr->ncookies); in sunvnet_port_free_tx_bufs_common()
[all …]
H A Dsunvnet_common.h34 struct ldc_trans_cookie cookies[VNET_MAXCOOKIES]; member
/openbmc/bmcweb/include/
H A Dauthentication.hpp123 std::pair<headers::const_iterator, headers::const_iterator> cookies = in performCookieAuth() local
126 for (auto it = cookies.first; it != cookies.second; it++) in performCookieAuth()
/openbmc/linux/tools/lib/bpf/
H A Dusdt.c966 __u64 *cookies = NULL; in usdt_manager_attach_usdt() local
1015 cookies = calloc(target_cnt, sizeof(*cookies)); in usdt_manager_attach_usdt()
1018 if (!offsets || !ref_ctr_offsets || !cookies) { in usdt_manager_attach_usdt()
1071 cookies[i] = spec_id; in usdt_manager_attach_usdt()
1094 .cookies = cookies, in usdt_manager_attach_usdt()
1109 free(cookies); in usdt_manager_attach_usdt()
1120 free(cookies); in usdt_manager_attach_usdt()
H A Dbpf.h393 const __u64 *cookies; member
401 const __u64 *cookies; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/
H A Dlibjs-jquery-cookie_3.0.5.bb1 SUMMARY = "A simple, lightweight JavaScript API for handling cookies."
/openbmc/linux/drivers/block/
H A Dsunvdc.c317 ldc_unmap(port->vio.lp, desc->cookies, desc->ncookies); in vdc_end_one()
497 desc->cookies, port->ring_cookies, in __send_request()
665 desc->cookies, port->ring_cookies, in generic_request()
726 dr->cookies, &ncookies, in vdc_alloc_tx_ring()
750 dr->cookies, dr->ncookies); in vdc_free_tx_ring()
1097 ldc_unmap(port->vio.lp, desc->cookies, desc->ncookies); in vdc_requeue_inflight()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcgi/
H A Dlibcgi-perl_4.60.bb3 submissions, file uploads, reading and writing cookies, query string generation \
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh523 cookies=$(ip netns exec ${listener_ns} sysctl net.ipv4.tcp_syncookies)
524 cookies=${cookies##*=}
570 if [ $cookies -eq 2 ];then
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dtracepoints.rst17 - mlx5e_configure_flower: trace flower filter actions and cookies offloaded to mlx5::
24 - mlx5e_delete_flower: trace flower filter actions and cookies deleted from mlx5::
/openbmc/linux/include/uapi/linux/
H A Drds.h407 __u32 cookies[RDS_MAX_ZCOOKIES]; member

123