Home
last modified time | relevance | path

Searched refs:fl_hdr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c734 list_hdr_t *fl_hdr, *next_fl_hdr; in flowacct_timer() local
758 fl_hdr = thead->head; in flowacct_timer()
759 while (fl_hdr != NULL) { in flowacct_timer()
762 next_fl_hdr = fl_hdr->timeout_next; in flowacct_timer()
763 flow = (flow_t *)fl_hdr->objp; in flowacct_timer()
835 if (fl_hdr->timeout_prev != NULL) { in flowacct_timer()
837 fl_hdr->timeout_next; in flowacct_timer()
843 fl_hdr->timeout_prev; in flowacct_timer()
847 fl_hdr->timeout_prev = NULL; in flowacct_timer()
848 fl_hdr->timeout_next = NULL; in flowacct_timer()
[all …]
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c338 struct cudbg_flash_hdr *fl_hdr = (struct cudbg_flash_hdr *)pinbuf; in cudbg_print_flash_header() local
340 if (fl_hdr->signature == CUDBG_FL_SIGNATURE && flash_info_banner) { in cudbg_print_flash_header()
343 (fl_hdr->signature >> 24) & 0xFF, in cudbg_print_flash_header()
344 (fl_hdr->signature >> 16) & 0xFF, in cudbg_print_flash_header()
345 (fl_hdr->signature >> 8) & 0xFF, in cudbg_print_flash_header()
346 fl_hdr->signature & 0xFF); in cudbg_print_flash_header()
349 asctime(gmtime((time_t *)&fl_hdr->timestamp))); in cudbg_print_flash_header()
350 printf("Flash payload size: %u bytes\n", fl_hdr->data_len); in cudbg_print_flash_header()