| /illumos-gate/usr/src/uts/common/io/drm/ |
| H A D | drm_linux_list.h | 49 #define list_entry(entry, type, member) (type *)(uintptr_t)(entry->contain_ptr) macro
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/usba/ |
| H A D | usb.c | 203 usba_list_entry_t list_entry; local 205 if (mdb_vread(&list_entry, sizeof (usba_list_entry_t), 213 status = wsp->walk_callback(wsp->walk_addr, &list_entry, 215 wsp->walk_addr = (uintptr_t)list_entry.next; 404 usba_list_entry_t list_entry; local 413 if (mdb_readvar(&list_entry, "usba_device_list") == -1) { 420 wsp->walk_addr = (uintptr_t)list_entry.next;
|
| /illumos-gate/usr/src/cmd/backup/restore/ |
| H A D | interactive.c | 663 int list_entry; local 692 list_entry = 1; 696 list_entry = 0; 698 if (list_entry) {
|
| /illumos-gate/usr/src/common/net/wanboot/ |
| H A D | bootlog.c | 77 typedef struct list_entry { struct 79 struct list_entry *flink;
|
| /illumos-gate/usr/src/cmd/boot/bootadm/ |
| H A D | bootadm_loader.c | 72 static error_t list_entry(struct menu_lst *, char *, char *); 82 "list_entry", OPT_OPTIONAL, list_entry, 1, /* PUB */ 446 if (strcmp(subcmd, "list_entry") == 0) 471 } else if (strcmp(subcmd, "list_entry") == 0) { 928 list_entry(struct menu_lst *menu, char *menu_root, char *opt) function
|
| H A D | bootadm.c | 256 static error_t list_entry(menu_t *, char *, char *); 289 "list_entry", OPT_OPTIONAL, list_entry, 1, /* PUB */ 569 * list-menu -- -m list_entry 581 { "list-menu", BAM_MENU, "list_entry"}, 627 * -m list_entry -- list-menu 1418 if (strcmp(subcmd, "list_entry") == 0) 1456 } else if (strcmp(subcmd, "list_entry") == 0) { 5096 list_entry(menu_t *mp, char *menu_path, char *opt) function 5107 BAM_DPRINTF(("%s: entered. args: %s %s\n", "list_entry", menu_pat [all...] |
| /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 in struct:uverbs_upd_uobj 204 genlist_entry_t *list_entry; /* per user ctx list entry */ member in struct:uverbs_umr_uobj 213 genlist_entry_t *list_entry; /* per user ctx list entry */ member in struct:uverbs_ucq_uobj 230 genlist_entry_t *list_entry; /* per user ctx list entry */ member in struct:uverbs_usrq_uobj 244 genlist_entry_t *list_entry; /* per user ctx list entry */ member in struct:uverbs_uah_uobj 256 genlist_entry_t *list_entry; /* per uctx list */ member in struct:uverbs_uqp_uobj
|
| /illumos-gate/usr/src/cmd/modload/ |
| H A D | drvsubr.c | 1588 * list_entry: 1594 list_entry( function
|
| /illumos-gate/usr/src/uts/sun4u/starcat/io/ |
| H A D | schpc.c | 198 static void schpc_save_entry(int slot, int list_entry, int save_entry); 199 static void schpc_restore_entry(int slot, int list_entry, int save_entry); 4094 int save_entry, list_entry, reg; local 4124 list_entry = 0; 4126 while (save_reg_list[list_entry].reg != LEAF_SAVE_END) { 4127 save_entry += save_reg_list[list_entry].number; 4128 list_entry++; 4143 list_entry = 0; 4145 while (save_reg_list[list_entry].reg != LEAF_SAVE_END) { 4146 schpc_save_entry(slot, list_entry, save_entr 4159 int save_entry, list_entry, reg; local 4200 schpc_save_entry(int slot, int list_entry, int save_entry) argument 4293 schpc_restore_entry(int slot, int list_entry, int save_entry) argument [all...] |
| /illumos-gate/usr/src/uts/common/io/arn/ |
| H A D | arn_core.h | 73 #define list_entry(ptr, type, member) \ macro
|