Home
last modified time | relevance | path

Searched refs:pinbuf (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c463 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 Dcudbg_view.h178 void cudbg_print_flash_header(void *pinbuf);
H A Dcudbg_view.c233 validate_next_rec_offset(void *pinbuf, u32 inbuf_size, u32 in validate_next_rec_offset() argument
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
357 cudbg_view(void *handle, void *pinbuf, u32 inbuf_size, in cudbg_view() argument
380 tmp_hdr = (struct cudbg_hdr *)pinbuf; in cudbg_view()
425 (struct cudbg_entity_hdr *)((char *)pinbuf + offset); in cudbg_view()
[all …]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg.h442 int cudbg_view(void *handle, void *pinbuf, u32 inbuf_size,