Searched refs:next (Results 1201 - 1225 of 2472) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dgetcwd.c50 struct dirlist* next; /* next component */
67 d = d->next;
95 p->next = d;
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_bcast.c622 mac_mcast_addrs_t *grp, *next; local
633 for (grp = mip->mi_mcast_addrs; grp != NULL; grp = next) {
635 * Save the next pointer just in case the refresh
641 next = grp->mma_next;
654 mac_mcast_addrs_t *grp, *next; local
666 for (grp = mcip->mci_mcast_addrs; grp != NULL; grp = next) {
668 * Save the next pointer just in case the refresh
674 next = grp->mma_next;
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c517 sdev_nc_node_t *lp, *next; local
528 for (lp = list_head(&ncl->ncl_list); lp; lp = next) {
529 next = list_next(&ncl->ncl_list, lp);
894 sdev_nc_node_t *next; local
898 for (lp = list_head(&ncl->ncl_list); lp; lp = next) {
899 next = list_next(&ncl->ncl_list, lp);
H A Dsdev_netops.c250 sdev_node_t *dv, *next; local
259 for (dv = SDEV_FIRST_ENTRY(ddv); dv; dv = next) {
260 next = SDEV_NEXT_ENTRY(ddv, dv);
H A Dsdev_ptsops.c223 struct sdev_node *dv, *next = NULL; local
236 for (dv = SDEV_FIRST_ENTRY(ddv); dv; dv = next) {
237 next = SDEV_NEXT_ENTRY(ddv, dv);
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c329 struct aio_trans *next; member in struct:aio_trans
368 struct bufhdr *next; member in struct:bufhdr
1541 * overwritten by the rdfs() of the superblock in the next line.
1915 goto next;
1950 goto next;
1973 next:
2460 * The next line limits a UFS file system to the maximum
2719 * to the next rotational position.
2999 prev->next = pbuf;
3009 while (bufhead->next
4297 struct csfrag *next; /* next entry */ member in struct:csfrag
[all...]
/illumos-gate/usr/src/cmd/oawk/
H A Dtran.c116 CELL *cp, **tp, *next; local
124 for (cp = tp[i]; cp != NULL; cp = next) {
125 next = cp->nextval;
218 * fields out for the next record.
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java250 StatisticListener l = (StatisticListener)listIt.next();
269 StatisticListener l = (StatisticListener)listIt.next();
532 ((AggregateStatistic)it.next())).getValue();
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_bank.c348 cmd_bank_t *bank, *next; local
350 for (bank = cmd_list_next(&cmd.cmd_banks); bank != NULL; bank = next) {
351 next = cmd_list_next(bank);
/illumos-gate/usr/src/cmd/fm/schemes/mem/sparc/
H A Dmem_disc.c340 mem_path_map_t *next; local
342 for (/* */; pm != NULL; pm = next) {
343 next = pm->pm_next;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstab.c380 goto next; /* not expired */
386 goto next; /* not expired */
414 next:
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c557 ipmgmt_pif_t *pif, *next; local
560 for (pif = ngz_pifs; pif != NULL; pif = next) {
561 next = pif->pif_next;
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c68 struct link *next; member in struct:link
346 char *next_dir; /* next directory in targ_name */
478 for (link = firstlink; link; link = link->next) {
495 lastlink->next = new;
/illumos-gate/usr/src/tools/stabs/
H A Dmain.c170 * field name and name of struct type needs to be included in the next line.
229 for (chp = np->child; chp != NULL; chp = chp->next) {
245 for (mlp = tdp->data.members.forw; mlp != NULL; mlp = mlp->next)
275 chp->next = np->child;
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h217 struct aac_slot *next; /* next slot in the free slot list */ member in struct:aac_slot
264 struct aac_cmd *next; member in struct:aac_cmd
360 struct aac_fib_context *next, *prev; member in struct:aac_fib_context
464 uint32_t time_sync; /* next time to sync with firmware */
465 uint32_t time_out; /* next time to check timeout */
466 uint32_t time_throttle; /* next time to restore throttle */
479 int aifq_idx; /* slot for next new AIF */
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c253 context->array[j].next = j+1;
269 context->array[context->proto_end[i]].next = 0;
615 context->proto_pending[type] = context->array[cid].next;
616 context->array[cid].next = 0;
632 context->proto_ffree[type] = context->array[cid].next;
633 context->array[cid].next = 0;
688 context->array[cid].next = pdev->context_info->proto_ffree[type];
793 pdev->context_info->array[cid].next = curr_cid;
870 next_cid = pdev->context_info->array[cid].next;
872 pdev->context_info->array[prev_cid].next
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dadb_openclose.c47 struct _locklist *next; member in struct:_locklist
190 * never removed; it will just be reinitialized the next time
200 lockp = lockp->next;
210 lockp->next = locklist;
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmmopen.c62 { struct _user_s* next; /* link list */ member in struct:_user_s
303 for(u = mmvm->user; u; u = u->next)
318 u->next = mmvm->user;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc_impl.h353 uint64_t next_cookie; /* Index to next cookie */
383 struct ldc_mhdl *next; /* Next memory handle */ member in struct:ldc_mhdl
403 struct ldc_dring *next; /* Next dring overall */ member in struct:ldc_dring
414 ldc_chan_t *next; /* Next channel */ member in struct:ldc_chan
477 /* next read */
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h371 struct fc_resource *next; member in struct:fc_resource
403 struct fc_phandle_entry *next; member in struct:fc_phandle_entry
450 void *next_handle; /* next handle in chain */
542 * The 'next' and 'busy' fields are protected by a mutex.
546 struct fc_request *next; /* Next in chain (private) */ member in struct:fc_request
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_lookup.c121 next:
136 * Process the next component of the pathname.
340 goto next;
457 goto next;
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc281 dpp = &(*dpp)->next);
283 dp->next = NULL;
511 target.next = depes.next = NULL;
518 * next line.
909 for (nvp = &target; nvp != NULL; nvp = nvp->next) {
912 for (nvp = &depes; nvp != NULL; nvp = nvp->next) {
1287 command->next = NULL;
1682 /* next line.) We end up here after having read a "targets : dependencies" */
1687 /* First check if the first char on the next lin
[all...]
H A Dstate.cc243 * we can go to the next one.
258 dependency = dependency->next) {
301 dependency = dependency->next) {
328 cp = cp->next) {
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_svc.c394 pool[ix].next = head;
409 for (mbind = mxa->binding_list; mbind; mbind = mbind->next) {
424 for (mbind = mxa->binding_list; mbind; mbind = mbind->next) {
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_page.c284 gmem_page_t *page, *next; local
286 for (page = gmem_list_next(&gmem.gm_pages); page != NULL; page = next) {
287 next = gmem_list_next(page);

Completed in 227 milliseconds

<<41424344454647484950>>