Searched refs:next (Results 1 - 25 of 30) sorted by relevance

12

/solaris-userland/components/cups/patches/
H A D18104362.patch26 - d = (ppdcDriver *)src->drivers->next())
49 + d = (ppdcDriver *)src->drivers->next();
100 - for (d = (ppdcDriver *)src->drivers->first(); d; d = (ppdcDriver *)src->drivers->next())
101 - for (g = (ppdcGroup *)d->groups->first(); g; g = (ppdcGroup *)d->groups->next())
102 - for (o = (ppdcOption *)g->options->first(); o; o = (ppdcOption *)g->options->next())
112 - for (compo = (ppdcOption *)composite->options->first(); compo; compo = (ppdcOption *)composite->options->next())
117 - for (d = (ppdcDriver *)src->drivers->first(); d; d = (ppdcDriver *)src->drivers->next())
122 - size = (ppdcMediaSize *)d->sizes->next())
127 - compo = (ppdcOption *)composite->options->next())
132 - c = (ppdcChoice *)o->choices->next())
[all...]
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_2/
H A Ddemo_module_2.h42 struct fileTable* next; member in struct:fileTable
H A Ddemo_module_2.c56 while (fprt->next != NULL){
57 fprt = fprt->next;
59 fprt->next = (fileEntry *) malloc (sizeof(fileEntry));
60 fprt->next->findex = fprt->findex + 1;
61 fprt = fprt->next;
62 fprt->next = NULL;
69 fprt->next = NULL;
91 tempp = tempp->next;
103 fprt = fprt->next;
180 of your choice (from which you can find the next on
[all...]
/solaris-userland/components/krb5/Solaris/
H A Dg_utils.c43 char *name, *next; local
82 next = strchr(line, '#');
83 if (next)
84 *next = '\0';
98 next = qopname+1;
104 name = next;
114 next = num_str+1;
118 name = next;
H A Dprof_solaris.c343 prf_file_t p, next; local
349 for (p = profile->first_file; p; p = next) {
350 next = p->next;
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Ddsr.c37 struct nms *next; member in struct:nms
45 struct list_of_disks *next; member in struct:list_of_disks
93 p = p->next;
108 t = t->next;
212 list = list->next;
254 entry->next = (nms_t *)NULL;
257 entry->next = *list;
439 list = list->next;
454 list = list->next;
479 stuff = stuff->next;
[all...]
H A Dkr_iostat.c106 struct diskinfo *next; member in struct:diskinfo
169 struct disk_selection *next; member in struct:disk_selection
211 for (disk = firstdisk; disk; disk->next) {
339 disk = disk->next;
376 disk = disk->next;
629 zerodisk.next = NULLDISK;
639 lastdisk->next = snip;
665 if (disk->next)
666 disk = disk->next;
668 safe_zalloc((void **)&disk->next,
[all...]
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_5/
H A Ddemo_module_5.h48 struct fileTable* next; member in struct:fileTable
H A Ddemo_module_5.c158 of your choice (from which you can find the next one). This could
201 be updated to the next in the list. For example, if it was a
203 my_loop_context->next. The my_data_context pointer should be set
217 nextNode = nextNode->next;
257 for (request = requests; request; request = request->next) {
484 while (fprt->next != NULL) {
485 fprt = fprt->next;
487 fprt->next = (fileEntry *) malloc(sizeof(fileEntry));
488 fprt->next->findex = fprt->findex + 1;
489 fprt = fprt->next;
[all...]
/solaris-userland/components/libusb/wrapper/src/
H A Dwr_libusb.c202 /* go on to try read next module */
325 /* just try to load the next one */
337 /* try the next plugin */
361 for (busp = usb_busses; busp != NULL; busp = busp->next) {
416 devh = devh->next) {
452 devh->next = NULL;
455 while (curr_devh->next != NULL) {
456 curr_devh = curr_devh->next;
459 curr_devh->next = (dev_handles_t *)
461 if (curr_devh->next
[all...]
H A Dtestlibusb.c124 for (bus = usb_busses; bus; bus = bus->next) {
125 for (dev = bus->devices; dev; dev = dev->next) {
H A Dwr_libusb.h182 struct dev_handles *next; /* for linked list */ member in struct:dev_handles
H A Dusb.h256 struct usb_device *next, *prev; member in struct:usb_device
268 struct usb_bus *next, *prev; member in struct:usb_bus
/solaris-userland/components/rabbitmq/
H A Dtest.py86 ret = next((r for r in (test_ret, stopnode_ret, stopepmd_ret) if r > 0), 0)
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.h93 struct PK11_st_SESSION *next; member in struct:PK11_st_SESSION
198 struct PK11_active_st *next; member in struct:PK11_active_st
H A De_pk11_pub.c230 for (entry = active_list[type]; entry != NULL; entry = entry->next) {
270 entry->next = NULL;
275 entry->next = active_list[type];
297 prev_entry->next = entry->next;
298 if (entry->next != NULL) {
299 entry->next->prev = prev_entry;
302 active_list[type] = entry->next;
304 if (entry->next != NULL) {
305 entry->next
[all...]
H A De_pk11.c1545 freelist = sp->next;
1562 freelist = sp1->next;
1641 sp->next = NULL;
1659 * next time we will ask for a new session.
1681 sp->next = freelist;
1759 freelist = sp->next;
1942 local_free_session = sp->next;
2031 local_free_session = sp->next;
2099 local_free_session = sp->next;
2895 local_free_session = sp->next;
[all...]
/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c263 next_dev = dev->next;
266 next_new = new->next;
287 next_new = new->next;
297 next_dev = dev->next;
2181 dev->next = *list;
2182 dev->next->prev = dev;
2184 dev->next = NULL;
2198 dev->prev->next = dev->next;
2200 *list = dev->next;
2888 uchar_t *next = buf + buf[0]; local
[all...]
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_3/
H A Ddemo_module_3.c109 of your choice (from which you can find the next one). This could
151 be updated to the next in the list. For example, if it was a
153 my_loop_context->next. The my_data_context pointer should be set
198 for(request = requests; request; request = request->next) {
/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c321 struct dpif_solaris_port *port, *next; local
327 HMAP_FOR_EACH_SAFE(port, next, node, &dpif->ports) {
1147 struct dpif_solaris_port *port, *next; local
1150 HMAP_FOR_EACH_SAFE(port, next, node, &state->ports) {
1723 struct dpif_solaris_flow *solaris_flow, *next; local
1732 HMAP_FOR_EACH_SAFE(solaris_flow, next, node, &dpif->flows) {
1952 struct dpif_solaris_flow_ent *flow, *next; local
1955 HMAP_FOR_EACH_SAFE(flow, next, node, &iter->flows) {
2113 (&(bridge->uplink_port_list))->next,
/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/
H A DentLPMappingTable.c115 * of your choice (from which you can find the next one). This could
177 * be updated to the next in the list. For example, if it was a
179 * my_loop_context->next. The my_data_context pointer should be set
248 for (request = requests; request; request = request->next) {
H A DentAliasMappingTable.c100 of your choice (from which you can find the next one). This could
165 be updated to the next in the list. For example, if it was a
167 my_loop_context->next. The my_data_context pointer should be set
238 for(request = requests; request; request = request->next) {
H A DentLogicalTable.c100 of your choice (from which you can find the next one). This could
146 be updated to the next in the list. For example, if it was a
148 my_loop_context->next. The my_data_context pointer should be set
196 for(request = requests; request; request = request->next) {
H A DentPhysicalContainsTable.c101 of your choice (from which you can find the next one). This could
169 be updated to the next in the list. For example, if it was a
171 my_loop_context->next. The my_data_context pointer should be set
244 for(request = requests; request; request = request->next) {
548 /* then reset this to the next lowest */
/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunProcesses.c700 * of your choice (from which you can find the next one). This could
748 * be updated to the next in the list. For example, if it was a
750 * my_loop_context->next. The my_data_context pointer should be set
805 for (request = requests; request; request = request->next) {

Completed in 537 milliseconds

12