Searched defs:next (Results 551 - 575 of 577) sorted by relevance

<<21222324

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c52 struct did_list *next; member in struct:did_list
58 struct replicated_disk *next; member in struct:replicated_disk
300 * node, doing the appropriate old-tail-next-pointer bookkeeping.
364 * node, doing the appropriate old-tail-next-pointer bookkeeping.
403 tailp = tailp->next;
436 head = head->next;
476 repl_disk->next = *first_entry;
879 tmp_pnm->next = NULL;
882 tmp_pnm->next = *pnm;
900 tmp_pnm = tmp_pnm->next;
[all...]
H A Dmeta_sp.c99 struct sp_ext_node *ext_next; /* next element */
536 for (namep = cached_list; namep != NULL; namep = namep->next)
557 for (namep = spnlp; namep != NULL; namep = namep->next) {
571 /* not on the same device, check the next one */
928 * find the next node whose offset is greater than
959 sp_ext_node_t *next; local
965 next = ext->ext_next;
967 ext = next;
1292 * alloc_len (see next paragraph) until it reaches
1297 * (see next paragrap
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h286 struct attribute_info *next; member in struct:attribute_info
317 struct object *next; member in struct:object
343 CK_ULONG next_result_index; /* next result object to return */
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c117 struct impl_map_dev_prop *next; member in struct:impl_map_dev_prop
126 struct impl_map_dev *next; member in struct:impl_map_dev
294 * If it's found, continue to next path.
452 * adds a nwwn, pwwn entry to the next entry in wwn_list_found list
554 * wwn_list_p should point to the next
735 WWN_list_found *next = NULL; local
741 for (; *wwn_list_found != NULL; *wwn_list_found = next) {
742 next = (*wwn_list_found)->wwn_next;
751 WWN_list *next = NULL; local
758 for (; *wwn_list != NULL; *wwn_list = next) {
[all...]
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c959 * and setup for next mode.
1081 * modep: points to next mode in the string
1116 * search for the next security mode
1185 * using the next mode name in the list
2880 char *voltype, *next; local
2883 for (voltype = volfhtypes; !err && voltype != NULL; voltype = next) {
2885 next = strchr(voltype, ':');
2886 if (next != NULL)
2887 *next = '\0';
2899 if (next !
3817 struct exportfs_args *next; local
4187 struct def_file *next; member in struct:def_file
[all...]
/osnet-11/usr/src/lib/libsldap/common/
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
H A Dns_reads.c422 ns_ldap_range_attr_t *attr, *next; local
429 for (attr = (*info)->range_attr; attr != NULL; attr = next) {
434 next = attr->next;
443 * machine to collect the next range of the attribute values.
450 * the attribute's range value for the next search. Either
455 * readily used in the attribute list for the next
506 * generate the "attribute type + option" for the next search:
537 attr->next = info->range_attr;
540 for (attr = info->range_attr; attr != NULL; attr = attr->next) {
1343 ns_ldap_range_attr_t *prev, *next; local
4366 ns_ldap_cookie_t *c, *next; local
5745 resync_str(char *str, char *next, char c) argument
5785 char *next; local
5810 char *next; local
5929 char *next; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c89 * chunk size - space for type (1) - space for next pointer (2)
257 struct zfs_mount_cache *next; member in struct:zfs_mount_cache
268 struct zfs_dev_ublock *next; member in struct:zfs_dev_ublock
276 struct zfs_dev_notzfs *next; member in struct:zfs_dev_notzfs
1074 for (dev_notzfs = zfs_dev_notzfs_list; dev_notzfs != NULL; dev_notzfs = dev_notzfs->next)
1110 for (dev_ub = zfs_dev_ublock_list; dev_ub != NULL; dev_ub = dev_ub->next)
1189 dev_ub->next = zfs_dev_ublock_list;
1191 dev_ub->next = NULL;
1229 dev_notzfs->next = zfs_dev_notzfs_list;
1231 dev_notzfs->next
2915 struct dnode_chain *next; member in struct:dnode_chain
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c3706 /* server disappeared, try reopen on next search */
7164 struct ns_map_list *next; member in struct:ns_map_list
7175 for (ns_map = ns_maps; ns_map != NULL; ns_map = ns_map->next)
7188 ns_map->next = ns_maps;
7709 /* couldn't connect.... try next address */
7719 /* try next address */
7851 MAP *next; local
7859 next = smap->socket_map_next;
7861 smap = next;
H A Dqueue.c68 struct work *w_next; /* next in queue */
103 ** The number of queue groups that can be run on the next work run
1267 ** SCHEDULE_QUEUE_RUNS -- schedule the next queue run for a work group.
1430 ** maybe schedules next queue run.
1499 ** of the next queue group's additional queue runners (maximum)
1708 ** Set the head of the WorkQ to the next work item.
1829 sequenceno += seqjump; /* next sequence number */
2054 ** Find the next queue group within the work group that
2140 ** of the children to finish before moving on to the next
2308 ** so we get fresh map connections on the next looku
8389 ENVELOPE *ee, *next, *firstsibling; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2134 /* Get the next argument. */
3110 /* Try the next. */
4217 char *next;
4227 next = set_device (arg);
4228 if (! next)
4257 biasptr = skip_to (0, next);
4352 char *next;
4577 " `fallback' is used, next fallback entry is saved."
5364 char *next = skip_to (0, arg);
5392 arg = next;
4171 char *next; local
4304 char *next; local
5310 char *next = skip_to (0, arg); local
5467 char *next = skip_to (0, arg); local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c168 /* The next block assumes the buffer is at least 205 chars
311 nextkid = kid->op_sibling; /* Get before next freeing kid */
3674 /* if block is null, the next append_elem() would put UNSTACK, a scalar
3700 OP *next = 0; local
3737 next = LINKLIST(cont);
3741 if (!next)
3742 next = unstack;
3779 if (next)
3780 loop->op_nextop = next;
H A Dperlio.c696 *f = l->next;
723 l = l->next;
1160 l->next = *f;
2002 if (l->next) {
2003 l->flags |= l->next->flags &
3409 PerlIO *next = PerlIONext(f); local
3411 PerlIO_layer_fetch(aTHX_ layers, n - 1, PerlIOBase(next)->tab);
3413 next =
3415 next, narg, args);
3416 if (!next || (*PerlIOBas
[all...]
H A Dregcomp.c681 regnode *scan = *scanp, *next; local
700 next = scan + NODE_SZ_STR(scan);
707 if (OP(n) == TAIL || n > next)
711 next = n + NODE_STEP_REGNODE;
726 next = n + NODE_SZ_STR(n);
730 stop = next - 1;
791 /* Follow the next-chain of the current node and optimize
817 next = regnext(scan);
820 if (OP(next) == code || code == IFTHEN || code == SUSPEND) {
840 next
2640 register char *next; local
4533 register regnode *next; local
[all...]
H A Dtoke.c19 * The main routine is yylex(), which returns the next token.
109 * lexer for the next token. They all take an argument.
601 /* reset variables for next time we lex */
700 * - if we have a next token, then it's a list operator [why?]
701 * - if the next thing is an opening paren, then it's a function
728 * When the lexer realizes it knows the next token (for instance,
730 * to know what token to return the next time the lexer is called. Caller
749 * When the lexer knows the next thing is a word (for instance, it has
750 * just seen -> and it knows that the next char is a word char, then
751 * it calls S_force_word to stick the next wor
8018 char *next = pos; local
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c220 Bytef *pending_out; /* next pending byte to output to the stream */
796 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call
799 * empty block here, this will be done at next call. This also
984 /* Skip to next match if the match length cannot increase
1238 * for the next match, plus MIN_MATCH bytes to insert the
1239 * string following the next match.
1301 * matter since it will be recomputed at next deflate call.
1320 * no better match at the next window position.
1333 * for the next match, plus MIN_MATCH bytes to insert the
1334 * string following the next matc
3608 #define next macro
4078 #define next macro
4396 #define next macro
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h32 #define _next next
668 { Sfpool_t* next; member in struct:_sfpool_s
741 Fmt_t* next; /* stack frame pointer */ member in struct:_fmt_s
870 ((f)->endb = (f)->endr = (f)->endw = (f)->next = \
952 #define _SFAVAIL(f,s,n) ((n) = (f)->endb - ((s) = (f)->next) )
954 ((n) = SFFILBUF(f,-1), (s) = (f)->next, (n)) )
956 ((n) = SFFLSBUF(f,-1), (s) = (f)->next, (n)) )
962 #define SFSTRSIZE(f) { Sfoff_t s = (f)->next - (f)->data; \
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h267 struct __cleanup *next; /* pointer to next handler */ member in struct:__cleanup
838 struct _exthdlr *next; /* next in handler list */ member in struct:_exthdlr
/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/libsqlite/tool/
H A Dlemon.c163 struct rule *next; /* Next rule in the global list */ member in struct:rule
182 struct config *next; /* Next configuration in the state */ member in struct:config
183 struct config *bp; /* The next basis configuration */
203 struct action *next; /* Next action for this state */ member in struct:action
225 struct plink *next; /* The next propagate link */ member in struct:plink
344 for(i=0; i<amt-1; i++) freelist[i].next = &freelist[i+1];
345 freelist[amt-1].next = 0;
348 freelist = freelist->next;
372 ap = (struct action *)msort((char *)ap,(char **)&ap->next,actioncm
3760 struct s_x1node *next; /* Next entry with the same hash */ member in struct:s_x1node
3922 struct s_x2node *next; /* Next entry with the same hash */ member in struct:s_x2node
4128 struct s_x3node *next; /* Next entry with the same hash */ member in struct:s_x3node
4274 struct s_x4node *next; /* Next entry with the same hash */ member in struct:s_x4node
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c298 zpool_handle_t *next, *zph = hdl->libzfs_pool_handles; local
301 next = zph->zpool_next;
303 zph = next;
6148 * the next entry, so (*entryp)->pl_next is valid for iteration in either case
6295 nvpair_t *next = nvlist_next_nvpair(zhp->zfs_props, curr); local
6307 curr = next;
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c2570 char *next; local
2617 /* Fix up next pointers inside usage_t */
2618 next = (char *)usage;
2619 next += sizeof (struct zs_usage);
2622 usage->zsu_system = (struct zs_system *)next;
2623 next += sizeof (struct zs_system);
2627 zone = (struct zs_zone *)next;
2629 next += sizeof (struct zs_zone);
2636 pset = (struct zs_pset *)next;
2638 next
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h119 struct _DL_NODE *next; member in struct:_DL_NODE
392 struct mech_list_item *next; member in struct:mech_list_item
/osnet-11/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c228 *next; member in struct:hba_library_info
294 *next; member in struct:hba_adapter_info
315 *next; member in struct:hba_vendorcallback_elem
327 *next; member in struct:hba_adaptercallback_elem
336 *next; member in struct:hba_alladapterscallback_elem
443 lib_infop = lib_infop->next) {
483 vnext = vhlp->next;
524 for (cbp = **listp; cbp != NULL; cbp = cbp->next) {
526 lastp = &(cbp->next);
536 *lastp = cbp->next;
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c4588 scf_value_t *v, *next; local
4605 for (v = cur->entry_head; v != NULL; v = next) {
4606 next = v->value_next;
7127 scf_match_t *next, *prev; local
7133 match = next) {
7135 next = match->sm_next;
7904 scf_matchkey_t *key, *next; local
7909 key = next) {
7911 next = key->sk_next;
7924 scf_match_t *match, *next; local
[all...]

Completed in 342 milliseconds

<<21222324