Searched refs:next (Results 751 - 775 of 1144) sorted by relevance

<<31323334353637383940>>

/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c435 /* Fetch next label in domain name. */
948 goto next;
953 goto next;
954 /* Is next root for both ? */
959 goto next;
969 next: ;
/osnet-11/usr/src/lib/librstp/common/
H A Dbase.h163 WHAT->next = LIST; \
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcommon.c271 /* output is only valid until next call to sasl_encode or sasl_encodev */
297 /* output is only valid until next call to sasl_encode or sasl_encodev */
366 /* output is only valid until next call to sasl_decode */
1312 struct reg_list *next; member in struct:reg_list
1324 for (r = reg_list_base; r != NULL; r = r->next) {
1331 reg_list_base = reg_list_base->next;
1333 prev->next = r->next;
1350 r->next = reg_list_base;
1718 * %m will parse the value in the next argumen
2706 reg_list_t *next; local
[all...]
/osnet-11/usr/src/lib/libshell/common/include/
H A Dedit.h74 struct Histmatch *next; member in struct:Histmatch
190 #define ULNEXT -7 /* user next literal char synonym */
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictlog.cc59 next = NULL;
186 * Return the next element in current log; return NULL if end of log or error.
H A Dnisdb_rw.h147 struct __nisdb_rwlock *next; /* Next reader record */ member in struct:__nisdb_rwlock
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dnetname.c216 for (look = conf->lookups; look; look = look->next) {
/osnet-11/usr/src/lib/libpkg/common/
H A Dtputcfent.c183 pinfo = pinfo->next;
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp.h81 struct sdp_list *next; member in struct:sdp_list
/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc_impl.h56 cpc_request_t *cr_next; /* next request in set */
132 struct __cpc_strhash *next; member in struct:__cpc_strhash
/osnet-11/usr/src/lib/libeti/form/common/
H A Dllib-lform64 set_fieldtype_choice(t, next, prev)
66 PTF_int next;
/osnet-11/usr/src/lib/libfdisk/common/
H A Dlibfdisk.h114 * and size of the next extended partition. The offsets are relative to
181 * This pointer points to the next extended partition in the order
184 struct logical_drive *next; member in struct:logical_drive
187 * This pointer points to the next extended partition in a sorted list
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c145 lptr = lptr->next;
475 tmp_list->next = NULL;
479 tmp_list->next = g_raw->segs;
645 tmp_list = tmp_list->next;
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dupload.c119 for (p = d->properties; p; p = p->next) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c290 prf_file_t p, next; local
296 for (p = profile->first_file; p; p = next) {
297 next = p->next;
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Duhci.c86 /* Queue head link pointer which points to the next queue head. */
101 /* Pointer to the next TD in the list. */
141 struct grub_uhci *next; member in struct:grub_uhci
310 /* Point to the next QH. */
347 u->next = uhci;
691 for (u = uhci; u; u = u->next)
853 for (u = uhci; u; u = u->next)
/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;
H A Ddmraid_nvidia.c162 .next = 0
H A Dmdraid1x_linux.c236 .next = 0
H A Dmdraid_linux.c237 .next = 0
/osnet-11/usr/src/grub/grub2/grub-core/disk/ieee1275/
H A Dnand.c209 .next = 0
/osnet-11/usr/src/grub/grub2/grub-core/kern/powerpc/
H A Ddl.c127 for (seg = mod->segment; seg; seg = seg->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 Dbootp.c535 ifaces[j].next = &ifaces[j+1];
537 ifaces[j].prev = &ifaces[j-1].next;
553 ifaces[ncards - 1].next = grub_net_network_level_interfaces;
555 grub_net_network_level_interfaces->prev = & ifaces[ncards - 1].next;
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dauth.c30 struct grub_auth_user *next; member in struct:grub_auth_user

Completed in 140 milliseconds

<<31323334353637383940>>