Searched refs:proplength (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c1745 int proplength = sizeof (int); local
1749 flags, name, (caddr_t)&propvalue, &proplength);
1751 if ((error == DDI_PROP_SUCCESS) && (proplength == 0))
4502 int proplength = sizeof (int); local
4509 flags, name, (caddr_t)&propvalue, &proplength);
4512 if ((error == DDI_PROP_SUCCESS) && (proplength == 0))
4542 int proplength = sizeof (propvalue); local
4549 DDI_PROP_CONSUMER_TYPED, name, (caddr_t)&propvalue, &proplength);
4552 if ((error == DDI_PROP_SUCCESS) && (proplength == 0))
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c1033 int proplength = sizeof (int); local
1043 (caddr_t)&propvalue, &proplength);
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c2275 int proplength = sizeof (int); local
2282 (caddr_t)&propvalue, &proplength);

Completed in 117 milliseconds