| /src/external/cddl/osnet/dist/uts/common/os/ |
| list.c | 44 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) 49 lnew->list_next = (node)->list_next; \ 50 (node)->list_next->list_prev = lnew; \ 51 (node)->list_next = lnew; \ 56 lnew->list_next = (node); \ 58 (node)->list_prev->list_next = lnew; \ 63 (node)->list_prev->list_next = (node)->list_next; \ 64 (node)->list_next->list_prev = (node)->list_prev; 174 list_next(list_t *list, void *object) function [all...] |
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| list_impl.h | 39 struct list_node *list_next; member in struct:list_node
|
| list.h | 54 void *list_next(list_t *, void *);
|
| /src/sys/dev/raidframe/ |
| rf_dagffwr.c | 205 tmpNode->list_next = dag_h->nodes; 211 xorNode->list_next = dag_h->nodes; 215 wnpNode->list_next = dag_h->nodes; 219 blockNode->list_next = dag_h->nodes; 223 commitNode->list_next = dag_h->nodes; 227 termNode->list_next = dag_h->nodes; 243 tmpNode->list_next = dag_h->nodes; 288 tmpNode = tmpNode->list_next; 308 tmpNode = tmpNode->list_next; 330 tmpNode = tmpNode->list_next; [all...] |
| rf_dagffrd.c | 189 tmpNode->list_next = dag_h->nodes; 195 blockNode->list_next = dag_h->nodes; 199 commitNode->list_next = dag_h->nodes; 203 termNode->list_next = dag_h->nodes; 239 tmpdiskNode = tmpdiskNode->list_next; 267 tmpdiskNode = tmpdiskNode->list_next; 301 tmpdiskNode = tmpdiskNode->list_next; 360 tmpNode->list_next = dag_h->nodes; 366 blockNode->list_next = dag_h->nodes; 370 commitNode->list_next = dag_h->nodes [all...] |
| rf_dagdegwr.c | 236 blockNode->list_next = dag_h->nodes; 240 commitNode->list_next = dag_h->nodes; 244 unblockNode->list_next = dag_h->nodes; 248 termNode->list_next = dag_h->nodes; 252 xorNode->list_next = dag_h->nodes; 256 wnpNode->list_next = dag_h->nodes; 261 tmpNode->list_next = dag_h->nodes; 268 tmpNode->list_next = dag_h->nodes; 276 wnqNode->list_next = dag_h->nodes; 320 tmprrdNode = tmprrdNode->list_next; [all...] |
| rf_dagdegrd.c | 145 rdNode->list_next = dag_h->nodes; 149 blockNode->list_next = dag_h->nodes; 153 commitNode->list_next = dag_h->nodes; 157 termNode->list_next = dag_h->nodes; 319 blockNode->list_next = dag_h->nodes; 323 commitNode->list_next = dag_h->nodes; 327 xorNode->list_next = dag_h->nodes; 331 rpNode->list_next = dag_h->nodes; 335 termNode->list_next = dag_h->nodes; 340 tmpNode->list_next = dag_h->nodes [all...] |
| rf_dag.h | 122 RF_DagNode_t *list_next; /* next in the list of DAG nodes for this DAG */ member in struct:RF_DagNode_s
|
| rf_parityscan.c | 448 tmpNode->list_next = dag_h->nodes; 454 blockNode->list_next = dag_h->nodes; 458 unblockNode->list_next = dag_h->nodes; 462 termNode->list_next = dag_h->nodes; 478 tmpNode = tmpNode->list_next;
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zio_inject.c | 149 handler = list_next(&inject_handlers, handler)) { 187 handler = list_next(&inject_handlers, handler)) { 229 handler = list_next(&inject_handlers, handler)) { 277 handler = list_next(&inject_handlers, handler)) { 340 handler = list_next(&inject_handlers, handler)) { 378 handler = list_next(&inject_handlers, handler)) { 460 handler != NULL; handler = list_next(&inject_handlers, handler)) { 676 handler = list_next(&inject_handlers, handler)) 707 handler = list_next(&inject_handlers, handler))
|
| refcount.c | 173 ref = list_next(&rc->rc_list, ref)) { 255 ref = list_next(&rc->rc_list, ref)) { 284 ref = list_next(&rc->rc_list, ref)) { 312 ref = list_next(&rc->rc_list, ref)) {
|
| zfs_debug.c | 109 zdm = list_next(&zfs_dbgmsgs, zdm))
|
| dmu_zfetch.c | 180 zs_next = list_next(&zf->zf_stream, zs); 244 zs = list_next(&zf->zf_stream, zs)) {
|
| dsl_prop.c | 227 pr != NULL; pr = list_next(&dd->dd_props, pr)) { 451 next_cbr = list_next(&ds->ds_prop_cbs, cbr); 477 pr; pr = list_next(&dd->dd_props, pr)) { 479 cbr = list_next(&pr->pr_cbs, cbr)) { 570 cbr = list_next(&pr->pr_cbs, cbr)) { 734 cbr = list_next(&ds->ds_prop_cbs, cbr)) {
|
| spa_config.c | 244 dp = list_next(&target->spa_config_list, dp)) { 317 while ((tdp = list_next(&target->spa_config_list, dp)) != NULL) {
|
| multilist.c | 346 return (list_next(&mls->mls_list, obj));
|
| zfs_onexit.c | 202 for (ap = list_head(l); ap != NULL; ap = list_next(l, ap)) {
|
| zfs_log.c | 195 zfuid = list_next(&fuidp->z_fuids, zfuid)) { 210 zdomain = list_next(&fuidp->z_domains, zdomain)) {
|
| dmu_tx.c | 891 txh = list_next(&tx->tx_holds, txh)) { 925 txh = list_next(&tx->tx_holds, txh)) { 1219 txh = list_next(&tx->tx_holds, txh)) { 1300 txh = list_next(&tx->tx_holds, txh)) { 1491 txh = list_next(&tx->tx_holds, txh)) {
|
| vdev_label.c | 1208 for (vd = list_head(dl); vd != NULL; vd = list_next(dl, vd)) { 1229 for (vd = list_head(dl); vd != NULL; vd = list_next(dl, vd))
|
| zfs_acl.c | 594 aclnode = list_next(&aclp->z_acl, aclnode); 1134 cb->cb_acl_node = list_next(&cb->cb_aclp->z_acl, 1255 aclnode = list_next(&aclp->z_acl, aclnode)) { 1276 aclnode = list_next(&aclp->z_acl, aclnode)) { 1825 aclnode = list_next(&aclp->z_acl, aclnode)) {
|
| /src/usr.bin/fstat/ |
| zfs_znode.h | 60 struct list_node *list_next; member in struct:list_node
|
| /src/sys/external/bsd/common/include/linux/ |
| list.h | 80 list_next(const struct list_head *node) function 279 list_entry(list_next(&(ENTRY)->FIELD), typeof(*(ENTRY)), FIELD) 286 (VAR) = list_next((VAR))) 295 ((VAR) != (HEAD)) && ((NEXT) = list_next((VAR)), 1); \ 304 (VAR) = list_entry(list_next(&(VAR)->FIELD), typeof(*(VAR)), \ 310 ((NEXT) = list_entry(list_next(&(VAR)->FIELD), \
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_stream_map.c | 46 static QUIC_STREAM *list_next(QUIC_STREAM_LIST_NODE *l, QUIC_STREAM_LIST_NODE *n, function 65 #define active_next(l, s) list_next((l), &(s)->active_node, \ 67 #define accept_next(l, s) list_next((l), &(s)->accept_node, \ 69 #define accept_head(l) list_next((l), (l), \ 71 #define ready_for_gc_head(l) list_next((l), (l), \
|
| /src/external/ibm-public/postfix/dist/src/qmgr/ |
| qmgr_job.c | 135 QMGR_JOB *prev, *next, *list_prev, *list_next, *unread, *current; local 183 list_next = next; 200 QMGR_LIST_LINK(transport->job_list, list_prev, job, list_next, transport_peers);
|