Searched refs:srh (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/contrib/tcpdump/ |
| HD | print-rt6.c | 39 const struct ip6_srh *srh; in rt6_print() local 81 srh = (const struct ip6_srh *)dp; in rt6_print() 82 ND_PRINT(", last-entry=%u", GET_U_1(srh->srh_last_ent)); in rt6_print() 84 if (GET_U_1(srh->srh_flags) || ndo->ndo_vflag) { in rt6_print() 86 GET_U_1(srh->srh_flags)); in rt6_print() 89 ND_PRINT(", tag=%x", GET_BE_U_2(srh->srh_tag)); in rt6_print() 96 p = (const u_char *) srh->srh_segments; in rt6_print() 103 return((GET_U_1(srh->srh_len) + 1) << 3); in rt6_print()
|
| HD | print-ip6.c | 54 const struct ip6_srh *srh; in ip6_finddst() local 116 srh = (const struct ip6_srh *)dp; in ip6_finddst() 119 p = (const u_char *) srh->srh_segments; in ip6_finddst()
|
| /freebsd-13-stable/sys/contrib/openzfs/module/zfs/ |
| HD | spa_stats.c | 83 spa_read_history_t *srh = (spa_read_history_t *)data; in spa_read_history_show() local 87 (u_longlong_t)srh->srh_node.pln_id, srh->start, in spa_read_history_show() 88 (longlong_t)srh->objset, (longlong_t)srh->object, in spa_read_history_show() 89 (longlong_t)srh->level, (longlong_t)srh->blkid, in spa_read_history_show() 90 srh->aflags, srh->origin, srh->pid, srh->comm); in spa_read_history_show() 99 spa_read_history_t *srh; in spa_read_history_truncate() local 101 srh = list_remove_head(&shl->procfs_list.pl_list); in spa_read_history_truncate() 102 ASSERT3P(srh, !=, NULL); in spa_read_history_truncate() 103 kmem_free(srh, sizeof (spa_read_history_t)); in spa_read_history_truncate() 152 spa_read_history_t *srh; in spa_read_history_add() local [all …]
|
| HD | dmu_send.c | 171 struct srh { struct 1052 struct srh *srhp = &range->sru.hole; in do_dump()
|
| /freebsd-13-stable/tools/test/sort/bigtest/ |
| HD | kcmd | 28 for KEYS in -srh -sfrudb -Vs -sM -siz
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVInstrInfoXTHead.td | 382 def TH_SRH : THStoreIndexed<GPR, 0b00100, "th.srh">,
|