Searched refs:next (Results 876 - 900 of 1144) sorted by relevance

<<31323334353637383940>>

/osnet-11/usr/src/lib/librstp/common/
H A Dtopoch.c79 for (tmp = port->owner->ports; tmp; tmp = tmp->next) {
/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h374 * set, the next audit record will be preceded by an ADT_smf_annotation
455 struct scf_propvec_mval *next; member in struct:scf_propvec_mval
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dwhence.c185 /* built-ins and functions next */
257 /* tracked aliases next */
270 pp = pp->next;
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c48 #define HIST_CMDNO 0202 /* next 3 bytes give command number */
552 * position history file at size and find next command number
1138 Histloc_t next; local
1171 next.hist_line = line;
1172 next.hist_command = command;
1173 return(next);
/osnet-11/usr/src/lib/libshell/common/include/
H A Dnval.h76 Namfun_t *next; member in struct:Namfun
208 #define NV_ANEXT 3 /* advance to next subscript */
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c52 struct _objlist *next; member in struct:_objlist
347 head = head->next;
455 *newlist = (*curr)->next;
456 *prev = (*curr)->next;
460 (*prev)->next = (*curr)->next;
462 *curr = (*prev)->next;
541 * If no match, move on to the next one
553 newlist->next = NULL;
556 tail->next
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c223 for (lkp = conf->lookups; lkp != NULL; lkp = lkp->next) {
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex.cc465 * Returns the next entry in the table after 'previous' by setting 'answer' to
467 * valid and next entry is found; DB_NOTFOUND otherwise. Sets 'where' to
468 * location of where entry is found for input as subsequent 'next' operation.
471 db_mindex::next(entryp previous, entryp *where, entry_object **answer) function in class:db_mindex
475 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::next");
476 READLOCK2(table, DB_LOCK_ERROR, "r db_mindex::next", this);
487 "ru db_mindex::next", "ru table db_mindex::next");
496 save_next = curr->next;
524 * the results of the first/next quer
581 db_mindex::next(db_next_index_desc *previous, db_next_index_desc **where, function in class:db_mindex
[all...]
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c438 for (it = ldapMappingList.keys[i]; NULL != it; it = it->next) {
718 for (flag = 0; t != 0 && search_flag != FAILURE; t = t->next) {
738 objectDN = objectDN->next) {
995 for (it = ldapMappingList.keys[i]; NULL != it; it = it->next) {
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.h78 struct ext2_buffer_head *next; member in struct:ext2_buffer_head
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dloop.c301 .next = NULL,
/osnet-11/usr/src/lib/libpkg/common/
H A Ddstream.c92 struct dstoc *next; member in struct:dstoc
145 toc_pt = toc_pt->next;
231 * on the next volume.
472 tail->next = toc_pt;
560 ds_toc = ds_toc->next;
H A Dgpkglist.c69 * Allocate memory for the next package name. This function attempts the
174 chp = chp->next;
H A Dsrchcfile.c98 * - If path is "*", then the next entry is returned;
99 * the next entry always matches this path
112 * next entry is returned - 0 is returned when no more
119 * allocated and will be overwritten on the next call.
121 * statically allocated and will be overwritten on the next call.
230 /* determine first character of the next entry */
396 lastpinfo->next = pinfo; /* link list */
/osnet-11/usr/src/lib/libcmd/common/
H A Djoin.c353 goto next;
378 next:
711 next:
726 goto next;
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dbus.c153 bp = bp->next;
H A Dcontroller.c195 cp = cp->next;
H A Dpath.c166 cp = cp->next;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_dof.c709 const dt_stmt_t *next = stp; local
768 if ((next = dt_list_next(next)) != NULL)
769 sdp = next->ds_desc;
/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c58 struct fm_dc_prop *next; member in struct:fm_dc_handle::fm_dc_prop
103 char *parseptr; /* next unparsed character in buffer */
285 propp->next = dhp->props;
341 props = props->next;
576 for (props = dhp->props; props; props = props->next)
953 * nextlhs -- return next left-hand-side of name=value pair, or NULL
962 * gets called, we continue looking for the next lhs *after* any
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfsplus.c87 grub_uint32_t next; member in struct:grub_hfsplus_btnode
276 FILEBLOCK to the next block. */
365 /* The block wasn't found. Perhaps the next iteration will find
629 if (! first_node->next)
633 (grub_be_to_cpu32 (first_node->next)
638 /* Don't skip any record in the next iteration. */
1091 .next = 0
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp.h196 starting at (STATE->argv + STATE->next). If success is returned, but
197 STATE->next left untouched, it's assumed that all arguments were consume,
198 otherwise, the parser should adjust STATE->next to reflect any arguments
331 /* The index in ARGV of the next arg that to be parsed. May be modified. */
332 int next;
328 int next; member in struct:argp_state
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dbufio.c211 .next = 0
/osnet-11/usr/src/grub/grub2/grub-core/video/emu/
H A Dsdl.c231 .next = 0
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dieee1275.c268 .next = 0

Completed in 146 milliseconds

<<31323334353637383940>>