Home
last modified time | relevance | path

Searched refs:NC_IOC_GETNODE (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libnsctl/common/
H A Dmachdep.c72 ioctlcmd = NC_IOC_GETNODE; in nsc_getcurrentnodes()
87 if (ioctlcmd == NC_IOC_GETNODE) in nsc_getcurrentnodes()
120 rval = ioctl(fd, NC_IOC_GETNODE, &node); in nsc_getsystemid()
/titanic_44/usr/src/uts/common/avs/ncall/
H A Dncall.h101 #define NC_IOC_GETNODE _NCIOC_(0) /* return this node */ macro
H A Dncall.c374 case NC_IOC_GETNODE: in ncallioctl()
/titanic_44/usr/src/cmd/avs/ncall/
H A Dncalladm.c515 mirror = ioctl(ifd, NC_IOC_GETNODE, &thisnode); in getnodelist()