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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c82 port_info_t *nextptr; local
86 nextptr = listptr->first;
87 while (nextptr != NULL) {
88 tmp = nextptr;
89 nextptr = nextptr->next;
118 port_info_t *nextptr = NULL; local
160 nextptr = list->first;
161 while (nextptr != NULL) {
162 if (nextptr
[all...]
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c805 struct _ti_user *nextptr; local
808 nextptr = curptr->ti_next;
811 prevptr->ti_next = nextptr;
813 hash_bucket[x] = nextptr;
814 if (nextptr)
815 nextptr->ti_prev = prevptr;
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c2872 static char errbuf[ERRSIZE], *nextptr = errbuf, *prevptr = NULL; variable
2891 if (lock || (nextptr == (errbuf + ERRSIZE)))
2907 prf.pr_buf = prf.pr_cur = nextptr;
2908 prf.pr_len = ERRSIZE - (nextptr - errbuf);
3007 DBG_CALL(Dbg_util_str(lml, nextptr));
3032 nextptr = errbuf + ERRSIZE;
3044 lasterr = nextptr;
3055 ((prevptr == NULL) || (strcmp(prevptr, nextptr) != 0))) {
3056 prevptr = nextptr;
3057 nextptr
[all...]

Completed in 73 milliseconds