Searched defs:kids (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c256 TAILQ_INIT(&txn->kids);
264 TAILQ_INSERT_HEAD(&parent->kids, txn, klinks);
430 DB_TXN *kids; local
436 for (kids = TAILQ_FIRST(&txnp->kids);
437 kids != NULL;
438 kids = TAILQ_FIRST(&txnp->kids))
439 txn_abort(kids);
663 TAILQ_REMOVE(&txnp->parent->kids, txn
989 DB_TXN *kids; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h369 TAILQ_HEAD(__kids, __db_txn) kids; /* Child transactions. */ member in struct:__db_txn
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c465 * Here we should have two kids:
518 const unsigned char *kids; local
635 DATA_TYPE_NVLIST_ARRAY, &nkids, &kids);
637 * Its ok if we don't have any kids.
642 rc = vdev_init_from_nvlist(kids, vdev, &kid, is_newer);
648 kids = nvlist_next(kids);
667 * A mirror or raidz is healthy if all its kids are healthy. A
668 * mirror is degraded if any of its kids is healthy; a raidz
669 * is degraded if at most nparity kids ar
[all...]

Completed in 60 milliseconds