/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_cookie.c | 106 __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() 140 cookies[5] = 6; /* bpf_fentry_test7 */ in kprobe_multi_link_api_subtest() 141 cookies[6] = 7; /* bpf_fentry_test2 */ in kprobe_multi_link_api_subtest() 142 cookies[7] = 8; /* bpf_fentry_test8 */ in kprobe_multi_link_api_subtest() 146 opts.kprobe_multi.cookies = (const __u64 *) &cookies; in kprobe_multi_link_api_subtest() [all …]
|
H A D | kprobe_multi_test.c | 224 __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 D | ldc.h | 108 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 D | vio.h | 73 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 D | event_notification.py | 87 cookies = session.cookies.get_dict() 90 cookies = gp.sprint_var( 91 cookies, 102 cookie=cookies,
|
/openbmc/libpldm/tests/ |
H A D | responder.cpp | 57 struct pldm_responder_cookie cookies[] = { in TEST() local 74 ASSERT_EQ(pldm_responder_cookie_track(&jar, &cookies[0]), 0); in TEST() 75 ASSERT_EQ(pldm_responder_cookie_track(&jar, &cookies[1]), 0); in TEST() 77 ASSERT_EQ(pldm_responder_cookie_untrack(&jar, 2, 1, 0, 0x01), &cookies[1]); in TEST() 78 ASSERT_EQ(pldm_responder_cookie_untrack(&jar, 1, 1, 0, 0x01), &cookies[0]); in TEST()
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | fscache.rst | 104 * 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 108 data file cookies are used to cache data (something that would be got for 124 collection is employed to eliminate cookies that haven't been used for a 170 |Cookies |n=N |Number of data storage cookies allocated | 172 | |v=N |Number of volume index cookies allocated | 176 | |voom=N |Number of OOM events when allocating volume cookies | 184 |LRU |n=N |Number of cookies currently on the LRU | 186 | |exp=N |Number of cookies expired off of the LRU | 188 | |rmv=N |Number of cookies removed from the LRU | [all …]
|
H A D | backend-api.rst | 34 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 D | kcmp.c | 37 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 D | websocket_monitor.py | 220 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 D | jquery.cookie.js | 84 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 D | viohs.c | 207 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 D | ldc.c | 2077 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() 2149 struct ldc_trans_cookie *cookies, int ncookies, in ldc_map_sg() argument 2178 state.cookies = cookies; in ldc_map_sg() 2195 struct ldc_trans_cookie *cookies, int ncookies, in ldc_map_single() argument 2220 state.cookies = cookies; in ldc_map_single() 2245 void ldc_unmap(struct ldc_channel *lp, struct ldc_trans_cookie *cookies, in ldc_unmap() argument 2254 u64 addr = cookies[i].cookie_addr; in ldc_unmap() [all …]
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 2525 u64 *cookies; member 2614 kvfree(kmulti_link->cookies); in bpf_kprobe_multi_link_dealloc() 2665 cookie_a = link->cookies + (addr_a - link->addrs); in bpf_kprobe_multi_cookie_swap() 2666 cookie_b = link->cookies + (addr_b - link->addrs); in bpf_kprobe_multi_cookie_swap() 2698 if (!link->cookies) in bpf_kprobe_multi_cookie() 2705 cookie = link->cookies + (addr - link->addrs); in bpf_kprobe_multi_cookie() 2779 u64 *cookies; member 2790 if (data->cookies) { in symbols_swap_r() 2793 cookie_a = data->cookies + (name_a - data->funcs); in symbols_swap_r() 2794 cookie_b = data->cookies + (name_b - data->funcs); in symbols_swap_r() [all …]
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.c | 404 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() 1066 struct ldc_trans_cookie *cookies, int ncookies, in vnet_skb_map() argument 1078 err = ldc_map_single(lp, skb->data - VNET_PACKET_SKIP, blen, cookies, in vnet_skb_map() 1093 blen, cookies + nc, ncookies - nc, in vnet_skb_map() 1101 ldc_unmap(lp, cookies, nc); in vnet_skb_map() [all …]
|
H A D | sunvnet_common.h | 34 struct ldc_trans_cookie cookies[VNET_MAXCOOKIES]; member
|
/openbmc/bmcweb/include/ |
H A D | authentication.hpp | 139 std::pair<headers::const_iterator, headers::const_iterator> cookies = in performCookieAuth() local 142 for (auto it = cookies.first; it != cookies.second; it++) in performCookieAuth()
|
H A D | cookies.hpp | 30 res.addHeader("Clear-Site-Data", R"("cache","cookies","storage")"); in clearSessionCookies()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | usdt.c | 966 __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 D | bpf.h | 393 const __u64 *cookies; member 401 const __u64 *cookies; member
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | functional_helpers.py | 158 csrftoken = projs.cookies.get('csrftoken') 166 …del_response = requests.delete(self.live_server_url + del_url, cookies={'csrftoken': csrftoken}, h…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/ |
H A D | libjs-jquery-cookie_3.0.5.bb | 1 SUMMARY = "A simple, lightweight JavaScript API for handling cookies."
|
/openbmc/linux/drivers/block/ |
H A D | sunvdc.c | 317 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 D | libcgi-perl_4.67.bb | 3 submissions, file uploads, reading and writing cookies, query string generation \
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_connect.sh | 523 cookies=$(ip netns exec ${listener_ns} sysctl net.ipv4.tcp_syncookies) 524 cookies=${cookies##*=} 570 if [ $cookies -eq 2 ];then
|