/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs.h | 193 genlist_entry_t *list_entry; /* per user ctx list entry */ member 204 genlist_entry_t *list_entry; /* per user ctx list entry */ member 213 genlist_entry_t *list_entry; /* per user ctx list entry */ member 230 genlist_entry_t *list_entry; /* per user ctx list entry */ member 244 genlist_entry_t *list_entry; /* per user ctx list entry */ member 256 genlist_entry_t *list_entry; /* per uctx list */ member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/ |
H A D | usb.c | 205 usba_list_entry_t list_entry; in usba_list_walk_step() local 207 if (mdb_vread(&list_entry, sizeof (usba_list_entry_t), in usba_list_walk_step() 215 status = wsp->walk_callback(wsp->walk_addr, &list_entry, in usba_list_walk_step() 217 wsp->walk_addr = (uintptr_t)list_entry.next; in usba_list_walk_step() 406 usba_list_entry_t list_entry; in usba_device_walk_init() local 415 if (mdb_readvar(&list_entry, "usba_device_list") == -1) { in usba_device_walk_init() 422 wsp->walk_addr = (uintptr_t)list_entry.next; in usba_device_walk_init()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_ll2.h | 57 osal_list_entry_t list_entry; member 71 osal_list_entry_t list_entry; member
|
H A D | ecore_ooo.h | 48 osal_list_entry_t list_entry; member 59 osal_list_entry_t list_entry; member
|
H A D | ecore_roce.h | 127 osal_list_entry_t list_entry; member 326 osal_list_entry_t list_entry; member 371 osal_list_entry_t list_entry; member
|
H A D | ecore_hw.c | 56 osal_list_entry_t list_entry; member 89 OSAL_LIST_PUSH_HEAD(&p_pool->ptts[i].list_entry, in ecore_ptt_pool_alloc() 132 struct ecore_ptt, list_entry); in ecore_ptt_acquire() 133 OSAL_LIST_REMOVE_ENTRY(&p_ptt->list_entry, in ecore_ptt_acquire() 158 OSAL_LIST_PUSH_HEAD(&p_ptt->list_entry, &p_hwfn->p_ptt_pool->free_list); in ecore_ptt_release()
|
H A D | ecore_fcoe_api.h | 42 osal_list_entry_t list_entry; member
|
H A D | ecore_iscsi_api.h | 46 osal_list_entry_t list_entry; member
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_osal.c | 57 list_entry) { in qede_osal_find_dma_handle_for_block() 83 qede_phys_mem_entry_t, list_entry) { in qede_osal_dma_sync() 260 QEDE_LIST_ADD(&new_entry->list_entry, &qede->phys_mem_list.head); in qede_osal_dma_alloc_coherent() 285 qede_phys_mem_entry_t, list_entry) { in qede_osal_dma_free_coherent() 287 QEDE_LIST_REMOVE(&entry->list_entry, in qede_osal_dma_free_coherent() 733 list_entry, in qede_osal_cleanup() 737 QEDE_LIST_REMOVE(&entry_phys->list_entry, in qede_osal_cleanup()
|
H A D | qede_list.h | 56 qede_list_t list_entry; member
|
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/ |
H A D | sol_uverbs.c | 1016 uqp->list_entry = new_entry; in sol_uverbs_close() 1020 uqp->list_entry = NULL; in sol_uverbs_close() 1049 ucq->list_entry = new_entry; in sol_uverbs_close() 1053 ucq->list_entry = NULL; in sol_uverbs_close() 1083 usrq->list_entry = new_entry; in sol_uverbs_close() 1087 usrq->list_entry = NULL; in sol_uverbs_close() 1127 upd->list_entry = new_entry; in sol_uverbs_close() 1131 upd->list_entry = NULL; in sol_uverbs_close() 1514 upd->list_entry = add_genlist(&uctxt->pd_list, (uintptr_t)upd, uctxt); in sol_uverbs_alloc_pd() 1517 if (!upd->list_entry) { in sol_uverbs_alloc_pd() [all …]
|
H A D | sol_uverbs_comp.c | 346 ucq->list_entry = add_genlist(&uctxt->cq_list, (uintptr_t)ucq, uctxt); in sol_uverbs_create_cq() 349 if (!ucq->list_entry) { in sol_uverbs_create_cq() 406 if (ucq->list_entry) { in uverbs_ucq_free() 408 delete_genlist(&uctxt->cq_list, ucq->list_entry); in uverbs_ucq_free()
|
H A D | sol_uverbs_qp.c | 570 uqp->list_entry = add_genlist(&uctxt->qp_list, (uintptr_t)uqp, in sol_uverbs_create_qp() 574 if (!uqp->list_entry) { in sol_uverbs_create_qp() 786 if (uqp->list_entry) { in uverbs_uqp_free() 788 delete_genlist(&uctxt->qp_list, uqp->list_entry); in uverbs_uqp_free() 789 uqp->list_entry = NULL; in uverbs_uqp_free() 1961 usrq->list_entry = add_genlist(&uctxt->srq_list, (uintptr_t)usrq, in sol_uverbs_create_srq() 1965 if (!usrq->list_entry) { in sol_uverbs_create_srq() 2175 if (usrq->list_entry) { in uverbs_usrq_free() 2177 delete_genlist(&uctxt->srq_list, usrq->list_entry); in uverbs_usrq_free()
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | interactive.c | 633 int list_entry; in printlist() local 662 list_entry = 1; in printlist() 666 list_entry = 0; in printlist() 668 if (list_entry) { in printlist()
|
/illumos-gate/usr/src/cmd/modload/ |
H A D | addrem.h | 132 extern void list_entry(char *, char *, char *);
|
H A D | update_drv.c | 205 list_entry(minor_perm, driver_name, ":"); in main()
|
H A D | drvsubr.c | 1614 list_entry( in list_entry() function
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_loader.c | 78 static error_t list_entry(struct menu_lst *, char *, char *); 88 "list_entry", OPT_OPTIONAL, list_entry, 1, /* PUB */ 1016 list_entry(struct menu_lst *menu, char *menu_root, char *opt) in list_entry() function
|
H A D | bootadm.c | 273 static error_t list_entry(menu_t *, char *, char *); 302 "list_entry", OPT_OPTIONAL, list_entry, 1, /* PUB */ 5247 list_entry(menu_t *mp, char *menu_path, char *opt) in list_entry() function
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_core.h | 73 #define list_entry(ptr, type, member) \ macro
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.c | 1500 list_entry((pos)->member.next, typeof(*(pos)), member)
|