Searched refs:imsg (Results 1 - 2 of 2) sorted by path

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-sita.c73 char *imsg; /* a pointer to an inbound message */ member in struct:unit
215 if (u->imsg) { /* then if an inbound message buffer exists */
216 u->imsg = (char *)realloc(u->imsg, 1); /* and re-allocate the old large buffer into a new small one */
217 if (u->imsg == NULL) { /* oops, realloc call failed */
570 ptr = u->imsg; /* point to the start of the msg for this IOP */
571 while (ptr < (u->imsg + u->len)) {
699 if ((u->imsg = realloc(u->imsg, (u->len + len))) == NULL) /* extend the buffer for the new data */
701 memcpy((u->imsg
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h742 uint64_t imsg : 5; /**< Incoming Message RAMs. */ member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_s
746 uint64_t imsg : 5;
786 uint64_t imsg : 5; /**< Incoming Message RAMs. */ member in struct:cvmx_sriox_bist_status::cvmx_sriox_bist_status_cn63xxp1
790 uint64_t imsg : 5;

Completed in 248 milliseconds