Home
last modified time | relevance | path

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

/trueos/contrib/amd/amd/
HDamq_subr.c425 for (mf = AM_LAST(mntfs, qhead); mf != HEAD(mntfs, qhead); mf = PREV(mntfs, mf)) { in xdr_amq_mount_info_qelem()
435 for (mf = AM_LAST(mntfs, qhead); mf != HEAD(mntfs, qhead); mf = PREV(mntfs, mf)) { in xdr_amq_mount_info_qelem()
/trueos/contrib/amd/fsinfo/
HDfsinfo.h135 #define AM_LAST(ty, q) ((ty *) ((q)->q_back)) macro
/trueos/contrib/amd/include/
HDam_utils.h123 #define AM_LAST(ty, q) ((ty *) ((q)->q_back)) macro
/trueos/contrib/amd/
HDChangeLog11356 * include/am_utils.h: renamed FIRST/LAST to AM_FIRST/AM_LAST to