Searched refs:next (Results 1076 - 1100 of 2472) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c117 const char *s, *next; local
131 while ((next = strstr(s + 1, suffix)) != NULL) {
132 s = next;
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_page.c276 cmd_page_t *page, *next; local
278 for (page = cmd_list_next(&cmd.cmd_pages); page != NULL; page = next) {
279 next = cmd_list_next(page);
/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c179 link = &cmd->next;
227 cmd->next = stack;
242 stack = cmd2->next;
243 cmd2->next = cmd;
250 link = &cmd->next;
338 link = &cmd->next;
348 link = &cmd->next;
497 * in the next part of the line. Note
844 for (; cp != end; cp = cp->next)
863 fixuplabel(cp->u.c, cp->next);
922 struct labhash *lh, *next; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c295 struct __rmname *np, *next; local
297 for (np = TAILQ_FIRST(&DB_GLOBAL(db_nameq)); np != NULL; np = next) {
298 next = TAILQ_NEXT(np, links);
/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.c472 * next incremental tape.
639 * If the next available file is not the one which we
668 * on the next incremental tape.
672 gettext("expected next file %d, got %d\n"),
675 goto next;
715 next:
735 ino_t first, next, last; local
759 * available, then select the next volume to be read.
781 * Decide on the next inode needed.
785 next
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_util.c64 pres->next = NULL;
77 pnext = plist->next;
102 plist = plist->next;
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslogtab.c56 * Retrieves the next entry from nfslogtab.
154 * Searches the nfslogtab file looking for the next entry which matches
403 struct logtab_ent_list *lelp, *next; local
408 for (lelp = head; lelp != NULL; lelp = next) {
411 next = lelp->lel_next;
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dhashset.c162 ENTRY *e, *next; local
164 for (e = h->h_table[i]; e; e = next) {
167 next = (ENTRY *) e->e_next;
262 * Return a pointer to a next key
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dconfig.c214 ctrl_node_p = control_nodes->next;
244 ctrl_node_p->next = control_nodes;
303 p = p->next;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Ddlfcns.c164 Dbg_dl_dlsym(Rt_map *clmp, const char *sym, int *in_nfavl, const char *next, argument
201 if (next == 0)
206 from, next, retry, str);
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmain.c327 new->next = NULL;
332 new->next = sect_head;
362 p1 = p1->next;
/illumos-gate/usr/src/cmd/svc/configd/
H A Dsnapshot.c68 rc_snaplevel_t *lvl, *next; local
75 for (lvl = sp->rs_levels; lvl != NULL; lvl = next) {
76 next = lvl->rsl_next;
/illumos-gate/usr/src/cmd/truss/
H A Dipc.c264 char *next; local
322 } else if ((pid = strtol(dirname, &next, 10)) < 0 ||
323 *next != '\0') { /* dirname not a number */
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ipnetops.c158 sdev_node_t *dv, *next; local
174 for (dv = SDEV_FIRST_ENTRY(ddv); dv; dv = next) {
175 next = SDEV_NEXT_ENTRY(ddv, dv);
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dgfc.h153 struct al_rls *next; member in struct:al_rls
162 struct dlist *next; member in struct:dlist
196 struct hotplug_disk_list *next; member in struct:hotplug_disk_list
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasScsiInquiry.c149 hba_port_ptr = hba_port_ptr->next) {
180 hba_disco_port = hba_disco_port->next) {
213 mapping_ptr = mapping_ptr->next) {
H A DSun_sasScsiReadCapacity.c137 hba_port_ptr = hba_port_ptr->next) {
168 hba_disco_port = hba_disco_port->next) {
201 mapping_ptr = mapping_ptr->next) {
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c208 wk = wk->next;
225 list_hd = pl->next;
229 list_tl->next = NULL;
231 pl->prev->next = pl->next;
232 pl->next->prev = pl->prev;
278 list_tl->next = pl;
283 pl->next = NULL;
476 wk = wk->next;
480 wk = wk->next;
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_ndi.c313 } else if (prev && prev->next != curr) {
319 curr = prev->next;
323 curr = curr->next;
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_saa_impl.h65 struct saa_port_s *next; member in struct:saa_port_s
167 void *next; member in struct:saa_client_data_s
195 saa_port_t::next
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_prop.c315 caddr_t next; local
321 next = p1275_cell2ptr(ci[5]);
323 (void) promif_stree_nextprop(node, prev, next);
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c1135 (m)->next = ctl_msg.head; \
1137 if ((m)->next != NULL) \
1138 (m)->next->prev = (m); \
1145 (m)->prev->next = (m)->next; \
1147 ctl_msg.head = (m)->next; \
1148 if ((m)->next != NULL) \
1149 (m)->next->prev = (m)->prev; \
1155 m = (head)->next; \
1156 (head)->next
1186 struct nm_msg *next; member in struct:nm_msg
[all...]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c295 tq = tp->next;
369 nnp = nnp->next;
443 pnlstmp->next = NULL;
449 qnlstmp->next = pnlstmp;
480 pnlstmp->next = NULL;
486 qnlstmp->next = pnlstmp;
521 qnlstmp = pnlstmp->next;
551 nnp->next = gt->n_node;
699 bind = bind->next;
725 bind->next
[all...]
/illumos-gate/usr/src/lib/libkstat/common/
H A Dkstat.c221 kstat_t k0, *headers, *oksp, *nksp, **okspp, *next; local
267 next = oksp->ks_next;
276 oksp = next;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.h118 struct mapfs *mfs_next; /* next in entry */
167 struct autodir *dir_next; /* next entry */
189 struct dir_entry *next; member in struct:dir_entry
200 struct off_tbl *next; member in struct:off_tbl
215 rwlock_t rwlock; /* protects 'full' and 'next' */
217 struct autofs_rddir_cache *next; member in struct:autofs_rddir_cache

Completed in 158 milliseconds

<<41424344454647484950>>