Searched refs:uhp (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/ddb/
H A Ddb_textdump.c191 ustar_checksum(struct ustar_header *uhp) argument
196 for (i = 0; i < sizeof(uhp->uh_sum); i++)
197 uhp->uh_sum[i] = ' ';
199 for (i = 0; i < sizeof(*uhp); i++)
200 sum += ((u_char *)uhp)[i];
201 snprintf(uhp->uh_sum, sizeof(uhp->uh_sum), "%6o", sum);
211 struct ustar_header *uhp; local
217 uhp = (struct ustar_header *)block_buffer;
218 bzero(uhp, sizeo
[all...]
/freebsd-13-stable/sys/netinet6/
H A Dudp6_usrreq.c560 } *uhp; local
597 if (m->m_pkthdr.len < off + sizeof(*uhp))
601 m_copydata(m, off, sizeof(*uhp), (caddr_t)&uh);

Completed in 127 milliseconds