HomeSort by: relevance | last modified time | path
    Searched refs:lastmp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
thread.c 492 struct message *lastmp; local in function:thread_fix_new_links
503 lastmp = NULL;
511 lastmp = &message_array.t_head[i];
517 * lastmp better be unique!!!
522 assert(lastmp != NULL);
531 message[i].m_blink = lastmp;
535 if (lastmp)
536 lastmp->m_flink = &message[i];
537 lastmp = &message[i];
784 struct message *lastmp; local in function:link_array
1278 struct message *lastmp; local in function:reversecmd_core
    [all...]
  /src/sys/kern/
vfs_vnode.c 1229 * Helper for vrevoke() to propagate suspension from lastmp
1234 vrevoke_suspend_next(struct mount *lastmp, struct mount *thismp)
1238 if (lastmp == thismp)
1241 if (lastmp != NULL)
1242 vfs_resume(lastmp);

Completed in 13 milliseconds