Home
last modified time | relevance | path

Searched defs:isup (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dmapc.c113 isup_fn *isup; /* Is service up or not? (1=up, 0=down) */ member
H A Damd.h360 isup_fn *isup; /* Is service up or not? (1=up, 0=down) */ member
/netbsd-src/external/mit/lua/dist/src/
H A Dldebug.c519 static const char *gxf (const Proto *p, int pc, Instruction i, int isup) { in gxf()