Home
last modified time | relevance | path

Searched refs:so_init (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h118 extern int so_init(struct sonode *, struct sonode *, struct cred *, int);
H A Dsockcommon_sops.c121 so_init(struct sonode *so, struct sonode *pso, struct cred *cr, int flags) in so_init() function
1935 so_init, /* sop_init */
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c118 void so_init(void);
130 #pragma init(so_init)
133 void so_init() { in so_init() function