Searched refs:socket_shutdown (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon.h | 62 extern int socket_shutdown(struct sonode *, int, struct cred *);
|
H A D | sockcommon.c | 277 socket_shutdown(struct sonode *so, int how, cred_t *cr) in socket_shutdown() function
|
H A D | socksyscalls.c | 821 error = socket_shutdown(so, how, CRED()); in shutdown() 3038 return (socket_shutdown(so, how, CRED())); in soshutdown()
|
/titanic_41/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 518 return (socket_shutdown(so, how, cr)); in ksocket_shutdown()
|