HomeSort by: relevance | last modified time | path
    Searched refs:dllist (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/mopd/common/
file.h 40 ssize_t mopFileRead(struct dllist *, u_char *);
44 int GetMopFileInfo(struct dllist *);
47 int GetElfFileInfo(struct dllist *);
50 int GetAOutFileInfo(struct dllist *);
52 int GetFileInfo(struct dllist *);
common.h 75 struct dllist { struct
file.c 188 GetMopFileInfo(struct dllist *dl)
452 GetElfFileInfo(struct dllist *dl)
668 GetAOutFileInfo(struct dllist *dl)
877 GetFileInfo(struct dllist *dl)
913 mopFileRead(struct dllist *dlslot, u_char *buf)
  /src/usr.sbin/mopd/mopd/
process.c 49 struct dllist dllist[MAXDL]; /* dump/load list */ variable in typeref:struct:dllist[]
56 void mopProcessInfo(const u_char *, int *, u_short, struct dllist *, int);
58 void mopStartLoad(const u_char *, const u_char *, struct dllist *, int);
61 mopProcessInfo(const u_char *pkt, int *idx, u_short moplen, struct dllist *dl_rpr,
207 mopStartLoad(const u_char *dst, const u_char *src, struct dllist *dl_rpr,
216 struct dllist *dle;
222 for (i = 0, dle = dllist; i < MAXDL; i++, dle++) {
233 for (i = 0, dle = dllist; i < MAXDL; i++, dle++) {
251 dllist[slot] = *dl_rpr
    [all...]
  /src/usr.sbin/mopd/mopchk/
mopchk.c 64 struct dllist dl;
  /src/usr.sbin/mopd/mopcopy/
mopcopy.c 103 struct dllist dl;

Completed in 16 milliseconds