/titanic_41/usr/src/uts/i86pc/os/ |
H A D | pmem.c | 94 struct pmem_lpg *pl_next; member 477 plp = plp->pl_next; in devmap_pmem_free() 601 plp = plp->pl_next; in pmem_lpg_get() 622 *oplpp = plp->pl_next; /* go to next pmem_lpg */ in pmem_lpg_sub() 627 plp->pl_prev->pl_next = plp->pl_next; in pmem_lpg_sub() 628 plp->pl_next->pl_prev = plp->pl_prev; in pmem_lpg_sub() 630 plp->pl_prev = plp->pl_next = plp; /* make plp a list of one */ in pmem_lpg_sub() 653 e2p->pl_next = s1p; in pmem_lpg_concat() 654 e1p->pl_next = s2p; in pmem_lpg_concat() 676 plp->pl_next = plp->pl_prev = plp; in pmem_lpg_alloc() [all …]
|
/titanic_41/usr/src/cmd/projects/ |
H A D | projects.c | 42 void *pl_next; member 81 projects->pl_next = NULL; in find_projects() 98 tail->pl_next = NULL; in find_projects() 105 prev->pl_next = tail; in find_projects() 128 for (pl = projects; pl; pl = pl->pl_next) in max_projname() 188 next = pl->pl_next; in print_projects()
|
/titanic_41/usr/src/cmd/init/ |
H A D | init.c | 408 struct pidlist *pl_next; /* Next in list */ member 2399 pp = pp->pl_next; in childeath_single() 3661 tp->pl_next = tp + 1; in sigpoll() 3666 Plfree = plp->pl_next; in sigpoll() 3670 plp->pl_next = NULL; in sigpoll() 3683 tp = tp->pl_next; in sigpoll() 3687 plp->pl_next = Plhead; in sigpoll() 3690 plp->pl_next = in sigpoll() 3691 savetp->pl_next; in sigpoll() 3692 savetp->pl_next = plp; in sigpoll() [all …]
|
/titanic_41/usr/src/uts/common/crypto/core/ |
H A D | kcf_callprov.c | 278 p = p->pl_next; in kcf_get_hardware_provider() 285 p = p->pl_next; in kcf_get_hardware_provider() 297 p = p->pl_next; in kcf_get_hardware_provider() 304 p = p->pl_next; in kcf_get_hardware_provider() 314 p = p->pl_next; in kcf_get_hardware_provider() 319 if ((p = p->pl_next) == NULL && gpd == NULL) { in kcf_get_hardware_provider() 420 p = p->pl_next; in kcf_get_hardware_provider_nomech() 428 p = p->pl_next; in kcf_get_hardware_provider_nomech() 433 if ((p = p->pl_next) == NULL && gpd == NULL) { in kcf_get_hardware_provider_nomech() 498 if (p->pl_next != NULL) { in kcf_get_next_logical_provider_member() [all …]
|
H A D | kcf_cryptoadm.c | 934 for (e = provider->pd_provider_list; e != NULL; e = e->pl_next) { in is_mech_disabled()
|
/titanic_41/usr/src/uts/common/crypto/spi/ |
H A D | kcf_spi.c | 938 new->pl_next = p2->pd_provider_list; in add_provider_to_array() 957 pl != NULL; prev = &pl->pl_next, pl = pl->pl_next) { in remove_provider_from_array() 969 *prev = pl->pl_next; in remove_provider_from_array() 1026 next = e->pl_next; in remove_provider()
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_util.c | 877 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) { in zprop_print_headers() 1406 listp = &(*listp)->pl_next; in zprop_get_list() 1411 listp = &(*listp)->pl_next; in zprop_get_list() 1428 next = pl->pl_next; in zprop_free_list() 1455 edp->last = &entry->pl_next; in zprop_expand_list_cb() 1495 entry->pl_next = *plp; in zprop_expand_list()
|
H A D | libzfs.h | 455 struct zprop_list *pl_next; member
|
H A D | libzfs_pool.c | 694 last = &(*last)->pl_next; in zpool_expand_proplist() 710 last = &entry->pl_next; in zpool_expand_proplist() 739 entry = entry->pl_next; in zpool_expand_proplist() 753 last = &entry->pl_next; in zpool_expand_proplist() 756 for (entry = *plp; entry != NULL; entry = entry->pl_next) { in zpool_expand_proplist()
|
H A D | libzfs_dataset.c | 4144 start = &(*start)->pl_next; in zfs_expand_proplist() 4153 last = &(*last)->pl_next) { in zfs_expand_proplist() 4179 for (entry = *plp; entry != NULL; entry = entry->pl_next) { in zfs_expand_proplist()
|
/titanic_41/usr/src/lib/libshare/common/ |
H A D | libshare_impl.h | 93 struct propertylist *pl_next; member
|
/titanic_41/usr/src/cmd/zfs/ |
H A D | zfs_iter.c | 390 p = p->pl_next; in zfs_for_each()
|
H A D | zfs_main.c | 1504 for (; pl != NULL; pl = pl->pl_next) { in get_callback() 1814 fake_name.pl_next = cb.cb_proplist; in zfs_do_get() 1825 zprop_free_list(fake_name.pl_next); in zfs_do_get() 2925 for (; pl != NULL; pl = pl->pl_next) { in print_header() 2943 if (pl->pl_next == NULL && !right_justify) in print_header() 2969 for (; pl != NULL; pl = pl->pl_next) { in print_dataset() 3016 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify)) in print_dataset()
|
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 2641 for (; pl != NULL; pl = pl->pl_next) { in print_header() 2669 if (pl->pl_next == NULL && !right_justify) in print_header() 2695 for (; pl != NULL; pl = pl->pl_next) { in print_pool() 2739 if (cb->cb_scripted || (pl->pl_next == NULL && !right_justify)) in print_pool() 5018 for (pl = cbp->cb_proplist; pl != NULL; pl = pl->pl_next) { in get_callback() 5171 fake_name.pl_next = cb.cb_proplist; in zpool_do_get() 5179 zprop_free_list(fake_name.pl_next); in zpool_do_get()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | devinfo.c | 3177 struct plist *pl_next; in di_getprop() member 3202 prop; plp = &pl->pl_next, prop = prop->prop_next) { in di_getprop() 3205 pl->pl_next = NULL; in di_getprop() 3231 pl0 = pl->pl_next; in di_getprop()
|
/titanic_41/usr/src/uts/common/sys/crypto/ |
H A D | impl.h | 244 struct kcf_provider_list *pl_next; member
|