Searched refs:rej (Results 1 – 7 of 7) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | l2cap_core.c | 4038 struct l2cap_cmd_rej_unk *rej = (struct l2cap_cmd_rej_unk *) data; in l2cap_command_rej() local 4040 if (cmd_len < sizeof(*rej)) in l2cap_command_rej() 4043 if (rej->reason != L2CAP_REJ_NOT_UNDERSTOOD) in l2cap_command_rej() 4338 struct l2cap_cmd_rej_cid rej; in cmd_reject_invalid_cid() local 4340 rej.reason = cpu_to_le16(L2CAP_REJ_INVALID_CID); in cmd_reject_invalid_cid() 4341 rej.scid = __cpu_to_le16(scid); in cmd_reject_invalid_cid() 4342 rej.dcid = __cpu_to_le16(dcid); in cmd_reject_invalid_cid() 4344 l2cap_send_cmd(conn, ident, L2CAP_COMMAND_REJ, sizeof(rej), &rej); in cmd_reject_invalid_cid() 5590 struct l2cap_cmd_rej_unk *rej = (struct l2cap_cmd_rej_unk *) data; in l2cap_le_command_rej() local 5593 if (cmd_len < sizeof(*rej)) in l2cap_le_command_rej() [all …]
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | README.rst | 79 类似xxx# 或 xxx.rej)。如果有,不是你就是我犯了错误。
|
| /linux/drivers/net/fddi/skfp/ |
| H A D | smt.c | 58 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason, 847 static void smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason, in smt_send_rdf() argument 859 sm = smtod(rej,struct smt_header *) ; in smt_send_rdf() 871 frame_len = rej->sm_len ; in smt_send_rdf()
|
| /linux/drivers/iio/addac/ |
| H A D | ad74413r.c | 554 unsigned int rej, int *val) in ad74413r_rejection_to_rate() argument 556 switch (rej) { in ad74413r_rejection_to_rate()
|
| /linux/Documentation/process/ |
| H A D | applying-patches.rst | 140 outright and leaves a file with a ``.rej`` extension (a reject file). You can 175 fuzz its way through. This will generate a ``.rej`` file with the change that
|
| /linux/Documentation/translations/pt_BR/process/ |
| H A D | applying-patches.rst | 143 rejeita imediatamente e deixa um arquivo com a extensão ``.rej`` (um arquivo de 179 encontrar um caminho usando o fuzz. Isso gerará um arquivo ``.rej`` com a
|
| H A D | backporting.rst | 38 verdade, você provavelmente já teve pesadelos com arquivos ``.rej`` e tentando
|