Searched refs:socket_shutdown (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/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) function
|
H A D | socksyscalls.c | 821 error = socket_shutdown(so, how, CRED()); 3049 return (socket_shutdown(so, how, CRED()));
|
/illumos-gate/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 519 return (socket_shutdown(so, how, cr));
|
Completed in 52 milliseconds