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

/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dparsertypes.h86 struct pidlist *pl_next; member in struct:pidlist
H A Dparser_gram.y3639 pidlistent->pl_next = NULL;
3641 pidlistent->pl_next = pidlist;
3958 pidlistent = pidlistent->pl_next) {
3981 pidlistent = pidlistent->pl_next) {
/opensolaris-onvv-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;
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c405 struct pidlist *pl_next; /* Next in list */ member in struct:pidlist
2391 pp = pp->pl_next;
3655 tp->pl_next = tp + 1;
3660 Plfree = plp->pl_next;
3664 plp->pl_next = NULL;
3677 tp = tp->pl_next;
3681 plp->pl_next = Plhead;
3684 plp->pl_next =
3685 savetp->pl_next;
3686 savetp->pl_next
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshare/common/
H A Dlibshare_impl.h93 struct propertylist *pl_next; member in struct:propertylist
/opensolaris-onvv-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) {
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c867 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
1382 listp = &(*listp)->pl_next;
1387 listp = &(*listp)->pl_next;
1404 next = pl->pl_next;
1431 edp->last = &entry->pl_next;
1471 entry->pl_next = *plp;
H A Dlibzfs.h426 struct zprop_list *pl_next; member in struct:zprop_list
H A Dlibzfs_dataset.c3684 start = &(*start)->pl_next;
3693 last = &(*last)->pl_next) {
3719 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
H A Dlibzfs_pool.c631 for (entry = *plp; entry != NULL; entry = entry->pl_next) {
/opensolaris-onvv-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c996 new->pl_next = p2->pd_provider_list;
1015 pl != NULL; prev = &pl->pl_next, pl = pl->pl_next) {
1027 *prev = pl->pl_next;
1084 next = e->pl_next;
/opensolaris-onvv-gate/usr/src/cmd/zfs/
H A Dzfs_iter.c381 p = p->pl_next;
H A Dzfs_main.c1185 for (; pl != NULL; pl = pl->pl_next) {
1447 fake_name.pl_next = cb.cb_proplist;
1458 zprop_free_list(fake_name.pl_next);
1939 for (; pl != NULL; pl = pl->pl_next) {
1957 if (pl->pl_next == NULL && !right_justify)
1983 for (; pl != NULL; pl = pl->pl_next) {
2025 if (scripted || (pl->pl_next == NULL && !right_justify))
/opensolaris-onvv-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2426 for (; pl != NULL; pl = pl->pl_next) {
2438 if (pl->pl_next == NULL && !right_justify)
2462 for (; pl != NULL; pl = pl->pl_next) {
2492 if (scripted || (pl->pl_next == NULL && !right_justify))
4248 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) {
4294 fake_name.pl_next = cb.cb_proplist;
4302 zprop_free_list(fake_name.pl_next);
/opensolaris-onvv-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;
/opensolaris-onvv-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 211 milliseconds