Home
last modified time | relevance | path

Searched refs:fct_netbuf_to_value (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h389 uint64_t fct_netbuf_to_value(uint8_t *buf, uint8_t nbytes);
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c2365 if (fct_netbuf_to_value(ICMD_TO_CT(icmd)->ct_req_payload + 8, 2) == in fct_handle_solct()
2606 nsportid = fct_netbuf_to_value( in fct_gid_cb()
2794 fct_netbuf_to_value(rscn_req_payload + 2, 2) - 4; in fct_rscn_verify()
2800 page_portid = fct_netbuf_to_value(page_buf + 1, 3); in fct_rscn_verify()
H A Dfct.c3368 if (fct_netbuf_to_value( in fct_cmd_terminator()
3549 fct_netbuf_to_value(uint8_t *buf, uint8_t nbytes) in fct_netbuf_to_value() function