Searched defs:next (Results 1 - 25 of 1426) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlfind.c51 register POINTER next = base + *nelp * width; /* End of table */ local
53 for ( ; base < next; base += width)
H A Dlsearch.c51 register POINTER next = base + *nelp * width; /* End of table */ local
53 for ( ; base < next; base += width)
57 return (memcpy(base, key, (int)width)); /* base now == next */
H A Dexit.c33 struct handlers *next; member in struct:handlers
51 _exit_handlers = h->next;
H A Don_exit.c35 struct handlers *next; member in struct:handlers
52 h->next = _exit_handlers;
/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/
H A Dktutil.h49 struct _krb5_kt_list *next; member in struct:_krb5_kt_list
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationEnumeration.java48 Object next() throws ServiceLocationException; method in interface:ServiceLocationEnumeration
H A DServiceLocationEnumerator.java41 * Besides the standard Enumeration classes, it implements a next()
88 public Object next() throws ServiceLocationException { method in class:ServiceLocationEnumerator
/illumos-gate/usr/src/cmd/bnu/
H A Dpkdefs.c36 char next[8] ={ 1,2,3,4,5,6,7,0}; /* packet sequence numbers */ variable
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_cfg.h37 struct ctrl_node *next; member in struct:ctrl_node
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwdelch.c57 int next, width, y, x; local
66 next = __m_cc_next(w, y, x);
74 &w->_line[y][x], &w->_line[y][next],
75 (w->_maxx - next) * sizeof **w->_line
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwdelch.c61 int next, width, y, x; local
66 next = __m_cc_next(w, y, x);
73 (void) memcpy(&w->_line[y][x], &w->_line[y][next],
74 (w->_maxx - next) * sizeof (**w->_line));
/illumos-gate/usr/src/lib/libnsctl/common/
H A Dnsc_hash.h34 struct hash_node_s *next; member in struct:hash_node_s
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dcstack.h58 struct cstack *next; member in struct:cstack
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dscsi_reset_notify.h51 struct scsi_reset_notify_entry *next; member in struct:scsi_reset_notify_entry
59 scsi_reset_notify_entry::next))
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/et/
H A Derror_table.h17 /*@dependent@*//*@null@*/ struct et_list *next; member in struct:et_list
22 /*@only@*//*@null@*/ struct dynamic_et_list *next; member in struct:dynamic_et_list
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_page.c41 /* next - return next page after current page(cyclic) */
43 next(FORM *f) function
66 return (_set_form_page(f, next(f), (FIELD *) 0));
/illumos-gate/usr/src/lib/libfru/libfru/
H A DParser.h52 PathDef *next; member in struct:PathDef
54 ~PathDef() { delete next; }
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlfind.c61 char *next = base + *nelp * width; /* End of table */ local
63 for (; base < next; base += width)
H A Dlsearch.c60 char *next = base + *nelp * width; /* End of table */ local
63 for (; base < next; base += width)
67 res = memcpy(base, key, width); /* base now == next */
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtmem.c63 void *buf, *next; local
80 next = *(void **)buf;
82 buf = next;
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dtable.h44 tablelist next; member in struct:tablenode
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.h48 struct eplist *next; member in struct:eplist
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig_impl.h42 struct config *next; member in struct:config
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioList.h47 AudioListEntry* next; // pointer to next in list member in class:AudioList::AudioListEntry
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.h58 struct protob *next; /* next entry on list */ member in struct:protob

Completed in 138 milliseconds

1234567891011>>