Searched refs:CFE_ERR_NOHANDLES (Results 1 - 11 of 11) sorted by relevance

/broadcom-cfe-1.4.2/cfe/api/
H A Dcfe_error.h80 #define CFE_ERR_NOHANDLES -25 macro
/broadcom-cfe-1.4.2/cfe/include/
H A Dcfe_error.h82 #define CFE_ERR_NOHANDLES -25 macro
/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_mii.c84 if (idx == MII_CHANNELS_MAX) return CFE_ERR_NOHANDLES;
H A Dcfe_smbus.c90 if (idx == SMBUS_CHANNELS_MAX) return CFE_ERR_NOHANDLES;
H A Dcfe_spi.c84 if (idx == SPI_CHANNELS_MAX) return CFE_ERR_NOHANDLES;
H A Dcfe_error.c94 {CFE_ERR_NOHANDLES ,"No more handles"},
/broadcom-cfe-1.4.2/cfe/net/
H A Dnet_dns.c333 if (s < 0) return CFE_ERR_NOHANDLES;
H A Dnet_udp.c170 if (idx == UDP_MAX_PORTS) return CFE_ERR_NOHANDLES;
H A Dnet_ether.c119 return CFE_ERR_NOHANDLES; /* no ports left */
H A Dnet_dhcp.c795 return CFE_ERR_NOHANDLES;
H A Dnet_tcp.c315 return CFE_ERR_NOHANDLES;

Completed in 102 milliseconds