Searched refs:initiate (Results 1 – 25 of 60) sorted by relevance
123
| /Linux-v5.4/net/sunrpc/auth_gss/ |
| 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()
|
| D | gss_krb5_wrap.c | 235 if ((krb5_make_seq_num(kctx, kctx->seq, kctx->initiate ? 0 : 0xff, in gss_wrap_kerberos_v1() 323 if ((kctx->initiate && direction != 0xff) || in gss_unwrap_kerberos_v1() 324 (!kctx->initiate && direction != 0)) in gss_unwrap_kerberos_v1() 512 if ((!kctx->initiate && (flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR)) || in gss_unwrap_kerberos_v2() 513 (kctx->initiate && !(flags & KG2_TOKEN_FLAG_SENTBYACCEPTOR))) in gss_unwrap_kerberos_v2()
|
| D | gss_krb5_seal.c | 158 if (krb5_make_seq_num(ctx, ctx->seq, ctx->initiate ? 0 : 0xff, in gss_get_mic_v1() 187 if (ctx->initiate) { in gss_get_mic_v2()
|
| D | gss_krb5_mech.c | 257 p = simple_get_bytes(p, end, &ctx->initiate, sizeof(ctx->initiate)); in gss_import_v1_context() 594 ctx->initiate = ctx->flags & KRB5_CTX_FLAG_INITIATOR; in gss_import_v2_context()
|
| /Linux-v5.4/Documentation/devicetree/bindings/power/reset/ |
| D | axxia-reset.txt | 4 block to initiate a chip reset.
|
| /Linux-v5.4/arch/arm/mach-pxa/ |
| D | sleep.S | 132 orr r0, r0, #2 @ initiate change bit 143 @ initiate the frequency change...
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-devices-platform-dock | 14 (WO) Writing to this file causes the software to initiate an
|
| D | sysfs-bus-rapidio | 190 space. To initiate an enumeration or discovery process on 196 initiate RapidIO enumeration/discovery on all available mports a
|
| /Linux-v5.4/Documentation/spi/ |
| D | spi-sc18is602.rst | 33 to initiate longer transfers will fail with -EINVAL. EEPROM read operations and
|
| /Linux-v5.4/Documentation/devicetree/bindings/clock/ |
| D | imx6q-clock.txt | 14 Boards that are designed to initiate poweroff on PMIC_ON_REQ signal should
|
| /Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
| D | twl4030-power.txt | 29 initiate an ACTIVE-to-OFF or SLEEP-to-OFF transition when the
|
| /Linux-v5.4/Documentation/driver-api/ |
| 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
|
| /Linux-v5.4/Documentation/ABI/stable/ |
| D | sysfs-firmware-opal-dump | 11 we will initiate a dump.
|
| /Linux-v5.4/Documentation/networking/caif/ |
| D | Linux-CAIF.txt | 12 channels, initiate GPRS Data connections, Video channels and Utility Channels. 175 interface can initiate flow stop for all CAIF Channels.
|
| /Linux-v5.4/include/linux/sunrpc/ |
| D | gss_krb5.h | 97 int initiate; /* 1 = initiating, 0 = accepting */ member
|
| /Linux-v5.4/Documentation/media/uapi/dvb/ |
| D | dmx-reqbufs.rst | 43 This ioctl is used to initiate a memory mapped or DMABUF based demux I/O.
|
| /Linux-v5.4/Documentation/driver-api/iio/ |
| D | triggers.rst | 20 a specific file in sysfs). A trigger may initiate data capture for a number of
|
| /Linux-v5.4/Documentation/w1/slaves/ |
| D | w1_therm.rst | 30 read sequence will initiate a temperature conversion then provide two
|
| /Linux-v5.4/Documentation/watchdog/ |
| D | hpwdt.rst | 58 Upon receipt of an NMI from the iLO, the hpwdt driver will initiate a
|
| /Linux-v5.4/Documentation/driver-api/usb/ |
| D | bulk-streams.rst | 23 can also initiate a transfer on a stream without the device asking, but the
|
| /Linux-v5.4/Documentation/mic/ |
| D | mic_overview.rst | 51 the host to initiate DMA's to/from the card using the MIC DMA engine and
|
| /Linux-v5.4/Documentation/infiniband/ |
| D | tag_matching.rst | 38 the header to initiate an RDMA READ operation directly to the matching buffer.
|
| /Linux-v5.4/Documentation/networking/ |
| D | net_failover.rst | 83 Here is a sample script that shows the steps to initiate live migration on
|
| /Linux-v5.4/Documentation/filesystems/nfs/ |
| D | nfs-rdma.txt | 93 the utils/mount directory. This binary can be used to initiate NFS v2, v3, 94 or v4 mounts. To initiate a v4 mount, the binary must be called
|
| /Linux-v5.4/Documentation/driver-api/rapidio/ |
| D | rapidio.rst | 126 several methods to initiate an enumeration and/or discovery process: 229 creates the sysfs write-only attribute file '/sys/bus/rapidio/scan'. To initiate 236 To initiate RapidIO enumeration/discovery on all available mports a user may
|
123