HomeSort by: relevance | last modified time | path
    Searched defs:LIST_FOREACH_SAFE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/common/
_elftc.h 81 #ifndef LIST_FOREACH_SAFE
82 #define LIST_FOREACH_SAFE(var, head, field, tvar) \
  /src/lib/libnvmm/
libnvmm.c 131 LIST_FOREACH_SAFE(ent, areas, list, nxt) {
  /src/sys/sys/
queue.h 204 #define LIST_FOREACH_SAFE(var, head, field, tvar) \
  /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
bsd_queue.h 517 #define LIST_FOREACH_SAFE(var, head, field, tvar) \
  /src/sys/fs/nfs/client/
nfs_clstate.c 1420 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) {
1502 LIST_FOREACH_SAFE(lop, &lp->nfsl_lock, nfslo_list, nlop) {
1536 LIST_FOREACH_SAFE(owp, &dp->nfsdl_owner, nfsow_list, nowp) {
1572 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1573 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) {
1656 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1658 LIST_FOREACH_SAFE(op, &owp->nfsow_open, nfso_list, nop) {
1683 LIST_FOREACH_SAFE(lp, &dp->nfsdl_lock, nfsl_list, nlp) {
1723 LIST_FOREACH_SAFE(owp, &clp->nfsc_owner, nfsow_list, nowp) {
1725 LIST_FOREACH_SAFE(lp, &op->nfso_lock, nfsl_list, nlp)
    [all...]
  /src/sys/fs/nfs/server/
nfs_nfsdstate.c 1194 LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp)
1197 LIST_FOREACH_SAFE(sep, &clp->lc_session, sess_list, nsep)
1244 LIST_FOREACH_SAFE(stp, sthp, ls_list, nstp) {
1320 LIST_FOREACH_SAFE(tstp, &stp->ls_open, ls_list, nstp)
1418 LIST_FOREACH_SAFE(rlp, &lfp->lf_rollback, rlck_list,
4517 LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) {
4634 LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) {
5371 LIST_FOREACH_SAFE(clp, &nfsclienthash[i], lc_hash, nclp) {
5372 LIST_FOREACH_SAFE(stp, &clp->lc_open, ls_list, nstp) {
5666 LIST_FOREACH_SAFE(rlp, &lfp->lf_rollback, rlck_list, nrlp)
    [all...]

Completed in 573 milliseconds