Searched refs:next (Results 826 - 850 of 1144) sorted by relevance

<<31323334353637383940>>

/osnet-11/usr/src/lib/hal/libhal/common/
H A Dlibhal.c216 LibHalProperty *next; /**< Next property or NULL if this is member in struct:LibHalProperty_s
474 p->next = NULL;
480 p_last->next = p;
537 q = p->next;
561 for (p = set->properties_head; p != NULL; p = p->next)
575 for (p = set->properties_head; p != NULL; p = p->next)
784 * Advance iterator to next property.
790 iter->cur_prop = iter->cur_prop->next;
3733 LibHalChangeSetElement *next; member in struct:LibHalChangeSetElement_s
3781 elem->next
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dlocaltime.c213 struct state *next; /* next state */ member in struct:state
509 cur = cur->next;
535 cur = cur->next;
538 new->next = prv->next;
539 prv->next = new;
541 new->next = tzcache[hashid];
556 for (cur = tzcache[hashid]; cur != NULL; cur = cur->next) {
566 prv->next
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c1109 for (dnp1 = nlp; dnp1 != NULL; dnp1 = dnp1->next) {
1110 for (dnp2 = dnp1->next; dnp2 != NULL; dnp2 = dnp2->next) {
1377 nlp = nlp->next;
1396 for (nlp = db_nlp; nlp != NULL; nlp = nlp->next) {
1453 for (nlp = db_nlp; nlp != NULL; nlp = nlp->next) {
1485 for (nlp = db_nlp; nlp != NULL; nlp = nlp->next) {
1706 for (nlp = db_nlp; (nlp != NULL); nlp = nlp->next) {
1727 for (nlp = db_nlp; nlp != NULL; nlp = nlp->next) {
1742 for (nlp = db_nlp; nlp != NULL; nlp = nlp->next) {
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_common.c129 curEntry = curEntry->next;
1596 for (tmp_ref = referral->ref; tmp_ref->next != NULL;
1597 tmp_ref = tmp_ref->next)
1599 tmp_ref->next = ref;
1611 for (tmp_referral = *head; tmp_referral->next;
1612 tmp_referral = tmp_referral->next)
1614 tmp_referral->next = referral;
1646 tmp_ref = ref->next;
1668 tmp_referral = referral->next;
H A Dns_internal.h612 struct ns_referral *next; member in struct:ns_referral
617 struct ns_ref_info *next; member in struct:ns_ref_info
645 * the next ldap search.
656 * attribute name. 'next' points the structure tracking
657 * the next range attribute.
666 struct ns_ldap_range_attr *next; member in struct:ns_ldap_range_attr
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsubshell.c52 struct Link *next; member in struct:Link
222 for(lp=sp->svar; lp; lp = lp->next)
256 for(lp=sp->svar; lp;lp = lp->next)
288 lp->next = subshell_data->svar;
314 lq = lp->next;
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_table.cc98 /* Returns the next size to use for table */
108 newsize = tabsizes[n]; /* get next size */
133 nextentry = current->next;
153 head = head->next;
176 newentry->next = head;
214 current = current->next;
497 * 'where'. Return NULL in both if no next entry is found.
521 * Return the next entry in table from 'prev', also return its position in
522 * 'newentry'. Return NULL in both if no next entry is found.
790 odn = (__nis_object_dn_t *)odn->next;
[all...]
H A Dnis_parse_ldap_util.c79 t1 = t->next;
450 obj_dn = obj_dn->next;
616 * Gets next line in buffer - using '\' at end of line
808 t1 = t->next;
813 t2->next = t1;
814 t->next = t_del;
821 for (t = *table_mapping; t != NULL; t = t->next) {
847 objectDN = objectDN->next;
852 t1 = t->next;
864 for (t = *table_mapping; t != NULL; t = t->next) {
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c709 getnexttoken(char *next, char **nextp, char **tokenpp, char *tchar) argument
715 cp = next;
723 cp++; /* point to next character */
746 *cp++ = '\0'; /* terminate token, point to next */
747 *nextp = cp; /* set pointer to next character */
1030 struct mperm *mp, *next; local
1032 for (mp = mplist; mp != NULL; mp = next) {
1033 next = mp->mp_next;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_ident.c665 dt_ident_t *idp, *next; local
669 for (idp = dhp->dh_hash[i]; idp != NULL; idp = next) {
670 next = idp->di_next;
676 for (idp = dhp->dh_hash[i]; idp != NULL; idp = next) {
677 next = idp->di_next;
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c1374 char next = '\0'; local
1379 next = *(ptr + len);
1380 if (next == '\0' || isspace(next) || next ==',') {
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c59 /* next values are not for OHCI HW */
60 volatile struct grub_ohci_td *link_td; /* pointer to next free/chained TD
101 struct grub_ohci *next; member in struct:grub_ohci
451 o->next = ohci;
485 for (o = ohci; o; o = o->next)
539 /* Currently we simply take next ED in array, no allocation
560 o->td_free = (grub_ohci_td_t)ret->link_td; /* Advance to next free TD in chain */
768 /* Allocate next TD */
858 * : td_head = next TD after TD with error
915 * ED has skip bit set and halted or empty or after next SO
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c971 bin_tree_storage_t *storage, *next;
972 for (storage = dfa->str_tree_storage; storage; storage = next)
974 next = storage->next;
1003 Then we add epsilon closures of the nodes which are the next nodes of
1150 /* Analyze the structure tree, and calculate "first", "next", "edest",
1399 node->left->next = node;
1402 node->left->next = node->right->first;
1403 node->right->next = node->next;
966 bin_tree_storage_t *storage, *next; local
1991 re_token_t next; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c272 for (i = 0; tmplp != NULL; tmplp = tmplp->next) {
505 listp->next = lap->listp;
671 listp->next = lap->listp;
762 listp->next = lap->listp;
908 tmplp = tmplp->next;
/osnet-11/usr/src/lib/libast/common/misc/
H A Dprocopen.c119 struct Mod_s* next; member in struct:Mod_s
248 m->next = proc->mods;
306 proc->mods = m->next;
310 proc->mods = m->next;
375 m = m->next;
/osnet-11/usr/src/lib/libast/common/port/
H A Dlc.c367 for (c = '@'; ap && s < e; ap = ap->next)
451 for (lc = lcs; lc; lc = lc->next)
717 ai->next = al;
727 ai->next = al;
808 lc->next = lcs;
/osnet-11/usr/src/lib/passwdutil/
H A Dldap_attr.c302 for (w = items; res == PWU_SUCCESS && w != NULL; w = w->next) {
495 list = list->next;
574 for (p = items; p != NULL; p = p->next) {
841 max_present(p->next) == 0)
875 * the next time [s]he logs in.
901 p->data.val_i != -1 && max_present(p->next) == 0)
/osnet-11/usr/src/lib/libproc/common/
H A DPzone.c65 struct lofs_mnttab *next; local
71 for (lmt = lofs_mnttab; lmt != NULL; lmt = next) {
72 next = lmt->l_next;
666 * around and check the next path component.
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c340 struct ctl_tran *this, *next; local
375 for (this = HEAD(ctx->tran); this != NULL; this = next) {
376 next = NEXT(this, link);
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ctx.c306 const char **next)
408 if (next)
409 *next = NULL;
304 smbfs_ctx_parseunc(struct smb_ctx *ctx, const char *unc, int minlevel, int maxlevel, int sharetype, const char **next) argument
/osnet-11/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c804 struct addrinfo *next; local
807 next = ai->ai_next;
813 ai = next;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/linux_swap/
H A Dlinux_swap.c722 .next = NULL,
729 .next = NULL,
736 .next = NULL,
/osnet-11/usr/src/lib/libcurses/screen/
H A Dsetupterm.c658 goto next;
664 goto next;
668 next:
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem_mdesc.c480 mem_dimm_map_t *dm, *next; local
486 for (dm = mem->mem_dm; dm != NULL; dm = next) {
487 next = dm->dm_next;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-probe.c96 tmp = list->next;
115 tmp = list->next;
285 tmp = list->next;

Completed in 219 milliseconds

<<31323334353637383940>>