Searched refs:sourceid (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-srio.c895 uint32_t sourceid; local
905 __cvmx_srio_local_read32(srio_port, CVMX_SRIOMAINTX_SEC_DEV_ID(srio_port), &sourceid);
907 __cvmx_srio_local_read32(srio_port, CVMX_SRIOMAINTX_PRI_DEV_ID(srio_port), &sourceid);
912 sourceid &= 0xffff;
921 pkt |= sourceid >> 8; /* sourceID [7:0] */
924 pkt |= sourceid << 24; /* sourceID [31:24] */
937 sourceid = (sourceid >> 16) & 0xff;
946 pkt |= sourceid << 8; /* sourceID [15:8] */
1065 uint32_t sourceid; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h208 const char *(*sourceid)(void); member in struct:sqlite3_api_routines
411 #define sqlite3_sourceid sqlite3_api->sourceid
H A Dsqlite3.c[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h227 const char *(*sourceid)(void); member in struct:sqlite3_api_routines
544 #define sqlite3_sourceid sqlite3_api->sourceid
H A Dsqlite3.c[all...]
/freebsd-11-stable/stand/ficl/
H A Dwords.c4522 static void sourceid(FICL_VM *pVM) function
5025 dictAppendWord(dp, "source-id", sourceid, FW_DEFAULT);

Completed in 901 milliseconds