HomeSort by relevance Sort by last modified time
    Searched defs:sonode (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
vfs.c 417 pfiles_get_sonode(vnode_t *v_sock, struct sonode *sonode)
419 if (mdb_vread(sonode, sizeof (struct sonode),
421 mdb_warn("failed to read sonode");
487 struct sonode sonode; local
490 if (pfiles_get_sonode(&v, &sonode) == -1) {
494 (uintptr_t)sonode.so_sockparams) == -1) {
499 if (!SOCK_IS_NONSTR(&sonode)) {
    [all...]
net.c 226 mdb_warn("failed to read address of initial sonode "
247 mdb_warn("failed to read sonode at %p", wsp->walk_addr);
382 sonode(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
389 struct sonode so;
392 if (mdb_walk_dcmd("genunix`sonode", "genunix`sonode", argc,
394 mdb_warn("failed to walk sonode");
439 "AccessVP%</u>\n", "Sonode:");
443 mdb_warn("failed to read sonode at %p", addr);
751 * so is the address of a AF_UNIX struct sonode in mdb's address spac
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
socketvar.h 102 typedef struct sonode sonode_t;
107 * The sonode represents a socket. A sonode never exist in the file system
113 * sonode. It is expected that the underlying transport protocol serializes
118 * calls to operate on the same sonode concurrently. The SOREADLOCKED flag is
120 * sonode. This is needed to ensure atomic operation for things like
133 struct sonode { struct
134 struct vnode *so_vnode; /* vnode associated with this sonode */
136 sonodeops_t *so_ops; /* operations vector for this sonode */
137 void *so_priv; /* sonode private data *
    [all...]

Completed in 120 milliseconds