Searched refs:hs_flag (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/NFS-82/rpc.statd/
H A Dfile.c858 char hs_flag; /* temporary flag */ member in struct:hoststate
927 hsp->hs_flag = HS_NEW;
929 hsp->hs_flag = ((hsp->hs_monitor == hip->hi_monitored) && (hsp->hs_notify == hip->hi_notify)) ? 0 : HS_CHANGED;
939 if (!hsp->hs_flag)
941 printf("%c %c %c %s\n", ((hsp->hs_flag == HS_OLD) ? '-' : ((hsp->hs_flag == HS_NEW) ? '+' : ' ')),
943 if (hsp->hs_flag == HS_OLD) {
952 hsp->hs_flag = HS_OLD;

Completed in 67 milliseconds