Searched defs:semantics (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsocket/socket/
H A D_soutil.c211 unsigned int semantics = net->nc_semantics; local
213 if (semantics == NC_TPI_COTS_ORD)
214 semantics = NC_TPI_COTS;
217 semantics == type &&
223 semantics == SOCK_RAW &&
231 semantics == type) {
/illumos-gate/usr/src/cmd/fs.d/nfs/lockd/
H A Dlockd.c456 nctype_to_lmprot(uint_t semantics) argument
458 switch (semantics) {
504 * two fields to convey the family and semantics.

Completed in 57 milliseconds