Searched refs:tso (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c409 * T_info_req/ack processing. If tso is not NULL its values are used thereby
413 so_strinit(struct sonode *so, struct sonode *tso) argument
426 if (tso == NULL) {
431 tsti = SOTOTPI(tso);
440 so->so_mode = tso->so_mode & ~SM_ACCEPTOR_ID;
H A Dsocktpi.c268 * Common create code for socket and accept. If tso is set the values
365 sotpi_init(struct sonode *so, struct sonode *tso, struct cred *cr, int flags) argument
403 ASSERT(so->so_type != SOCK_DGRAM || tso == NULL);
404 if (so->so_type == SOCK_STREAM && tso != NULL) {
405 if (SOTOTPI(tso)->sti_direct) {
528 if (error = so_strinit(so, tso)) {

Completed in 109 milliseconds