Lines Matching refs:idxp
1619 char *idxp, *idxep;
1652 idxp = strchr(np, '[');
1654 /* if sepp comes first, set idxp to NULL */
1655 if (sepp && idxp && (sepp < idxp))
1656 idxp = NULL;
1659 * At this point 'idxp' is set if there is an index
1662 if (idxp) {
1664 n = idxp++ - np;
1667 skip_whitespace(idxp);
1668 sepp = idxp;
1672 if (ddi_strtol(idxp, &idxep, 0, &idx))
1675 idx = strtol(idxp, &idxep, 0);
1677 if (idxep == idxp)
1715 * o 'idxp' is set if there was an index, and value 'idx'.
1730 if (idxp && !nvpair_type_is_array(nvp))
1740 if (ip && idxp)