Home
last modified time | relevance | path

Searched refs:DABORT (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/irda/irnet/
Dirnet_ppp.c57 DABORT(count >= IRNET_MAX_COMMAND, -ENOMEM, in irnet_ctrl_write()
108 DABORT(length < 5 || length > NICKNAME_MAX_LEN + 5, in irnet_ctrl_write()
143 DABORT(endp <= (start + 5), -EINVAL, in irnet_ctrl_write()
167 DABORT(1, -EINVAL, CTRL_ERROR, "Not a recognised IrNET command.\n"); in irnet_ctrl_write()
482 DABORT(ap == NULL, -ENOMEM, FS_ERROR, "Can't allocate struct irnet...\n"); in dev_irnet_open()
536 DABORT(ap == NULL, 0, FS_ERROR, "ap is NULL !!!\n"); in dev_irnet_close()
573 DABORT(ap == NULL, -ENXIO, FS_ERROR, "ap is NULL !!!\n"); in dev_irnet_write()
597 DABORT(ap == NULL, -ENXIO, FS_ERROR, "ap is NULL !!!\n"); in dev_irnet_read()
621 DABORT(ap == NULL, mask, FS_ERROR, "ap is NULL !!!\n"); in dev_irnet_poll()
891 DABORT(new_skb == NULL, NULL, PPP_ERROR, "Could not realloc skb\n"); in irnet_prepare_skb()
[all …]
Dirnet_irda.c130 DABORT(self->tsap != NULL, -EBUSY, IRDA_SR_ERROR, "Already busy !\n"); in irnet_open_tsap()
147 DABORT(self->tsap == NULL, -ENOMEM, in irnet_open_tsap()
262 DABORT(self->iriap, -EBUSY, IRDA_SR_ERROR, "busy with a previous query.\n"); in irnet_find_lsap_sel()
843 DABORT(new->tsap == NULL, -1, IRDA_SERV_ERROR, "dup failed!\n"); in irnet_connect_socket()
1834 DABORT(irnet_server.list == NULL, -ENOMEM, in irda_irnet_init()
Dirnet.h369 #define DABORT(cond, ret, dbg, args...) \ macro