OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastmp
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/mail/
thread.c
492
struct message *
lastmp
;
local
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
1278
struct message *
lastmp
;
local
[
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 16 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026