| /OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_unseal.c | 138 if ((ctx->initiate && direction != 0xff) || in gss_verify_mic_v1() 139 (!ctx->initiate && direction != 0)) in gss_verify_mic_v1() 167 if ((!ctx->initiate && (flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)) || in gss_verify_mic_v2() 168 (ctx->initiate && !(flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR))) in gss_verify_mic_v2() 180 if (ctx->initiate) { in gss_verify_mic_v2()
|
| H A D | gss_krb5_wrap.c | 235 if ((krb5_make_seq_num(kctx, kctx->seq, kctx->initiate ? 0 : 0xff, in gss_wrap_kerberos_v1() 332 if ((kctx->initiate && direction != 0xff) || in gss_unwrap_kerberos_v1() 333 (!kctx->initiate && direction != 0)) in gss_unwrap_kerberos_v1() 485 if ((!kctx->initiate && (flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)) || in gss_unwrap_kerberos_v2() 486 (kctx->initiate && !(flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR))) in gss_unwrap_kerberos_v2()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | icswx.h | 7 * This provides the Initiate Coprocessor Store Word Indexed (ICSWX) 161 /* RFC02167 Initiate Coprocessor Instructions document 175 /* RFC02167 Initiate Coprocessor Instructions document 176 * Chapter 8.2.1 Initiate Coprocessor Store Word Indexed (ICSWX)
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | dn_nsp.h | 100 /* Connect Initiate/Retransmit Initiate/Connect Confirm */ 103 #define NSP_CI 0x18 /* Connect Initiate */ 116 /* Disconnect Initiate/Disconnect Confirm */
|
| /OK3568_Linux_fs/kernel/include/scsi/fc/ |
| H A D | fc_encaps.h | 61 FC_SOF_I4 = 0x29, /* initiate class 4 */ 62 FC_SOF_I2 = 0x2d, /* initiate class 2 */ 63 FC_SOF_I3 = 0x2e, /* initiate class 3 */
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | pcmda12.c | 75 * Initiate transfer if not in simultaneaous xfer in pcmda12_ao_insn_write() 94 * Initiate simultaneaous xfer mode by reading one of the in pcmda12_ao_insn_read() 112 /* Initiate transfer by reading one of the AO registers. */ in pcmda12_ao_reset()
|
| H A D | cb_pcimdda.c | 45 * to initiate the simultaneous XFER. 102 * in order to initiate the simultaneous transfer. in cb_pcimdda_ao_insn_write() 121 /* Initiate the simultaneous transfer */ in cb_pcimdda_ao_insn_read()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/files/ |
| H A D | 0001-kexecboot-Use-new-reboot-API-with-klibc.patch | 28 log_msg(lg, "Can't initiate reboot: %s", ERRMSG); 37 log_msg(lg, "Can't initiate shutdown: %s", ERRMSG);
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/Documentation/firmware/ |
| H A D | firmware.c | 87 /* Initiate Mode-switch to the newly loaded firmware */ in update_intf_firmware() 88 printf("Initiate Mode switch\n"); in update_intf_firmware() 92 printf("Failed to initiate mode-switch (%d)\n", ret); in update_intf_firmware()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/manual/ |
| H A D | crops.json | 17 …"action": " Initiate your Crops-esdk environment as it says in wiki https://github.com/crops/docke… 71 …"action": " Initiate your Crops-esdk environment as it says in wiki https://github.com/crops/docke… 125 …"action": " Initiate your Crops-esdk environment as it says in wiki https://github.com/crops/docke… 179 …"action": "Initiate your Crops-esdk environment as it says in wiki https://github.com/crops/docker… 225 …"action": " Initiate your Crops-esdk environment as it says in wiki https://github.com/crops/docke… 267 …"action": "Initiate your Crops-esdk environment as it says in wiki https://github.com/crops/docker…
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | dmx-reqbufs.rst | 13 DMX_REQBUFS - Initiate Memory Mapping and/or DMA buffer I/O 36 This ioctl is used to initiate a memory mapped or DMABUF based demux I/O.
|
| /OK3568_Linux_fs/kernel/include/net/sctp/ |
| H A D | constants.h | 182 * accept new associations, but it can initiate the creation of new ones. 184 * accept new associations and can initiate the creation of new ones. 189 * accept new associations, but it can initiate the creation of new ones. 191 * accept new associations, but cannot initiate the creation of new ones.
|
| /OK3568_Linux_fs/kernel/drivers/w1/ |
| H A D | w1_netlink.h | 32 * @W1_MASTER_CMD: initiate operations on a specific master 84 * @W1_CMD_SEARCH: initiate a standard search, returns only the slave
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | pic32_mdio.c | 32 /* Initiate a write command */ in pic32_mdio_write() 58 /* Initiate a read command */ in pic32_mdio_read()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-per-CPU-kthreads.rst | 78 occur on some other CPU and furthermore initiate all 112 2. Initiate any network I/O on other CPUs. 124 2. Initiate any block I/O on other CPUs. 136 2. Initiate any block I/O and block-I/O polling on other CPUs.
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | ch9.h | 121 #define USB_DEVICE_REMOTE_WAKEUP 1 /* dev may initiate wakeup */ 124 #define USB_DEVICE_B_HNP_ENABLE 3 /* (otg) dev may initiate HNP */ 144 #define USB_DEVICE_U1_ENABLE 48 /* dev may initiate U1 transition */ 145 #define USB_DEVICE_U2_ENABLE 49 /* dev may initiate U2 transition */ 1005 * initiate a transition. 1007 * A U1 timeout of 0x1 to 0x7F also causes the hub to initiate a transition to 1013 * initiate a transition. 1015 * A U2 timeout of 0x1 to 0xFE also causes the hub to initiate a transition to
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/stk1160/ |
| H A D | stk1160-ac97.c | 49 /* Set command write bit to initiate write operation */ in stk1160_write_ac97() 65 /* Set command read bit to initiate read operation */ in stk1160_read_ac97()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | sleep.S | 132 orr r0, r0, #2 @ initiate change bit 143 @ initiate the frequency change...
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/ |
| H A D | cmd.c | 255 wl1271_error("failed to initiate cmd role enable"); in wl12xx_cmd_role_enable() 288 wl1271_error("failed to initiate cmd role disable"); in wl12xx_cmd_role_disable() 454 wl1271_error("failed to initiate cmd role enable"); in wl12xx_cmd_role_start_dev() 494 wl1271_error("failed to initiate cmd role stop"); in wl12xx_cmd_role_stop_dev() 564 wl1271_error("failed to initiate cmd role start sta"); in wl12xx_cmd_role_start_sta() 605 wl1271_error("failed to initiate cmd role stop sta"); in wl12xx_cmd_role_stop_sta() 709 wl1271_error("failed to initiate cmd role start ap"); in wl12xx_cmd_role_start_ap() 745 wl1271_error("failed to initiate cmd role stop ap"); in wl12xx_cmd_role_stop_ap() 805 wl1271_error("failed to initiate cmd role enable"); in wl12xx_cmd_role_start_ibss() 1583 wl1271_error("failed to initiate cmd add peer"); in wl12xx_cmd_add_peer() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | s390-drivers.rst | 73 Devices that want to initiate channel I/O need to attach to the ccw bus. 77 The functions that initiate or terminate channel I/O all act upon a ccw
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | suspend.c | 116 * store_hibernate - Initiate partition hibernation 169 * 0 if drmgr is to initiate update, and 1 otherwise
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/ |
| H A D | ch9.h | 128 #define USB_DEVICE_REMOTE_WAKEUP 1 /* dev may initiate wakeup */ 131 #define USB_DEVICE_B_HNP_ENABLE 3 /* (otg) dev may initiate HNP */ 155 #define USB_DEVICE_U1_ENABLE 48 /* dev may initiate U1 transition */ 156 #define USB_DEVICE_U2_ENABLE 49 /* dev may initiate U2 transition */ 1182 * initiate a transition. 1184 * A U1 timeout of 0x1 to 0x7F also causes the hub to initiate a transition to 1190 * initiate a transition. 1192 * A U2 timeout of 0x1 to 0xFE also causes the hub to initiate a transition to
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/ |
| H A D | ch9.h | 128 #define USB_DEVICE_REMOTE_WAKEUP 1 /* dev may initiate wakeup */ 131 #define USB_DEVICE_B_HNP_ENABLE 3 /* (otg) dev may initiate HNP */ 155 #define USB_DEVICE_U1_ENABLE 48 /* dev may initiate U1 transition */ 156 #define USB_DEVICE_U2_ENABLE 49 /* dev may initiate U2 transition */ 1182 * initiate a transition. 1184 * A U1 timeout of 0x1 to 0x7F also causes the hub to initiate a transition to 1190 * initiate a transition. 1192 * A U2 timeout of 0x1 to 0xFE also causes the hub to initiate a transition to
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/usb/ |
| H A D | ch9.h | 128 #define USB_DEVICE_REMOTE_WAKEUP 1 /* dev may initiate wakeup */ 131 #define USB_DEVICE_B_HNP_ENABLE 3 /* (otg) dev may initiate HNP */ 155 #define USB_DEVICE_U1_ENABLE 48 /* dev may initiate U1 transition */ 156 #define USB_DEVICE_U2_ENABLE 49 /* dev may initiate U2 transition */ 1204 * initiate a transition. 1206 * A U1 timeout of 0x1 to 0x7F also causes the hub to initiate a transition to 1212 * initiate a transition. 1214 * A U2 timeout of 0x1 to 0xFE also causes the hub to initiate a transition to
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | opal-dump.c | 117 return sprintf(buf, "1 - initiate Service Processor(FSP) dump\n"); in init_dump_show() 126 pr_warn("%s: Failed to initiate FSP dump (%d)\n", in dump_fips_init() 434 pr_warn("%s: Failed to create initiate dump attr group\n", in opal_platform_dump_init()
|