Lines Matching defs:it
135 * locked the table, lock it. If the table already is
142 /* Already locked; find out if it's us */
193 * Leave traverser_id as it is, so that it
207 * traversing the table, leave it locked.
236 __nis_hash_item_mt *it, **pp;
248 for (pp = &table->keys[key]; (it = *pp) != 0; pp = &it->next) {
249 if (strcmp(name, it->name) == 0) {
363 * There's a writer, but it's us
492 * item, but also destroyed it. Returning NULL would make
508 /* Find the item, and make sure it's not in use */
692 __nis_hash_item_mt *it;
694 for (it = table->keys[slot]; it != 0; it = it->next) {
695 if (TRUE == (*func)(it, funcarg)) {