Home
last modified time | relevance | path

Searched refs:plain (Results 1 – 25 of 97) sorted by relevance

1234

/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_krb5_seqnum.c47 unsigned char *plain; in krb5_make_rc4_seq_num() local
55 plain = kmalloc(8, GFP_NOFS); in krb5_make_rc4_seq_num()
56 if (!plain) in krb5_make_rc4_seq_num()
59 plain[0] = (unsigned char) ((seqnum >> 24) & 0xff); in krb5_make_rc4_seq_num()
60 plain[1] = (unsigned char) ((seqnum >> 16) & 0xff); in krb5_make_rc4_seq_num()
61 plain[2] = (unsigned char) ((seqnum >> 8) & 0xff); in krb5_make_rc4_seq_num()
62 plain[3] = (unsigned char) ((seqnum >> 0) & 0xff); in krb5_make_rc4_seq_num()
63 plain[4] = direction; in krb5_make_rc4_seq_num()
64 plain[5] = direction; in krb5_make_rc4_seq_num()
65 plain[6] = direction; in krb5_make_rc4_seq_num()
[all …]
/Linux-v5.4/Documentation/fb/
Ds3fb.rst19 I tested s3fb on Trio64 (plain, V+ and V2/DX) and Virge (plain, VX, DX),
40 hardware, i get best results from plain S3 Trio32 card - about 75 MHz). This
/Linux-v5.4/tools/memory-model/
Dlinux-kernel.cat163 (* Warn about plain writes and marked accesses in the same region *)
173 (* Boundaries for lifetimes of plain accesses *)
181 (* Visibility and executes-before for plain accesses *)
191 (* Coherence requirements for plain accesses *)
195 empty (wr-incoh | rw-incoh | ww-incoh) as plain-coherence
Dlinux-kernel.bell81 (* Compute marked and plain memory accesses *)
/Linux-v5.4/net/mac80211/
Dfils_aead.c67 const u8 *plain, size_t plain_len, in aes_siv_encrypt() argument
81 addr[num_elem] = plain; in aes_siv_encrypt()
101 tmp = kmemdup(plain, plain_len, GFP_KERNEL); in aes_siv_encrypt()
/Linux-v5.4/Documentation/devicetree/bindings/pci/
Dfaraday,ftpci100.txt5 plain and dual PCI. The plain version embeds a cascading interrupt controller
50 The plain variant has 128MiB of non-prefetchable memory space, whereas the
/Linux-v5.4/Documentation/core-api/
Dprotection-keys.rst76 behavior of a plain mprotect(). For instance if you do this::
99 the plain mprotect() permissions are violated.
Dmm-api.rst26 users will want to use a plain ``GFP_KERNEL``.
/Linux-v5.4/arch/arm/nwfpe/
Dentry.S104 @ plain LDR instruction. Weird, but it seems harmless.
/Linux-v5.4/crypto/
Dccm.c176 static int crypto_ccm_auth(struct aead_request *req, struct scatterlist *plain, in crypto_ccm_auth() argument
223 if (plain) in crypto_ccm_auth()
224 sg_chain(sg, 2, plain); in crypto_ccm_auth()
225 plain = sg; in crypto_ccm_auth()
229 ahash_request_set_crypt(ahreq, plain, pctx->odata, cryptlen); in crypto_ccm_auth()
/Linux-v5.4/fs/autofs/
DKconfig11 transitioned to just plain AUTOFS_FS.
/Linux-v5.4/lib/
Dtest_printf.c296 plain(void) in plain() function
599 plain(); in test_pointer()
/Linux-v5.4/Documentation/hwmon/
Dasb100.rst31 3 (i.e. one setting controls both.) If you have a plain ASB100, the PWM
/Linux-v5.4/Documentation/translations/zh_CN/process/
Demail-clients.rst33 接收附件,但是附件的内容格式应该是"text/plain"。然而,附件一般是不赞成的,
/Linux-v5.4/tools/testing/selftests/net/
Dxfrm_policy.sh143 local plain=$5
146 ip -net $ns xfrm policy add dst $plain dir out priority 10 action allow
/Linux-v5.4/Documentation/networking/
Dieee802154.rst20 - IEEE 802.15.4 layer; We have chosen to use plain Berkeley socket API,
80 code via plain sk_buffs. On skb reception skb->cb must contain additional
/Linux-v5.4/Documentation/misc-devices/
Dapds990x.txt36 values are known. Otherwise plain sensor default values are used.
/Linux-v5.4/Documentation/i2c/
Di2c-protocol.rst19 Data (8 bits): A plain data byte. Sometimes, I write DataLow, DataHigh
Ddev-interface.rst58 Well, you are all set up now. You can now use SMBus commands or plain
147 You can do plain i2c transactions by using read(2) and write(2) calls.
/Linux-v5.4/Documentation/driver-api/md/
Draid5-ppl.rst39 case the behavior is the same as in plain raid5.
/Linux-v5.4/Documentation/driver-api/serial/
Dn_gsm.rst73 5. use these devices as plain serial ports.
/Linux-v5.4/Documentation/doc-guide/
Dsphinx.rst20 Finally, there are thousands of plain text documentation files scattered around
22 over time, but the bulk of them will remain in plain text.
178 simple. For the most part the documentation should be plain text with
/Linux-v5.4/net/l2tp/
DKconfig78 L2TP frames, namely UDP and plain IP (without UDP). This
/Linux-v5.4/drivers/net/slip/
DKconfig53 answer Y, just in case. You will still be able to use plain SLIP. If
/Linux-v5.4/Documentation/translations/ko_KR/
Dhowto.rst414 나와있는데로 명백히(plain) 읽을 수 있는 텍스트여야 한다. 커널 개발자들은

1234