Home
last modified time | relevance | path

Searched refs:confirm (Results 1 – 25 of 92) sorted by relevance

1234

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dsstate-cache-management.sh10 confirm=
94 if [ "$confirm" != "y" ]; then
96 while read confirm; do
97 [ "$confirm" = "Y" -o "$confirm" = "y" -o "$confirm" = "n" \
98 -o "$confirm" = "N" ] && break
99 echo "Invalid input \"$confirm\", please input 'y' or 'n': "
290 if [ "$confirm" = "y" -o "$confirm" = "Y" ]; then
357 if [ "$confirm" = "y" -o "$confirm" = "Y" ]; then
392 confirm="y"
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/prism54/
H A Disl_ioctl.c2264 struct obj_mlmeex *confirm; in prism54_process_trap_helper() local
2352 confirm = kmalloc(sizeof(struct obj_mlmeex) + 6, GFP_ATOMIC); in prism54_process_trap_helper()
2354 if (!confirm) in prism54_process_trap_helper()
2357 memcpy(&confirm->address, mlmeex->address, ETH_ALEN); in prism54_process_trap_helper()
2360 confirm->id = -1; /* or mlmeex->id ? */ in prism54_process_trap_helper()
2361 confirm->state = 0; /* not used */ in prism54_process_trap_helper()
2362 confirm->code = 0; in prism54_process_trap_helper()
2363 confirm->size = 6; in prism54_process_trap_helper()
2364 confirm->data[0] = 0x00; in prism54_process_trap_helper()
2365 confirm->data[1] = 0x00; in prism54_process_trap_helper()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dpipe_fs_i.h101 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); member
212 if (!buf->ops->confirm) in pipe_buf_confirm()
214 return buf->ops->confirm(pipe, buf); in pipe_buf_confirm()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dps.c70 u8 request, confirm, polling; in rtw_power_mode_change() local
76 confirm = rtw_read8(rtwdev, rtwdev->hci.cpwm_addr); in rtw_power_mode_change()
96 if ((polling ^ confirm) & BIT_RPWM_TOGGLE) in rtw_power_mode_change()
/OK3568_Linux_fs/kernel/net/x25/
H A Dx25_link.c73 int confirm; in x25_link_control() local
77 confirm = !x25_t20timer_pending(nb); in x25_link_control()
80 if (confirm) in x25_link_control()
/OK3568_Linux_fs/u-boot/board/sbc8641d/
H A DREADME43 d) use "md fff00000" to confirm you are looking at the failed image
49 k) power cycle the board and confirm new image works.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0007-apache2-allow-to-disable-selinux-support.patch18 dnl confirm that a void pointer is large enough to store a long integer
H A D0004-apache2-log-the-SELinux-context-at-startup.patch21 dnl confirm that a void pointer is large enough to store a long integer
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-warnings-perl_0.031.bb4 DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Ddvb-usb-dibusb-mb-cardlist.rst25 * - Compro Videomate DVB-U2000 - DVB-T USB1.1 (please confirm to linux-dvb)
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dx25-iface.rst107 driver's LAPB protocol must not confirm reception of the frame
118 the driver should not confirm delivery of the frame and drop it.
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssl/openssl/
H A DCVE-2023-0465.patch7 Even though we check the leaf cert to confirm it is valid, we
/OK3568_Linux_fs/u-boot/tools/
H A Dmoveconfig.py535 def confirm(options, prompt): function
616 if not confirm(options, 'Clean up headers?'):
689 if not confirm(options, 'Clean up CONFIG_SYS_EXTRA_OPTIONS?'):
707 if not confirm(options, 'Clean up whitelist entries?'):
731 if not confirm(options, 'Clean up README?'):
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dvdso34 The maintainers of the other vDSO-using architectures should confirm
/OK3568_Linux_fs/buildroot/package/python-pyqt5/
H A Dpython-pyqt5.mk160 -w --confirm-license \
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dlm73.rst78 'update_interval' value after a write operation will confirm the
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A D802.11s.h203 } confirm; member
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qbman/
H A DKconfig33 exercise the BMan APIs to confirm functionality
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A D802.11s.h203 } confirm; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A D802.11s.h203 } confirm; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2023-23914_5-5.patch94 +# we let it CONNECT to the server to confirm HSTS but deny from there
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A D802.11s.h204 } confirm; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A D802.11s.h204 } confirm; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A D802.11s.h204 } confirm; member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dinit.rst34 simple non-script binary such as ``/bin/sh`` and confirm its successful

1234