Searched refs:MAX_CALLBACK_FDS (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/gdb/
H A Dcallback.h68 #define MAX_CALLBACK_FDS 10
137 int fdmap[MAX_CALLBACK_FDS];
142 in a special fd_buddy circular list which also has MAX_CALLBACK_FDS
146 short fd_buddy[MAX_CALLBACK_FDS+1];
152 short ispipe[MAX_CALLBACK_FDS];
162 } pipe_buffer[MAX_CALLBACK_FDS];
67 #define MAX_CALLBACK_FDS macro
/netbsd-current/external/gpl3/gdb/dist/include/sim/
H A Dcallback.h66 #define MAX_CALLBACK_FDS 10
137 int fdmap[MAX_CALLBACK_FDS];
142 in a special fd_buddy circular list which also has MAX_CALLBACK_FDS
146 short fd_buddy[MAX_CALLBACK_FDS+1];
152 short ispipe[MAX_CALLBACK_FDS];
162 } pipe_buffer[MAX_CALLBACK_FDS];
65 #define MAX_CALLBACK_FDS macro
/netbsd-current/external/gpl3/binutils.old/dist/include/sim/
H A Dcallback.h66 #define MAX_CALLBACK_FDS 10
137 int fdmap[MAX_CALLBACK_FDS];
142 in a special fd_buddy circular list which also has MAX_CALLBACK_FDS
146 short fd_buddy[MAX_CALLBACK_FDS+1];
152 short ispipe[MAX_CALLBACK_FDS];
162 } pipe_buffer[MAX_CALLBACK_FDS];
65 #define MAX_CALLBACK_FDS macro
/netbsd-current/external/gpl3/binutils/dist/include/sim/
H A Dcallback.h66 #define MAX_CALLBACK_FDS 10
137 int fdmap[MAX_CALLBACK_FDS];
142 in a special fd_buddy circular list which also has MAX_CALLBACK_FDS
146 short fd_buddy[MAX_CALLBACK_FDS+1];
152 short ispipe[MAX_CALLBACK_FDS];
162 } pipe_buffer[MAX_CALLBACK_FDS];
65 #define MAX_CALLBACK_FDS macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dcallback.c86 if (fd < 0 || fd > MAX_CALLBACK_FDS || p->fd_buddy[fd] < 0)
241 for (i = 0; i < MAX_CALLBACK_FDS; i++)
545 for (i = 1; i < MAX_CALLBACK_FDS; i++)
550 for (j = i + 1; j < MAX_CALLBACK_FDS; j++)
596 for (i = 0; i < MAX_CALLBACK_FDS; i++)
613 if (j == MAX_CALLBACK_FDS)
643 p->fd_buddy[0] = MAX_CALLBACK_FDS;
644 p->fd_buddy[MAX_CALLBACK_FDS] = 2;
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dcallback.c64 if (fd < 0 || fd > MAX_CALLBACK_FDS || p->fd_buddy[fd] < 0)
201 for (i = 0; i < MAX_CALLBACK_FDS; i++)
566 for (i = 1; i < MAX_CALLBACK_FDS; i++)
571 for (j = i + 1; j < MAX_CALLBACK_FDS; j++)
617 for (i = 0; i < MAX_CALLBACK_FDS; i++)
634 if (j == MAX_CALLBACK_FDS)
664 p->fd_buddy[0] = MAX_CALLBACK_FDS;
665 p->fd_buddy[MAX_CALLBACK_FDS] = 2;
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dinterp.c264 else if (args[4] >= MAX_CALLBACK_FDS)
305 if (sc.arg1 >= MAX_CALLBACK_FDS || sc.arg2 >= MAX_CALLBACK_FDS)
344 if (sc.arg1 >= MAX_CALLBACK_FDS)
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dinterp.c212 else if (args[4] >= MAX_CALLBACK_FDS)
253 if (sc.arg1 >= MAX_CALLBACK_FDS || sc.arg2 >= MAX_CALLBACK_FDS)
292 if (sc.arg1 >= MAX_CALLBACK_FDS)
/netbsd-current/external/gpl3/gdb.old/dist/sim/cris/
H A Dtraps.c2940 maxlim = curlim = MAX_CALLBACK_FDS;
/netbsd-current/external/gpl3/gdb/dist/sim/cris/
H A Dtraps.c2914 maxlim = curlim = MAX_CALLBACK_FDS;

Completed in 303 milliseconds