/linux-4.4.14/net/9p/ |
D | protocol.c | 106 int errcode = 0; in p9pdu_vreadf() local 113 errcode = -EFAULT; in p9pdu_vreadf() 122 errcode = -EFAULT; in p9pdu_vreadf() 132 errcode = -EFAULT; in p9pdu_vreadf() 142 errcode = -EFAULT; in p9pdu_vreadf() 152 errcode = p9pdu_readf(pdu, proto_version, in p9pdu_vreadf() 154 if (errcode) in p9pdu_vreadf() 159 errcode = -EFAULT; in p9pdu_vreadf() 163 errcode = -EFAULT; in p9pdu_vreadf() 174 errcode = -EFAULT; in p9pdu_vreadf() [all …]
|
/linux-4.4.14/drivers/isdn/pcbit/ |
D | capi.c | 496 int errcode; in capi_decode_conn_conf() local 501 errcode = *((ushort *) skb->data); /* read errcode */ in capi_decode_conn_conf() 525 return errcode; in capi_decode_conn_conf() 568 ushort errcode; in capi_decode_conn_actv_conf() local 570 errcode = *((ushort *)skb->data); in capi_decode_conn_actv_conf() 576 return errcode; in capi_decode_conn_actv_conf() 582 ushort errcode; in capi_decode_sel_proto_conf() local 587 errcode = *((ushort *)skb->data); in capi_decode_sel_proto_conf() 590 return errcode; in capi_decode_sel_proto_conf() 595 ushort errcode; in capi_decode_actv_trans_conf() local [all …]
|
/linux-4.4.14/drivers/isdn/capi/ |
D | capi.c | 116 u16 errcode; member 406 u16 errcode, datahandle; in handle_recv_skb() local 447 errcode = capi20_put_message(mp->ap, nskb); in handle_recv_skb() 449 if (errcode == CAPI_NOERROR) { in handle_recv_skb() 456 errcode); in handle_recv_skb() 459 if (errcode == CAPI_SENDQUEUEFULL) in handle_recv_skb() 491 u16 errcode; in handle_minor_send() local 539 errcode = capi20_put_message(mp->ap, skb); in handle_minor_send() 540 if (errcode == CAPI_NOERROR) { in handle_minor_send() 547 if (errcode == CAPI_SENDQUEUEFULL) { in handle_minor_send() [all …]
|
D | capidrv.c | 2057 u16 errcode; in if_sendbuf() local 2122 errcode = capi20_put_message(&global.ap, nskb); in if_sendbuf() 2123 if (errcode == CAPI_NOERROR) { in if_sendbuf() 2130 card->contrnr, errcode, capi_info2str(errcode)); in if_sendbuf() 2133 return errcode == CAPI_SENDQUEUEFULL ? 0 : -1; in if_sendbuf() 2136 errcode = capi20_put_message(&global.ap, skb); in if_sendbuf() 2137 if (errcode == CAPI_NOERROR) { in if_sendbuf() 2143 card->contrnr, errcode, capi_info2str(errcode)); in if_sendbuf() 2146 return errcode == CAPI_SENDQUEUEFULL ? 0 : -1; in if_sendbuf() 2177 u16 errcode; in enable_dchannel_trace() local [all …]
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | hfc_usb.c | 457 int i, k, errcode; in start_isoc_chain() local 503 errcode = usb_submit_urb(fifo->iso[i].purb, GFP_KERNEL); in start_isoc_chain() 504 fifo->active = (errcode >= 0) ? 1 : 0; in start_isoc_chain() 505 if (errcode < 0) in start_isoc_chain() 507 i, errcode, symbolic(urb_errlist, errcode)); in start_isoc_chain() 548 errcode; in tx_iso_complete() local 565 errcode = urb->iso_frame_desc[k].status; in tx_iso_complete() 566 if (errcode) in tx_iso_complete() 569 k, errcode); in tx_iso_complete() 664 errcode = usb_submit_urb(urb, GFP_ATOMIC); in tx_iso_complete() [all …]
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorchannel.c | 574 int errcode = 0; in visorchannel_debug() local 581 errcode = visorchannel_read(channel, off, in visorchannel_debug() 583 if (errcode < 0) { in visorchannel_debug() 586 errcode); in visorchannel_debug() 616 if ((phdr->ch_space_offset == 0) || (errcode < 0)) in visorchannel_debug() 622 errcode = visorchannel_read(channel, in visorchannel_debug() 627 if (errcode < 0) { in visorchannel_debug() 630 i, addr, errcode); in visorchannel_debug()
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 977 int k, len, errcode, offset, num_isoc_packets, fifon, maxlen, in rx_iso_complete() local 1075 errcode = usb_submit_urb(urb, GFP_ATOMIC); in rx_iso_complete() 1076 if (errcode < 0) { in rx_iso_complete() 1080 hw->name, __func__, errcode); in rx_iso_complete() 1171 errcode, hdlc, i; in tx_iso_complete() local 1242 errcode = urb->iso_frame_desc[k].status; in tx_iso_complete() 1243 if (errcode) { in tx_iso_complete() 1246 hw->name, __func__, k, errcode); in tx_iso_complete() 1352 errcode = usb_submit_urb(urb, GFP_ATOMIC); in tx_iso_complete() 1353 if (errcode < 0) { in tx_iso_complete() [all …]
|
/linux-4.4.14/drivers/dma/ |
D | imx-dma.c | 382 int errcode; in imxdma_err_handler() local 399 errcode = 0; in imxdma_err_handler() 403 errcode |= IMX_DMA_ERR_BURST; in imxdma_err_handler() 407 errcode |= IMX_DMA_ERR_REQUEST; in imxdma_err_handler() 411 errcode |= IMX_DMA_ERR_TRANSFER; in imxdma_err_handler() 415 errcode |= IMX_DMA_ERR_BUFFER; in imxdma_err_handler() 422 errcode & IMX_DMA_ERR_BURST ? " burst" : "", in imxdma_err_handler() 423 errcode & IMX_DMA_ERR_REQUEST ? " request" : "", in imxdma_err_handler() 424 errcode & IMX_DMA_ERR_TRANSFER ? " transfer" : "", in imxdma_err_handler() 425 errcode & IMX_DMA_ERR_BUFFER ? " buffer" : ""); in imxdma_err_handler()
|
/linux-4.4.14/drivers/lguest/x86/ |
D | core.c | 382 if (cpu->regs->errcode == 0) { in lguest_arch_handle_trap() 399 cpu->regs->errcode, &iomem_addr)) in lguest_arch_handle_trap() 459 : cpu->regs->errcode); in lguest_arch_handle_trap()
|
/linux-4.4.14/arch/x86/kvm/ |
D | paging_tmpl.h | 274 u16 errcode = 0; in FNAME() local 349 errcode |= PFERR_RSVD_MASK | PFERR_PRESENT_MASK; in FNAME() 360 errcode |= PFERR_PRESENT_MASK; in FNAME() 402 errcode |= write_fault | user_fault; in FNAME() 405 errcode |= PFERR_FETCH_MASK; in FNAME() 409 walker->fault.error_code = errcode; in FNAME() 424 if (!(errcode & PFERR_RSVD_MASK)) { in FNAME()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | lguest.h | 37 unsigned long trapnum, errcode; member
|
/linux-4.4.14/include/uapi/linux/ |
D | capi.h | 116 __u16 errcode; member
|
/linux-4.4.14/drivers/lguest/ |
D | page_tables.c | 393 bool demand_page(struct lg_cpu *cpu, unsigned long vaddr, int errcode, in demand_page() argument 473 if ((errcode & 2) && !(pte_flags(gpte) & _PAGE_RW)) in demand_page() 477 if ((errcode & 4) && !(pte_flags(gpte) & _PAGE_USER)) in demand_page() 495 if (errcode & 2) in demand_page()
|
D | lg.h | 195 bool demand_page(struct lg_cpu *cpu, unsigned long cr2, int errcode,
|
D | interrupts_and_traps.c | 126 push_guest_stack(cpu, &gstack, cpu->regs->errcode); in push_guest_interrupt_stack()
|
/linux-4.4.14/arch/x86/kernel/ |
D | asm-offsets_32.c | 69 OFFSET(LGUEST_PAGES_regs_errcode, lguest_pages, regs.errcode); in foo()
|
/linux-4.4.14/drivers/scsi/ |
D | ips.c | 3262 int errcode; in ips_map_status() local 3286 errcode = DID_ERROR; in ips_map_status() 3291 errcode = DID_TIME_OUT; in ips_map_status() 3305 errcode = DID_NO_CONNECT; in ips_map_status() 3322 errcode = DID_OK; in ips_map_status() 3329 errcode = DID_TIME_OUT; in ips_map_status() 3334 errcode = DID_ERROR; in ips_map_status() 3341 errcode = DID_OK; in ips_map_status() 3347 errcode = DID_RESET; in ips_map_status() 3369 errcode = DID_OK; in ips_map_status() [all …]
|
/linux-4.4.14/include/uapi/rdma/hfi/ |
D | hfi1_user.h | 268 __u32 errcode; member
|
/linux-4.4.14/include/linux/ |
D | isdnif.h | 373 ulong errcode; /* Type of error with STAT_L1ERR */ member
|
D | skbuff.h | 821 int *errcode,
|
/linux-4.4.14/drivers/mtd/ |
D | mtdswap.c | 785 int ret, errcode; in mtdswap_gc_eblock() local 787 errcode = 0; in mtdswap_gc_eblock() 799 if (ret < 0 && !errcode) in mtdswap_gc_eblock() 800 errcode = ret; in mtdswap_gc_eblock() 803 return errcode; in mtdswap_gc_eblock()
|
/linux-4.4.14/net/tipc/ |
D | msg.c | 91 u32 onode, u32 dport, u32 oport, int errcode) in tipc_msg_create() argument 105 msg_set_errcode(msg, errcode); in tipc_msg_create()
|
D | msg.h | 789 u32 dport, u32 oport, int errcode);
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac.c | 1919 u16 errcode; in ieee80211_check_auth_response() local 1924 errcode = auth_parse(skb, &challenge, &chlen); in ieee80211_check_auth_response() 1925 if (!errcode) { in ieee80211_check_auth_response() 1968 IEEE80211_DEBUG_MGMT("Auth response status code 0x%x", errcode); in ieee80211_check_auth_response() 1979 u16 errcode; in ieee80211_rx_frame_softmac() local 2010 errcode = assoc_parse(ieee, skb, &aid); in ieee80211_rx_frame_softmac() 2011 if (!errcode) { in ieee80211_rx_frame_softmac() 2039 errcode); in ieee80211_rx_frame_softmac() 2042 errcode); in ieee80211_rx_frame_softmac()
|
/linux-4.4.14/drivers/isdn/act2000/ |
D | capi.h | 164 __u32 errcode; member
|
D | capi.c | 914 if (msg->msg.manufacturer_ind_err.errcode) in actcapi_dispatch() 1138 msg->msg.manufacturer_ind_err.errcode); in actcapi_debug_msg()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_lock.c | 483 static int osc_lock_upcall(void *cookie, int errcode) in osc_lock_upcall() argument 500 rc = ldlm_error2errno(errcode); in osc_lock_upcall() 582 return errcode; in osc_lock_upcall()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_softmac.c | 2216 u16 errcode; in rtllib_rx_assoc_resp() local 2229 errcode = assoc_parse(ieee, skb, &aid); in rtllib_rx_assoc_resp() 2230 if (!errcode) { in rtllib_rx_assoc_resp() 2284 errcode); in rtllib_rx_assoc_resp() 2297 u16 errcode; in rtllib_rx_auth_resp() local 2302 errcode = auth_parse(ieee->dev, skb, &challenge, &chlen); in rtllib_rx_auth_resp() 2304 if (errcode) { in rtllib_rx_auth_resp() 2307 "Authentication respose status code 0x%x", errcode); in rtllib_rx_auth_resp()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio.c | 1549 int errcode; in brcmf_sdio_rxglom() local 1652 errcode = brcmf_sdiod_recv_chain(bus->sdiodev, in brcmf_sdio_rxglom() 1658 if (errcode < 0) { in brcmf_sdio_rxglom() 1660 dlen, errcode); in brcmf_sdio_rxglom() 1682 errcode = brcmf_sdio_hdparse(bus, pfirst->data, &rd_new, in brcmf_sdio_rxglom() 1695 if (errcode) in brcmf_sdio_rxglom() 1701 errcode = brcmf_sdio_hdparse(bus, pnext->data, &rd_new, in brcmf_sdio_rxglom() 1710 if (errcode) { in brcmf_sdio_rxglom()
|
/linux-4.4.14/net/core/ |
D | sock.c | 1843 int *errcode, int max_page_order) in sock_alloc_send_pskb() argument 1872 errcode, sk->sk_allocation); in sock_alloc_send_pskb() 1880 *errcode = err; in sock_alloc_send_pskb() 1886 int noblock, int *errcode) in sock_alloc_send_skb() argument 1888 return sock_alloc_send_pskb(sk, size, 0, noblock, errcode, 0); in sock_alloc_send_skb()
|
D | skbuff.c | 4460 int *errcode, in alloc_skb_with_frags() argument 4470 *errcode = -EMSGSIZE; in alloc_skb_with_frags() 4481 *errcode = -ENOBUFS; in alloc_skb_with_frags()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-pxa.c | 456 static void i2c_pxa_set_slave(struct pxa_i2c *i2c, int errcode) in i2c_pxa_set_slave() argument 460 if (errcode < 0) { in i2c_pxa_set_slave()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | i4l.c | 186 response.parm.errcode = ISDN_STAT_L1ERR_RECV; in gigaset_isdn_rcv_err()
|
/linux-4.4.14/drivers/edac/ |
D | sb_edac.c | 2058 u32 errcode = GET_BITFIELD(m->status, 0, 15); in sbridge_mce_output_error() local 2095 if (! ((errcode & 0xef80) == 0x80)) { in sbridge_mce_output_error() 2160 mscod, errcode, in sbridge_mce_output_error()
|
/linux-4.4.14/include/net/ |
D | sock.h | 1535 int noblock, int *errcode); 1538 int *errcode, int max_page_order);
|
/linux-4.4.14/net/decnet/ |
D | af_decnet.c | 1900 int *errcode) in dn_alloc_send_pskb() argument 1903 noblock, errcode); in dn_alloc_send_pskb()
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE | 740 packet-loss on receive or send. The field errcode of the cmd.parm 747 parm.errcode= ISDN_STAT_L1ERR_SEND: Packet lost while sending.
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | user_sdma.c | 1440 req->cq->comps[req->info.comp_idx].errcode = -ret; in set_comp_state()
|