Searched refs:c_link (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/psrinfo/ |
H A D | psrinfo.c | 72 struct link c_link; member 580 core->c_link.l_id = vc->v_core_id; in main() 581 core->c_link.l_ptr = core; in main() 585 ins_link(ins, &core->c_link); in main() 587 (void) find_link(&chip->p_cores, core->c_link.l_id, in main()
|
/titanic_44/usr/src/cmd/ssh/ssh-keyscan/ |
H A D | ssh-keyscan.c | 95 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */ 460 TAILQ_INSERT_TAIL(&tq, &fdcon[s], c_link); in conalloc() 478 TAILQ_REMOVE(&tq, &fdcon[s], c_link); in confree() 486 TAILQ_REMOVE(&tq, &fdcon[s], c_link); in contouch() 489 TAILQ_INSERT_TAIL(&tq, &fdcon[s], c_link); in contouch() 657 c = TAILQ_NEXT(c, c_link); in conloop()
|
/titanic_44/usr/src/uts/common/sys/scsi/impl/ |
H A D | spc3_types.h | 324 c_link :1,
|