Searched refs:next (Results 1001 - 1025 of 2472) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c124 struct Push_s* next; /* next string */ member in struct:Push_s
125 char* ob; /* next char in old string */
127 char* nb; /* next char in new string */
248 C("If the next argument is \b--\b\aoption\a then list \
419 psp = psp->next;
426 * skip over line space to the next token
430 next(register char* s, int version) function
453 * past skips past the terminator to the next token
542 return past && *(s - 1) ? next(
[all...]
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgsbbc.c760 for (sp = sgsbbc_instances; sp != NULL; sp = sp->next) {
772 softsp->next = sgsbbc_instances;
782 for (sp = sgsbbc_instances; sp != NULL; sp = sp->next) {
784 if (sp->next != NULL) {
785 sp->next->prev = sp->prev;
788 sp->prev->next = sp->next;
791 sgsbbc_instances = sp->next;
H A Dsbdp.c515 wnodep->next = wnodep->prev = NULL;
539 wnodep->next = wnodep->prev = NULL;
629 cur = cur->next) {
661 cur->next = wnodep;
688 cur->next = wnodep->next;
689 if (wnodep->next != NULL)
690 wnodep->next->prev = cur;
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dmct_topology.h209 struct fru_options *next; member in struct:fru_options
229 struct fru_info *next; member in struct:fru_info
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dllib-llpmsg46 struct mque *next;
/illumos-gate/usr/src/uts/common/sys/
H A Dflock.h159 struct filock *next; member in struct:filock
170 struct grant_lock *next; member in struct:grant_lock
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_raid_resync.c117 for (p = nlp; (p != NULL); p = p->next) {
/illumos-gate/usr/src/lib/passwdutil/
H A D__set_authtoken_attr.c50 for (p = items; p != NULL; p = p->next) {
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotManager.c161 next_session = session->next;
172 next_session = session->next;
412 tmp_session = tmp_session->next;
539 pool->active_list_head->next == NULL)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.h90 struct session *next; /* points to next session on the list */ member in struct:session
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_get.c35 buf->bound - buf->next + 1 <= 0) {
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_hashitem.h50 struct __nis_item_item *next; member in struct:__nis_item_item
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim.h84 struct map_id_elt *next; member in struct:map_id_elt
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dlibdevinfo_sun4u.c332 prop->next = temp;
334 prop->next = NULL;
399 prop->next = temp;
402 prop->next = NULL;
/illumos-gate/usr/src/lib/librcm/
H A Dlibrcm_impl.h139 struct rcm_info *next; member in struct:rcm_info
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dnul_ng.c76 ng->next = ng_next;
H A Dutil.c91 while ((grp = (*this->next)(this)) != NULL) {
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfex_log.c100 struct exc_list *next; member in struct:exc_list
129 for (l = list; l; ll = l, l = l->next) {
153 l->next = NULL;
163 ll->next = l;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DDecisionHistory.java94 * resource until the next utilization sample is taken,
95 * so the next solve() may then reocrd the improvement.
534 String dk = (String)it.next();
559 Resource res = (Resource)it.next();
589 decision = (Decision)it.next();
616 String decisionKey = (String)it.next();
/illumos-gate/usr/src/cmd/power/
H A Dparse.c353 char *next, *lf; local
356 next = line;
357 while ((lf = strchr(next, '\n')) != NULL) {
361 next = lf + 1;
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_cpu_p4.c86 uintptr_t next; local
89 if ((next = mdb_dis_ins2str(mdb.m_disasm, mdb.m_target,
113 if (next == addr)
116 addr = next;
/illumos-gate/usr/src/cmd/modload/
H A Daddrem.h98 struct drvmod_dir *next; member in struct:drvmod_dir
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_msgfmt.h107 struct catalog *next; /* next catalog */ member in struct:catalog
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c102 ind_listp = ind_listp->next;
175 rulelist = rulelist->next;
205 actions = actions->next;
300 diskp = diskp->next;
H A Dutil.h68 struct q_node *next; member in struct:q_node

Completed in 146 milliseconds

<<41424344454647484950>>