Searched defs:aobjmap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c33 * list `aobjmap'. Access to this list is synchronized using a readers-writers
35 * /etc/svc/volatile/ipadm/aobjmap.conf cache file, so that the mapping can be
79 ipmgmt_aobjmap_list_t aobjmap; variable
146 aobjmap.aobjmap_head = NULL;
147 (void) pthread_rwlock_init(&aobjmap.aobjmap_rwlock, NULL);
152 * representation of the mapping. That is, build `aobjmap' structure

Completed in 59 milliseconds