Home
last modified time | relevance | path

Searched refs:rcv_next (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Drctl.c609 prev->rcv_next = rval; in rctl_gp_alloc()
613 rval->rcv_next = NULL; in rctl_gp_alloc()
625 rcgp->rcag_vals = rval->rcv_next; in rctl_gp_detach_val()
627 rval->rcv_next = NULL; in rctl_gp_detach_val()
654 rctl_val_t *next = rval->rcv_next; in rctl_gp_free()
757 rval = rval->rcv_next; in rctl_val_list_find()
782 rval->rcv_next = NULL; in rctl_val_list_insert()
796 rval->rcv_next = *root; in rctl_val_list_insert()
797 rval->rcv_next->rcv_prev = rval; in rctl_val_list_insert()
804 while (prev->rcv_next != NULL && in rctl_val_list_insert()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Dtcp_common.h138 __le32 rcv_next; member
281 __le32 rcv_next; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Drctl.c488 if ((wsp->walk_addr = (uintptr_t)val.rcv_next) == 0) in rctl_val_walk_step()
532 val->rcv_next == (void *)0xbaddcafe || in rctl_val_validate()
534 val->rcv_next == (void *)0xdeadbeef) { in rctl_val_validate()
571 if (data->v_seen[i].s_ptr == (uintptr_t)val->rcv_next) { in rctl_val_validate()
/illumos-gate/usr/src/uts/common/syscall/
H A Drctlsys.c194 sys_rval = sys_rval->rcv_next; in rctl_invalid_value()
962 new_val->rcv_next = new_values; in rctlsys_projset()
972 alloc_val->rcv_next = alloc_values; in rctlsys_projset()
997 new_values = new_values->rcv_next; in rctlsys_projset()
1003 alloc_values = alloc_values->rcv_next; in rctlsys_projset()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_iscsi_api.h78 u32 rcv_next; member
/illumos-gate/usr/src/uts/common/sys/
H A Drctl.h152 struct rctl_val *rcv_next; /* next (higher) value */ member