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

  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 233 (clp->lc_flags & (LCL_NEEDSCONFIRM | LCL_ADMINREVOKED))) {
259 new_clp->lc_flags |= LCL_NEEDSCONFIRM;
349 new_clp->lc_flags |= LCL_NEEDSCONFIRM;
399 clp->lc_flags |= LCL_WAKEUPWANTED;
422 new_clp->lc_flags |= (LCL_NEEDSCONFIRM | LCL_DONTCLEAN);
465 clp->lc_flags |= LCL_WAKEUPWANTED;
554 } else if (clp->lc_flags & LCL_ADMINREVOKED) {
584 if ((clp->lc_flags & (LCL_NEEDSCONFIRM | LCL_DONTCLEAN)) ==
607 clp->lc_flags &= ~(LCL_NEEDSCONFIRM | LCL_DONTCLEAN);
609 clp->lc_flags |= LCL_NEEDSCBNULL
    [all...]
nfs_nfsdserv.c 3487 clp->lc_flags = LCL_GSS;
3489 clp->lc_flags |= LCL_GSSINTEGRITY;
3491 clp->lc_flags |= LCL_GSSPRIVACY;
3493 clp->lc_flags = 0;
3496 clp->lc_flags |= LCL_NAME;
3521 if (clp->lc_flags & LCL_TCPCALLBACK)
3760 clp->lc_flags = LCL_GSS | LCL_NFSV41;
3762 clp->lc_flags |= LCL_GSSINTEGRITY;
3764 clp->lc_flags |= LCL_GSSPRIVACY;
3766 clp->lc_flags = LCL_NFSV41
    [all...]
nfs_nfsdsocket.c 694 if (clp->lc_flags & LCL_EXPIREIT) {
  /src/sys/netbt/
l2cap_signal.c 334 new->lc_flags |= (L2CAP_WAIT_CONFIG_REQ | L2CAP_WAIT_CONFIG_RSP);
394 chan->lc_flags |= (L2CAP_WAIT_CONFIG_REQ | L2CAP_WAIT_CONFIG_RSP);
445 || (chan->lc_flags & L2CAP_WAIT_CONFIG_REQ) == 0) {
614 chan->lc_flags &= ~L2CAP_WAIT_CONFIG_REQ;
616 if ((chan->lc_flags & L2CAP_WAIT_CONFIG_RSP) == 0) {
670 || (chan->lc_flags & L2CAP_WAIT_CONFIG_RSP) == 0)
702 chan->lc_flags &= ~L2CAP_WAIT_CONFIG_RSP;
704 if ((chan->lc_flags & L2CAP_WAIT_CONFIG_REQ) == 0) {
l2cap_lower.c 173 if (chan->lc_flags & L2CAP_SHUTDOWN
l2cap.h 375 uint16_t lc_flags; /* channel flags */ member in struct:l2cap_channel
l2cap_upper.c 246 chan->lc_flags |= L2CAP_SHUTDOWN;
hci_link.c 395 chan->lc_flags |= (L2CAP_WAIT_CONFIG_RSP | L2CAP_WAIT_CONFIG_REQ);
  /src/sys/fs/nfs/common/
nfsrvstate.h 105 u_int32_t lc_flags; /* LCL_ flag bits */ member in struct:nfsclient
nfs_commonkrpc.c 538 if ((clp->lc_flags & LCL_GSS) && nfsrv_gsscallbackson) {
541 if (clp->lc_flags & LCL_GSSINTEGRITY)
543 else if (clp->lc_flags & LCL_GSSPRIVACY)

Completed in 31 milliseconds