Searched refs:pool_value_get_uint64 (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool_value.c | 67 pool_value_get_uint64(const pool_value_t *pv, uint64_t *result) function 372 (void) pool_value_get_uint64(pv1, &uval1); 373 (void) pool_value_get_uint64(pv2, &uval2);
|
H A D | pool_internal.c | 576 if (pool_value_get_uint64(pval, &max) != PO_SUCCESS) { 585 if (pool_value_get_uint64(&val, &min) != PO_SUCCESS) { 604 if (pool_value_get_uint64(&val, &oldmax) != PO_SUCCESS) { 630 if (pool_value_get_uint64(pval, &min) != PO_SUCCESS) { 639 if (pool_value_get_uint64(&val, &max) != PO_SUCCESS) { 672 if (pool_value_get_uint64(&val, &oldmin) != PO_SUCCESS) { 959 retval = pool_value_get_uint64(&val, uval); 1657 pool_value_get_uint64(&val1, &uval) != PO_SUCCESS) { 1692 pool_value_get_uint64(&val1, &uval) != PO_SUCCESS) {
|
H A D | pool.h | 238 extern int pool_value_get_uint64(const pool_value_t *, uint64_t *);
|
H A D | pool_xml.c | 293 (void) pool_value_get_uint64(&val, &nid); 677 (void) pool_value_get_uint64(value, &ures); 888 (void) pool_value_get_uint64(value, &ures); 2345 (void) pool_value_get_uint64(props[i], &uval);
|
H A D | pool.c | 284 (void) pool_value_get_uint64(pval, &u);
|
H A D | pool_kernel.c | 3509 if (pool_value_get_uint64(pv, &uval) == POC_INVAL) {
|
/osnet-11/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 5132 (void) pool_value_get_uint64(pv, &val_uint); 5139 (void) pool_value_get_uint64(pv, &val_uint);
|
Completed in 56 milliseconds