/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | lfind.c | 51 register POINTER next = base + *nelp * width; /* End of table */ local 53 for ( ; base < next; base += width)
|
H A D | lsearch.c | 51 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 D | exit.c | 33 struct handlers *next; member in struct:handlers 51 _exit_handlers = h->next;
|
H A D | on_exit.c | 35 struct handlers *next; member in struct:handlers 52 h->next = _exit_handlers;
|
/illumos-gate/usr/src/cmd/krb5/kadmin/ktutil/ |
H A D | ktutil.h | 49 struct _krb5_kt_list *next; member in struct:_krb5_kt_list
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceLocationEnumeration.java | 48 Object next() throws ServiceLocationException; method in interface:ServiceLocationEnumeration
|
H A D | ServiceLocationEnumerator.java | 41 * 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 D | pkdefs.c | 36 char next[8] ={ 1,2,3,4,5,6,7,0}; /* packet sequence numbers */ variable
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_cfg.h | 37 struct ctrl_node *next; member in struct:ctrl_node
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wdelch.c | 57 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 D | wdelch.c | 61 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 D | nsc_hash.h | 34 struct hash_node_s *next; member in struct:hash_node_s
|
/illumos-gate/usr/src/cmd/ndmpd/include/ |
H A D | cstack.h | 58 struct cstack *next; member in struct:cstack
|
/illumos-gate/usr/src/uts/common/sys/scsi/impl/ |
H A D | scsi_reset_notify.h | 51 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 D | error_table.h | 17 /*@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 D | chg_page.c | 41 /* 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 D | Parser.h | 52 PathDef *next; member in struct:PathDef 54 ~PathDef() { delete next; }
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | lfind.c | 61 char *next = base + *nelp * width; /* End of table */ local 63 for (; base < next; base += width)
|
H A D | lsearch.c | 60 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 D | tmem.c | 63 void *buf, *next; local 80 next = *(void **)buf; 82 buf = next;
|
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/ |
H A D | table.h | 44 tablelist next; member in struct:tablenode
|
/illumos-gate/usr/src/cmd/eeprom/i386/ |
H A D | benv.h | 48 struct eplist *next; member in struct:eplist
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config_impl.h | 42 struct config *next; member in struct:config
|
/illumos-gate/usr/src/cmd/audio/include/ |
H A D | AudioList.h | 47 AudioListEntry* next; // pointer to next in list member in class:AudioList::AudioListEntry
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_tbind.h | 58 struct protob *next; /* next entry on list */ member in struct:protob
|