Searched defs:U (Results 1 – 1 of 1) sorted by relevance
53 # define UT_TYPE_RUN_LVL(U) ((U)->ut_type == RUN_LVL) argument55 # define UT_TYPE_RUN_LVL(U) false argument59 # define UT_TYPE_INIT_PROCESS(U) ((U)->ut_type == INIT_PROCESS) argument61 # define UT_TYPE_INIT_PROCESS(U) false argument65 # define UT_TYPE_LOGIN_PROCESS(U) ((U)->ut_type == LOGIN_PROCESS) argument67 # define UT_TYPE_LOGIN_PROCESS(U) false argument71 # define UT_TYPE_DEAD_PROCESS(U) ((U)->ut_type == DEAD_PROCESS) argument73 # define UT_TYPE_DEAD_PROCESS(U) false argument77 # define UT_TYPE_NEW_TIME(U) ((U)->ut_type == NEW_TIME) argument79 # define UT_TYPE_NEW_TIME(U) false argument[all …]