OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsep
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/compat/linux32/common/
linux32_signal.c
662
linux32_to_native_sigevent(struct sigevent *
nsep
,
665
memset(
nsep
, 0, sizeof(*
nsep
));
669
nsep
->sigev_notify = SIGEV_SIGNAL;
673
nsep
->sigev_notify = SIGEV_NONE;
682
nsep
->sigev_value.sival_ptr =
688
nsep
->sigev_signo = linux32_to_native_signo[lsep->sigev_signo];
/src/sys/compat/linux/common/
linux_signal.c
863
linux_to_native_sigevent(struct sigevent *
nsep
,
866
memset(
nsep
, 0, sizeof(*
nsep
));
870
nsep
->sigev_notify = SIGEV_SIGNAL;
874
nsep
->sigev_notify = SIGEV_NONE;
883
nsep
->sigev_value = lsep->sigev_value;
887
nsep
->sigev_signo = linux_to_native_signo[lsep->sigev_signo];
/src/sys/fs/nfs/server/
nfs_nfsdstate.c
484
struct nfsdsession *
nsep
, nfsquad_t confirm, uint32_t cbprogram,
611
if (
nsep
!= NULL) {
613
if ((
nsep
->sess_crflags & NFSV4CRSESS_CONNBACKCHAN)
624
nsep
->sess_cbsess.nfsess_xprt = nd->nd_xprt;
626
nsep
->sess_crflags &= ~NFSV4CRSESS_CONNBACKCHAN;
628
NFSBCOPY(sessid,
nsep
->sess_sessionid,
630
NFSBCOPY(sessid,
nsep
->sess_cbsess.nfsess_sessionid,
632
shp = NFSSESSIONHASH(
nsep
->sess_sessionid);
635
LIST_INSERT_HEAD(&shp->list,
nsep
, sess_hash);
636
LIST_INSERT_HEAD(&clp->lc_session,
nsep
, sess_list)
1192
struct nfsdsession *sep, *
nsep
;
local
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026