Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/include/
H A Damq_defs.h106 int mi_up; member
125 int mi_up; member
/netbsd-src/external/bsd/am-utils/dist/amq/
H A Damq_xdr.c166 if (!xdr_int(xdrs, &objp->mi_up)) { in xdr_amq_mount_info()
219 if (!xdr_int(xdrs, &objp->mi_up)) { in xdr_amq_map_info()
H A Damq.c243 mi->mi_up > 0 ? "up" : in show_mi()
244 mi->mi_up < 0 ? "starting" : "down"); in show_mi()
293 mi->mi_up == -1 ? "root" : (mi->mi_up ? " up" : "down")); in show_mapinfo()