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

/freebsd-10-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c1018 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid;
1019 ldumpp[cnt].ndlck_stateid.other[0] = stp->ls_stateid.other[0];
1020 ldumpp[cnt].ndlck_stateid.other[1] = stp->ls_stateid.other[1];
1021 ldumpp[cnt].ndlck_stateid.other[2] = stp->ls_stateid.other[2];
1060 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid;
1061 ldumpp[cnt].ndlck_stateid.other[0] = stp->ls_stateid.other[0];
1062 ldumpp[cnt].ndlck_stateid.other[1] = stp->ls_stateid.other[1];
1063 ldumpp[cnt].ndlck_stateid.other[2] = stp->ls_stateid.other[2];
1097 ldumpp[cnt].ndlck_stateid.seqid = stp->ls_stateid.seqid;
1098 ldumpp[cnt].ndlck_stateid.other[0] = stp->ls_stateid
[all...]
H A Dnfs_nfsdserv.c669 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
670 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++;
671 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++;
683 stp->ls_stateid.other[2] = *tl++;
825 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
826 clientid.lval[0] = stp->ls_stateid.other[0] = *tl++;
827 clientid.lval[1] = stp->ls_stateid.other[1] = *tl++;
839 stp->ls_stateid.other[2] = *tl++;
2211 stp->ls_stateid.seqid = fxdr_unsigned(u_int32_t, *tl++);
2212 NFSBCOPY((caddr_t)tl, (caddr_t)stp->ls_stateid
[all...]
/freebsd-10-stable/contrib/tcpdump/
H A Dospf6.h99 rtrid_t ls_stateid; member in struct:lsa6_hdr
243 rtrid_t ls_stateid; member in struct:ospf6hdr::__anon4551::lsr6
H A Dospf.h298 struct in_addr ls_stateid; member in union:ospfhdr::__anon4536::lsr::__anon4539
H A Dprint-ospf6.c132 ospf6_print_ls_type(register u_int ls_type, register const rtrid_t *ls_stateid) argument
139 ipaddr_string(ls_stateid));
155 ospf6_print_ls_type(EXTRACT_16BITS(&lshp->ls_type), &lshp->ls_stateid);
546 &lsrp->ls_stateid);
H A Dprint-ospf.c1019 ipaddr_string(&lsrp->un_ls_stateid.ls_stateid));
/freebsd-10-stable/sys/fs/nfs/
H A Dnfsrvstate.h171 nfsv4stateid_t ls_stateid; /* The state id */ member in struct:nfsstate

Completed in 93 milliseconds