Searched refs:pinbuf (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/ |
H A D | elfsign.c | 463 static char pinbuf[PASS_MAX + 1]; in getpin() local 476 pp = fgets(pinbuf, sizeof (pinbuf), pinfile); in getpin() 483 pp = &pinbuf[strlen(pinbuf) - 1]; in getpin() 486 return (pinbuf); in getpin()
|
/illumos-gate/usr/src/cmd/cxgbetool/ |
H A D | cudbg_view.h | 178 void cudbg_print_flash_header(void *pinbuf);
|
H A D | cudbg_view.c | 233 validate_next_rec_offset(void *pinbuf, u32 inbuf_size, u32 in validate_next_rec_offset() argument 241 cudbg_hdr = (struct cudbg_hdr *)((char *)pinbuf + next_rec_offset); in validate_next_rec_offset() 250 view_ext_entity(char *pinbuf, struct cudbg_entity_hdr *ent_hdr, in view_ext_entity() argument 261 (pinbuf + ent_hdr->start_offset); in view_ext_entity() 283 (pinbuf + ent_hdr->start_offset + in view_ext_entity() 292 (pinbuf + ent_hdr->start_offset, in view_ext_entity() 301 (pinbuf + ent_hdr->start_offset + next_ext_offset); in view_ext_entity() 336 cudbg_print_flash_header(void *pinbuf) in cudbg_print_flash_header() argument 338 struct cudbg_flash_hdr *fl_hdr = (struct cudbg_flash_hdr *)pinbuf; in cudbg_print_flash_header() 357 cudbg_view(void *handle, void *pinbuf, u32 inbuf_size, in cudbg_view() argument [all …]
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | cudbg.h | 442 int cudbg_view(void *handle, void *pinbuf, u32 inbuf_size,
|