Home
last modified time | relevance | path

Searched refs:AM_LAST (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/am-utils/dist/amd/
Damq_subr.c480 for (mf = AM_LAST(mntfs, qhead); mf != HEAD(mntfs, qhead); mf = PREV(mntfs, mf)) { in xdr_amq_mount_info_qelem()
490 for (mf = AM_LAST(mntfs, qhead); mf != HEAD(mntfs, qhead); mf = PREV(mntfs, mf)) { in xdr_amq_mount_info_qelem()
/netbsd/src/external/bsd/am-utils/dist/fsinfo/
Dfsinfo.h133 #define AM_LAST(ty, q) ((ty *) ((q)->q_back)) macro
/netbsd/src/external/bsd/am-utils/dist/include/
Dam_utils.h131 #define AM_LAST(ty, q) ((ty *) ((q)->q_back)) macro
/netbsd/src/external/bsd/am-utils/dist/
DChangeLog12422 * include/am_utils.h: renamed FIRST/LAST to AM_FIRST/AM_LAST to