Searched refs:nidx (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_hash.c155 ulong_t idx, nidx; local
185 nidx = shadow_hash_compute(shp, elem);
187 link->shl_next = nbuckets[nidx];
188 nbuckets[nidx] = link;
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_hash.c175 ulong_t idx, nidx; local
205 nidx = ipmi_hash_compute(ihp, elem);
207 link->ihl_next = nbuckets[nidx];
208 nbuckets[nidx] = link;
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c543 read_nodes(struct di_devlink_handle *hdp, cache_node_t *pcnp, uint32_t nidx) argument
555 if ((pcnp == NULL) ^ (nidx == DB_HDR(hdp)->root_idx)) {
557 fcn, nidx);
562 for (; dnp = get_node(hdp, nidx); nidx = dnp->sib) {
575 assert(strcmp(path, "/") ^ (nidx == DB_HDR(hdp)->root_idx));
583 (void) dprintf(DBG_STEP, "%s: node[%u]: %s\n", fcn, nidx,
591 read_minors(struct di_devlink_handle *hdp, cache_node_t *pcnp, uint32_t nidx) argument
602 nidx);
607 for (; dmp = get_minor(hdp, nidx); nid
633 read_links(struct di_devlink_handle *hdp, cache_minor_t *pcmp, uint32_t nidx) argument
1432 uint32_t nidx; local
2240 uint32_t nidx, eidx; local
2273 uint32_t nidx; local
[all...]
H A Ddevinfo_devlink.h291 uint32_t nidx);
293 uint32_t nidx);
295 uint32_t nidx);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c1270 static size_t nidx = 0; /* Max entries in this utmpbuf */ local
1280 if (idx == nidx) {
1290 nidx = nbytes / sizeof (struct futmpx);
1296 nidx = UTMPNBUF;
1307 if (idx < nidx) {

Completed in 34 milliseconds