Searched refs:pl_next (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/projects/
H A Dprojects.c42 void *pl_next; member in struct:projlist
81 projects->pl_next = NULL;
98 tail->pl_next = NULL;
105 prev->pl_next = tail;
128 for (pl = projects; pl; pl = pl->pl_next)
188 next = pl->pl_next;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpmem.c94 struct pmem_lpg *pl_next; member in struct:pmem_lpg
477 plp = plp->pl_next;
601 plp = plp->pl_next;
622 *oplpp = plp->pl_next; /* go to next pmem_lpg */
627 plp->pl_prev->pl_next = plp->pl_next;
628 plp->pl_next->pl_prev = plp->pl_prev;
630 plp->pl_prev = plp->pl_next = plp; /* make plp a list of one */
653 e2p->pl_next = s1p;
654 e1p->pl_next
[all...]
/illumos-gate/usr/src/cmd/init/
H A Dinit.c408 struct pidlist *pl_next; /* Next in list */ member in struct:pidlist
2399 pp = pp->pl_next;
3661 tp->pl_next = tp + 1;
3666 Plfree = plp->pl_next;
3670 plp->pl_next = NULL;
3683 tp = tp->pl_next;
3687 plp->pl_next = Plhead;
3690 plp->pl_next =
3691 savetp->pl_next;
3692 savetp->pl_next
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_impl.h93 struct propertylist *pl_next; member in struct:propertylist
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c278 p = p->pl_next;
285 p = p->pl_next;
297 p = p->pl_next;
304 p = p->pl_next;
314 p = p->pl_next;
319 if ((p = p->pl_next) == NULL && gpd == NULL) {
420 p = p->pl_next;
428 p = p->pl_next;
433 if ((p = p->pl_next) == NULL && gpd == NULL) {
498 if (p->pl_next !
[all...]
H A Dkcf_cryptoadm.c934 for (e = provider->pd_provider_list; e != NULL; e = e->pl_next) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c878 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
1411 listp = &(*listp)->pl_next;
1416 listp = &(*listp)->pl_next;
1433 next = pl->pl_next;
1460 edp->last = &entry->pl_next;
1500 entry->pl_next = *plp;
H A Dlibzfs.h460 struct zprop_list *pl_next; member in struct:zprop_list
H A Dlibzfs_pool.c729 last = &(*last)->pl_next;
745 last = &entry->pl_next;
774 entry = entry->pl_next;
788 last = &entry->pl_next;
791 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
H A Dlibzfs_dataset.c4194 start = &(*start)->pl_next;
4203 last = &(*last)->pl_next) {
4229 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c938 new->pl_next = p2->pd_provider_list;
957 pl != NULL; prev = &pl->pl_next, pl = pl->pl_next) {
969 *prev = pl->pl_next;
1026 next = e->pl_next;
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_iter.c414 p = p->pl_next;
H A Dzfs_main.c1495 for (; pl != NULL; pl = pl->pl_next) {
1805 fake_name.pl_next = cb.cb_proplist;
1816 zprop_free_list(fake_name.pl_next);
2919 for (; pl != NULL; pl = pl->pl_next) {
2937 if (pl->pl_next == NULL && !right_justify)
2963 for (; pl != NULL; pl = pl->pl_next) {
3015 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify))
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2791 for (; pl != NULL; pl = pl->pl_next) {
2819 if (pl->pl_next == NULL && !right_justify)
2845 for (; pl != NULL; pl = pl->pl_next) {
2889 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify))
5139 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
5292 fake_name.pl_next = cb.cb_proplist;
5300 zprop_free_list(fake_name.pl_next);
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3177 struct plist *pl_next; member in struct:plist
3202 prop; plp = &pl->pl_next, prop = prop->prop_next) {
3205 pl->pl_next = NULL;
3231 pl0 = pl->pl_next;
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h244 struct kcf_provider_list *pl_next; member in struct:kcf_provider_list

Completed in 118 milliseconds