Searched defs:next (Results 426 - 450 of 577) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdllink.c484 dladm_mac_dev_t *dmdp, *next; local
498 for (dmdp = dmw.dmd_dev_list; dmdp != NULL; dmdp = next) {
499 next = dmdp->dm_next;
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dform.h50 PTF_int next; /* enumerate next value */ member in struct:typenode
167 #define REQ_NEXT_PAGE (KEY_MAX + 1) /* move to next page */
172 #define REQ_NEXT_FIELD (KEY_MAX + 5) /* move to next field */
176 #define REQ_SNEXT_FIELD (KEY_MAX + 9) /* move to sorted next field */
185 #define REQ_NEXT_CHAR (KEY_MAX + 17) /* move to next char in field */
187 #define REQ_NEXT_LINE (KEY_MAX + 19) /* move to next line in field */
189 #define REQ_NEXT_WORD (KEY_MAX + 21) /* move to next word in field */
228 #define REQ_NEXT_CHOICE (KEY_MAX + 56) /* display next field choice */
/osnet-11/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c345 /* find the next section or return NODENOTFOUND */
347 find_next_section(picl_nodehdl_t current, picl_nodehdl_t *next) argument
359 *next = rc_next;
365 return (find_next_section(rc_next, next));
787 /* get the next tag */
/osnet-11/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c356 /* find the next section or return NODENOTFOUND */
358 find_next_section(picl_nodehdl_t current, picl_nodehdl_t *next) argument
370 *next = rc_next;
376 return (find_next_section(rc_next, next));
799 /* get the next tag */
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c56 struct target_elem *next; member in struct:target_elem
381 char *prev, *next; local
397 next = strchr(&devpath[1], '/');
398 for (prev = devpath; next != NULL; next = strchr(&prev[1], '/')) {
400 prev = next;
401 i_iov_dprintf("prev:%s, next:%s, %s\n", prev, next, &prev[1]);
707 /* try to find next slash */
901 new->next
[all...]
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h78 struct PROPERTY *next; member in struct:PROPERTY
82 struct RESOURCE *next; member in struct:RESOURCE
166 struct ERROR_FRAME *next; member in struct:ERROR_FRAME
/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/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c791 int i, req, next = 0; local
793 if (ktypes[req] == request.ktype[next]) {
794 next++;
797 for (i = next + 1; i < request.nktypes; i++)
804 t = request.ktype[next];
805 request.ktype[next] = request.ktype[i];
807 next++;
813 request.ktype[next] = 0;
814 request.nktypes = next;
1981 /* Return error code, or continue with next iteratio
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c367 struct linux_ipv6_addr_list *next; member in struct:linux_ipv6_addr_list
419 nw->next = lst;
598 /* mark for next pass */
769 /* mark for next pass */
984 /* mark for next pass */
1027 for (lx_v6 = linux_ipv6_addrs; lx_v6; lx_v6 = lx_v6->next)
1051 for (lx_v6 = linux_ipv6_addrs; lx_v6; lx_v6 = lx_v6->next)
1063 lx_v6 = linux_ipv6_addrs->next;
1269 char *cp = *iter, *next, *current; local
1276 for (cp = *iter, next
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c607 entry->next = krb5int_fac.data;
641 *fpp = fp->next;
646 fpp = &(*fpp)->next;
649 for (fp = krb5int_fac.data; fp; fp = fp->next) {
695 because the next lookup may not use the same constraints as
831 struct addrinfo *next; local
833 next = ai->ai_next;
839 ai = next;
/osnet-11/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c183 *next; member in struct:hba_library_info
243 *next; member in struct:hba_tgtadapter_info
316 lib_infop = lib_infop->next) {
351 adapt_infop = adapt_infop->next) {
390 adapt_infop->next = _hbaapi_tgtadapterlist;
422 adapt_infop = adapt_infop->next) {
459 adapt_infop = adapt_infop->next) {
508 lib_infop = lib_infop->next) {
561 lib_infop = lib_infop->next) {
752 *next; member in struct:hba_npivadaptercallback_elem
[all...]
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils.c480 for (adh = host_head; adh != NULL; adh = adh->next) {
557 p = p->next;
564 p = prev->next;
693 for (adh = host_head, tries = 0; adh != NULL; adh = adh->next) {
706 * Begin round-robin at the next DS in the list after the last
714 * Round-robin -- pick the next one on the list; if the list
722 if (adh == NULL || (adh = adh->next) == NULL)
781 for (p = host_head; p != NULL; p = p->next) {
818 new->next = host_head;
845 for (p = &host_head; *p != NULL; p = &((*p)->next)) {
1090 adutils_entry_t *e, *next; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dahci.c123 struct grub_ahci_device *next; member in struct:grub_ahci_device
405 for (dev = grub_ahci_devices; dev; dev = dev->next)
441 for (pdev = &grub_ahci_devices; *pdev; pdev = &((*pdev)->next))
446 *pdev = (*pdev)->next;
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c226 /* Open the next section in the file.
820 node->next = grub_font_list;
834 cur; nextp = &cur->next, cur = cur->next)
838 *nextp = cur->next;
857 for (node = grub_font_list; node; node = node->next)
918 descent of one line and the ascent of the next line. This is included
995 /* Keep track of next node, in case there's an I/O error in
997 struct grub_font_node *next; local
1016 for (node = grub_font_list; node; node = next)
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dhfs.c61 grub_uint32_t next; member in struct:grub_hfs_node
227 /* Try the next extent. */
658 iterating to the next node. For every records, call NODE_HOOK. */
720 idx = grub_be_to_cpu32 (node.node.next);
803 int next = 0;
823 next = grub_be_to_cpu32 (hnd->next);
862 grub_hfs_iterate_records (data, 0, next, 1, it_dir);
1072 char *next;
1105 next
802 int next = 0; local
1071 char *next; local
[all...]
H A Djfs.c82 grub_uint64_t next; member in struct:grub_jfs_treehead
109 /* Pointers to the previous and next tree headers of other nodes on
131 grub_uint8_t next; member in struct:grub_jfs_internal_dirent
141 grub_uint8_t next; member in struct:grub_jfs_leaf_dirent
153 grub_uint8_t next; member in struct:grub_jfs_leaf_next_dirent
477 /* Read in the next dirent from the directory described by DIRO. */
500 grub_disk_addr_t next;
508 next = grub_le_to_cpu64 (diro->dirpage->header.nextb);
509 next <<= (grub_le_to_cpu16 (diro->data->sblock.log2_blksz)
512 if (grub_disk_read (diro->data->disk, next,
499 grub_disk_addr_t next; local
625 char *next; local
[all...]
H A Dufs.c434 char *next;
449 next = grub_strchr (name, '/');
450 if (next)
452 next[0] = '\0';
453 next++;
495 if (!next)
500 name = next;
501 next = grub_strchr (name, '/');
502 if (next)
504 next[
433 char *next; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c652 struct linux_partition_cache *next; member in struct:linux_partition_cache
695 for (cache = linux_partition_cache_list; cache; cache = cache->next)
1124 .next = 0
1297 void *next = NULL; local
1312 next = dm_get_next_target(dmt, next, &start, &length,
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmisc.c339 next word (or the end of string) and "reset" the needle. */
1161 struct grub_preboot *next; member in struct:grub_preboot
1173 for (cur = preboots_head; cur; cur = cur->next)
1222 for (cur = preboots_head; cur && cur->prio > prio; cur = cur->next);
1226 new_preboot->next = cur;
1232 new_preboot->next = 0;
1237 new_preboot->prev->next = new_preboot;
1249 if (preb->next)
1250 preb->next->prev = preb->prev;
1254 preb->prev->next
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd.c112 struct gcry_md_list *next; member in struct:gcry_md_list
549 for (entry = h->list; entry; entry = entry->next)
596 entry->next = h->list;
675 for (ar = a->list; ar; ar = ar->next)
694 br->next = b->list;
737 for (r = a->ctx->list; r; r = r->next)
757 r2 = r->next;
795 for (r = a->ctx->list; r; r = r->next)
821 for (r = a->ctx->list; r; r = r->next)
952 if (r && r->next)
[all...]
H A Dprimegen.c138 struct primepool_s *next;
159 for (n=0, item = primepool; item; item = item->next, n++)
168 for (i=0, item2 = primepool; item2; item2 = item2->next)
188 item->next = primepool;
205 for (item = primepool; item; item = item->next)
486 /* Get next permutation. */
532 /* Generate next prime candidate:
991 modified array with the next permutation of M elements. Note, that
1539 requirement for the next round is to update offset by N,
1782 the next roun
137 struct primepool_s *next; member in struct:primepool_s
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dprimegen.c137 struct primepool_s *next;
158 for (n=0, item = primepool; item; item = item->next, n++)
167 for (i=0, item2 = primepool; item2; item2 = item2->next)
187 item->next = primepool;
204 for (item = primepool; item; item = item->next)
485 /* Get next permutation. */
531 /* Generate next prime candidate:
990 modified array with the next permutation of M elements. Note, that
1538 requirement for the next round is to update offset by N,
1781 the next roun
136 struct primepool_s *next; member in struct:primepool_s
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dxnu.c60 struct grub_xnu_devprop_device_descriptor *next; member in struct:grub_xnu_devprop_device_descriptor
214 struct property_descriptor *next; member in struct:property_descriptor
256 prop = prop->next;
414 dev2 = dev1->next;
437 for (device = devices; device; device = device->next)
443 for (propdesc = device->properties; propdesc; propdesc = propdesc->next)
508 propdesc = propdesc->next;
515 device = device->next;
/osnet-11/usr/src/grub/grub2/grub-core/loader/ia64/efi/
H A Dlinux.c75 grub_uint64_t next; member in struct:ia64_boot_payload
216 next_payload = (struct ia64_boot_payload *)payload->next;
364 /* See you next boot. */
710 payload->next = 0;
713 last_payload->next = (grub_uint64_t)payload;
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dtcp.c34 struct unacked *next; member in struct:unacked
52 struct grub_net_tcp_socket *next; member in struct:grub_net_tcp_socket
83 struct grub_net_tcp_listen *next; member in struct:grub_net_tcp_listen
167 struct unacked *unack, *next; local
172 for (unack = sock->unack_first; unack; unack = next)
174 next = unack->next;
212 unack->next = NULL;
219 socket->unack_last->next = unack;
368 for (unack = sock->unack_first; unack; unack = unack->next)
819 struct unacked *unack, *next; local
[all...]

Completed in 2425 milliseconds

<<11121314151617181920>>