Searched refs:nodenum (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | pshot.c | 1005 * returns a minor number encoded with instance <inst> and an index <nodenum> 1009 pshot_minor_encode(int inst, minor_t nodenum) argument 1012 (((1 << PSHOT_NODENUM_BITS()) - 1) & nodenum)); 1836 minor_t nodenum; local 1843 nodenum = pshot_minor_decode_nodenum(getminor(dev)); 1844 nodename = pshot->nodes[nodenum].name; 1852 return (pshot_devctl(pshot, nodenum, cmd, arg, mode, credp, 1856 return (pshot_testctl(pshot, nodenum, cmd, arg, mode, credp, 1860 pshot->nodes[nodenum].minor); 1870 pshot_devctl(pshot_t *pshot, minor_t nodenum, in argument 2251 pshot_testctl(pshot_t *pshot, minor_t nodenum, int cmd, intptr_t arg, int mode, cred_t *credp, int *rvalp) argument [all...] |
Completed in 60 milliseconds