Searched refs:am_nextnum (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_impl.h102 * - `am_nextnum' identifies the next number to use to generate user part
116 uint32_t am_nextnum; member in struct:ipmgmt_aobjmap_s
H A Dipmgmt_persist.c827 * `aobjname' using the `am_nextnum', which contains the next number to be
828 * used to generate `aobjname'. `am_nextnum' is converted to base26 using
831 * `am_nextnum' will be 0 to begin with. Every time an address object that
833 * object on net0 the `am_aobjname' will be net0/_a and `am_nextnum' will be 1.
835 * and `am_nextnum' will incremented to 2.
846 nextnum = (head == NULL ? 0 : head->am_nextnum);
867 nodep->am_nextnum = ++nextnum;
874 nodep->am_nextnum = nextnum;
934 nodep->am_nextnum = (head == NULL ? 0 :
935 head->am_nextnum);
[all...]

Completed in 48 milliseconds