Searched refs:next (Results 1351 - 1375 of 2472) sorted by relevance

<<51525354555657585960>>

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfpoll.c52 #define RDREADY(f) (((f->mode&SF_READ) && f->next < f->endb) || \
56 #define WRREADY(f) (!(f->mode&SF_WRITE) || f->next == f->data)
H A Dsfvscanf.c46 if(f->next >= f->endb)
106 else sc->f->next = sc->d;
109 sc->data = sc->d = sc->f->next;
342 #define SFbuf(f) (_sfbuf(f,&peek), (data = d = f->next), (endd = f->endb) )
346 (peek ? SFREAD(f,(Void_t*)data,SFlen(f)) : ((f->next = d),0)) )
747 fm->next = fmstk;
1067 fmstk = fm->next;
1088 fmstk = fm->next;
H A Dsfwr.c113 { /* next page must be dirty */
145 if(f->next > f->data && SFSYNC(f) < 0 )
159 w = n + (f->next - f->data);
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h149 struct sbdp_segs *next; member in struct:sbdp_segs
171 struct sbdp_wnode *next; /* ptr to nex wnode */ member in struct:sbdp_wnode
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddaisyforms.c398 for (prs = Request_List; prs != NULL; prs = prs->next)
434 for (prs = Request_List; prs != NULL; prs = prs->next)
/illumos-gate/usr/src/cmd/luxadm/
H A Ddiag.c133 ml = ml->next;
167 ml = ml->next;
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_alloc.c1249 p_rx_sw_packet_t cur, next; local
1262 packet->next = cur;
1270 next = cur->next;
1271 cur->next = rx_data->packet_area;
1274 cur = next;
1310 packet->next = rx_data->packet_area;
1445 next_packet = packet->next;
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x68 db_table_desc *next;
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmapd.h126 uint_t next; member in struct:hashentry
180 uint64_t next; member in struct:list_cb_data
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c417 * Get next object list (nvlist) after lastname. Used to walk NCUs, ENMs and
424 nvpair_t *last = NULL, *next; local
432 if ((next = nvlist_next_nvpair(parentlist, last)) == NULL)
435 *childnamep = nvpair_name(next);
437 if (nvpair_type(next) != DATA_TYPE_NVLIST)
440 if ((nverr = nvpair_value_nvlist(next, childlistp)) != NWAM_SUCCESS)
496 nvpair_t *last = NULL, *next; local
503 if ((next = nvlist_next_nvpair(list, last)) == NULL)
506 *namep = nvpair_name(next);
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c601 node = node->next;
952 } else if (node->next != NULL) {
954 node = node->next;
957 while (node != NULL && node->next == NULL) {
964 node = node->next;
1062 node = node->next;
1211 child = child->next;
1374 node = node->next;
/illumos-gate/usr/src/cmd/mandoc/
H A Dout.c128 for (maxcol = -1; sp; sp = sp->next) {
136 for (dp = sp->first; dp; dp = dp->next) {
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h69 struct line *next; member in struct:line
74 struct entry *next; member in struct:entry
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dgptldr.S93 mov %ds,%ax # the end of the next 32k to
97 mov %es,%ax # the end of the next 32k into
143 * make sure the end is aligned for concatenated next module
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c308 sensor_pmdev_t *next; member in struct:sensor_pmdev
581 for (devp = lpmdevs; devp != NULL; devp = devp->next) {
642 newdev->next = *retp;
676 lpm_dev_t *devp, *next; local
689 next = devp->next;
691 devp = next;
935 for (frup = fruenvsegs; frup != NULL; frup = frup->next)
950 frup->next = fruenvsegs;
1050 for (frup = fruenvsegs; frup != NULL; frup = frup->next)
[all...]
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c1011 pRing->next = pRing->msg_buf;
1179 pLayerPointers->pOdl->tx_buf.next) {
1240 NEXT(pLayerPointers->pOdl->tx_buf, next) !=
1255 struct amd8111s_msgbuf *tmp, *next; local
1258 next = NEXT(pLayerPointers->pOdl->tx_buf, next);
1259 if (next == pLayerPointers->pOdl->tx_buf.free) {
1262 tmp = pLayerPointers->pOdl->tx_buf.next;
1263 pLayerPointers->pOdl->tx_buf.next = next;
1313 mblk_t *next; local
[all...]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c1363 while (tmp->next)
1364 tmp = tmp->next;
1365 tmp->next = client;
1375 /* Advance to the next node set */
1621 while (tmp->next != NULL) {
1622 tmp = tmp->next;
1624 tmp->next = client;
1705 while (tmp->next != NULL) {
1706 tmp = tmp->next;
1708 tmp->next
[all...]
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetexecattr.c106 if (exec->next != (execstr_t *)NULL) {
107 (void) fprintf(stdout, " next: [%s]\n", exec->next->name);
109 _print_execstr(exec->next);
250 exec->next = (execstr_t *)NULL;
371 for (entry = result->entry; entry != NULL; entry = entry->next) {
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c75 tmp = headp->next;
83 headp->next = NULL;
142 tailp->next = newp;
193 tailp->next = newp;
582 newp->next = NULL;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
H A Dlittleneck.c142 bnode = bnode->next;
257 bnode = bnode->next;
396 for (p = list; p != NULL; p = p -> next) {
546 bnode = bnode->next;
1031 continue; /* skip to the next schizo */
1070 bnode = bnode->next;
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c182 bnode = bnode->next;
227 for (p = list; p != NULL; p = p->next) {
288 for (bnode = tree->bd_list; bnode != NULL; bnode = bnode->next) {
342 * cmp->cpu->cpu->cpu->cpu->(next board nodes)
546 for (bnode = tree->bd_list; bnode != NULL; bnode = bnode->next) {
828 for (prop = pnode->props; prop != NULL; prop = prop->next) {
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dencode.c486 Seqorset *next; local
506 if ((next = (*sos)->sos_next) == NULLSEQORSET) {
583 next->sos_clen += (taglen + lenlen + len);
584 next->sos_ptr += (taglen + lenlen + len);
593 *sos = next;
671 case 't': /* tag for the next element */
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_voper.c179 * Get next character, mapping it and saving as
383 * ] Forward to next defun, i.e. a ( in column 1.
696 * ^N To next line, same column if possible.
710 * n Search to next match of current pattern.
981 short next; local
984 next = 0;
987 next = 96;
992 next = 192;
998 return (next + c - ' ');
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c160 char *next; local
246 * here, there is no next argument. so
388 next = argbuf;
394 arg = strcpy(next, lastarg);
396 } else if ((arg = getarg(next)) == NULL) {
402 next += l;
809 * getwchr(): get the next wide character.
811 * we get the next character from stdin. This returns WEOF if no
1024 ++mac; /* inc to next mod'd arg */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c46 xfs_daddr_t next; member in struct:xfs_info
244 xfs.next = fsb2daddr (le64(h.bb_rightsib));
267 if (xfs.next == 0)
269 xfs.daddr = xfs.next;
272 xfs.next = fsb2daddr (le64(h.bb_rightsib));

Completed in 341 milliseconds

<<51525354555657585960>>