/include/linux/ |
H A D | kdebug.h | 11 long err; member in struct:die_args 20 struct pt_regs *regs, long err, int trap, int sig);
|
H A D | netfilter_bridge.h | 54 int err; local 59 err = skb_cow_head(skb, header_size); 60 if (err) 61 return err;
|
H A D | notifier.h | 168 static inline int notifier_from_errno(int err) argument 170 if (err) 171 return NOTIFY_STOP_MASK | (NOTIFY_OK - err);
|
H A D | virtio_config.h | 4 #include <linux/err.h> 106 int err = vdev->config->find_vqs(vdev, 1, &vq, callbacks, names); local 107 if (err < 0) 108 return ERR_PTR(err);
|
H A D | buffer_head.h | 235 static inline int block_page_mkwrite_return(int err) argument 237 if (err == 0) 239 if (err == -EFAULT) 241 if (err == -ENOMEM) 243 if (err == -EAGAIN)
|
H A D | suspend.h | 85 static inline void dpm_save_failed_errno(int err) argument 87 suspend_stats.errno[suspend_stats.last_failed_errno] = err;
|
/include/crypto/internal/ |
H A D | aead.h | 76 int err) 78 aead_request_complete(&req->areq, err); 75 aead_givcrypt_complete(struct aead_givcrypt_request *req, int err) argument
|
H A D | skcipher.h | 94 int err) 96 req->base.complete(&req->base, err); 100 struct skcipher_givcrypt_request *req, int err) 102 ablkcipher_request_complete(&req->creq, err); 93 ablkcipher_request_complete(struct ablkcipher_request *req, int err) argument 99 skcipher_givcrypt_complete( struct skcipher_givcrypt_request *req, int err) argument
|
H A D | hash.h | 55 int crypto_hash_walk_done(struct crypto_hash_walk *walk, int err); 65 int err) 67 return crypto_hash_walk_done(walk, err); 64 crypto_ahash_walk_done(struct crypto_hash_walk *walk, int err) argument
|
/include/crypto/ |
H A D | if_alg.h | 39 int err; member in struct:af_alg_completion 75 int af_alg_wait_for_completion(int err, struct af_alg_completion *completion); 76 void af_alg_complete(struct crypto_async_request *req, int err);
|
H A D | algapi.h | 190 struct blkcipher_walk *walk, int err); 204 struct ablkcipher_walk *walk, int err); 371 static inline void aead_request_complete(struct aead_request *req, int err) argument 373 req->base.complete(&req->base, err);
|
/include/uapi/xen/ |
H A D | privcmd.h | 62 PRIVCMD_MMAPBATCH_*_ERROR on err */ 73 int __user *err; /* array of error codes */ member in struct:privcmd_mmapbatch_v2 83 * Return: 0 on success (i.e., arg->err contains valid error codes for
|
/include/net/ |
H A D | scm.h | 93 int err; local 96 err = security_secid_to_secctx(scm->secid, &secdata, &seclen); 98 if (!err) {
|
H A D | ip6_tunnel.h | 76 int pkt_len, err; local 79 err = ip6_local_out(skb); 81 if (net_xmit_eval(err) == 0) {
|
H A D | ip_tunnels.h | 184 static inline void iptunnel_xmit_stats(int err, argument 188 if (err > 0) { 192 tstats->tx_bytes += err; 195 } else if (err < 0) {
|
H A D | route.h | 170 int err; local 173 err = ip_route_input_noref(skb, dst, src, tos, devin); 174 if (!err) 178 return err;
|
H A D | ip_fib.h | 154 int err; member in struct:fib_result_nl
|
/include/media/blackfin/ |
H A D | ppi.h | 91 bool err; /* if ppi has fifo error */ member in struct:ppi_if
|
/include/rdma/ |
H A D | ib_addr.h | 246 int err; local 249 err = __ethtool_get_settings(dev, &cmd); 251 if (err)
|
/include/uapi/linux/ |
H A D | cn_proc.h | 69 __u32 err; member in struct:proc_event::__anon1697::__anon1698
|
H A D | uhid.h | 94 __u16 err; member in struct:uhid_get_report_reply_req 109 __u16 err; member in struct:uhid_set_report_reply_req 165 __u16 err; member in struct:uhid_feature_answer_req
|
/include/xen/interface/io/ |
H A D | pciif.h | 74 int32_t err; member in struct:xen_pci_op 98 int32_t err; member in struct:xen_pcie_aer_op
|
/include/net/sctp/ |
H A D | command.h | 128 __be16 err; member in union:__anon1320 169 SCTP_ARG_CONSTRUCTOR(PERR, __be16, err) /* protocol error */
|
/include/linux/mtd/ |
H A D | mtd.h | 399 static inline int mtd_is_bitflip(int err) { argument 400 return err == -EUCLEAN; 403 static inline int mtd_is_eccerr(int err) { argument 404 return err == -EBADMSG; 407 static inline int mtd_is_bitflip_or_eccerr(int err) { argument 408 return mtd_is_bitflip(err) || mtd_is_eccerr(err);
|
/include/net/bluetooth/ |
H A D | bluetooth.h | 311 unsigned long len, int nb, int *err) 315 skb = sock_alloc_send_skb(sk, len + BT_SKB_RESERVE, nb, err); 321 if (!skb && *err) 324 *err = sock_error(sk); 325 if (*err) 329 *err = -ECONNRESET; 310 bt_skb_send_alloc(struct sock *sk, unsigned long len, int nb, int *err) argument
|