Searched refs:next (Results 1301 - 1325 of 2472) sorted by relevance

<<51525354555657585960>>

/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c1784 for (nentry = dentry; nentry != NULL; nentry = nentry->next) {
1809 pentry->next = nentry;
1850 nentry->next = NULL;
1867 pentry->next = NULL;
1954 current = current->next) {
1970 current = current->next) {
2020 prev->next = current->next;
2025 if (prev->next) {
2028 * in the list. make the next entr
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio.c491 dc->next = 0;
561 if ((dc->group == NULL) && (dc->next == 0) &&
668 if (current->next == 0) {
669 current->next = dc;
672 current = current->next;
723 previous->next = current->next;
725 group->dc = current->next;
729 current = current->next;
736 current->next
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c228 int64_t value = 1, next, step; local
239 next = value * factor;
240 step = next > nsteps ? next / nsteps : 1;
243 assert(value < next);
246 if ((value += step) != next)
249 next = value * factor;
250 step = next > nsteps ? next / nsteps : 1;
494 * next recor
1281 dt_ahashent_t *h, *next; local
2164 dt_ahashent_t *h, *next; local
[all...]
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c545 oldattr.next = NULL;
1281 attributes = attributes->next;
1312 attributes = attributes->next;
1690 for (w = l; *w != NULL; w = &(*w)->next)
1697 (*w)->next = NULL;
1725 if (*l == NULL || (*l)->next == NULL)
1737 *w = (*w)->next;
1740 *w = (*w)->next;
1742 w = &(*w)->next;
1745 /* 'w' points to the address of the 'next' fiel
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c395 wp->next = noauth_addrs;
1702 for (n = 0, pap = &addrs; (ap = *pap) != NULL; pap = &ap->next)
1711 for (ap = addrs; ap != NULL; ap = ap->next) {
1888 for (; addrs != NULL; addrs = addrs->next) {
2060 app = &ap->next;
2084 for (app = &addr_list; (ap = *app) != NULL; app = &ap->next)
2089 ap = ap->next; /* first option */
2112 struct wordlist *next; local
2115 next = wp->next;
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c1414 srpt_mr_t *next; local
1422 next = AVL_NEXT(&vm_pool->svp_mr_list, chunk);
1425 chunk = next;
1440 srpt_mr_t *next; local
1467 next = srpt_vmem_chunk_alloc(vm_pool, chunklen);
1468 if (next != NULL) {
1474 if (vmem_add(vm_pool->svp_vmem, (void*)(uintptr_t)next->mr_va,
1475 next->mr_len, VM_NOSLEEP) == NULL) {
1476 srpt_vmem_chunk_free(vm_pool, next);
1479 vm_pool->svp_total_size += next
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_pipe_mgmt.c1541 usba_list_entry_t *next, *tmpnext; local
1551 next = ph_data->p_queue.next;
1552 while (next != NULL) {
1553 mutex_enter(&next->list_mutex);
1555 next->private;
1558 mutex_exit(&next->list_mutex);
1562 tmpnext = next->next;
1563 mutex_exit(&next
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c141 struct nb_reg_node *next; member in struct:nb_reg_node
156 #define LIST_ADD(l, node) (node->next = l->next, l = node)
157 #define LIST_EXTRACT(l, node) (node = l, l = l->next)
159 for (node = l; node != (struct nb_reg_node *)&l; node = node->next)
1811 n[i].next = &(n[i+1]);
1813 n[CHUNK_SIZE-1].next = (struct nb_reg_node *)&nb_free;
1856 if (node->next->ct == ct) {
1858 struct nb_reg_node *n = node->next;
1859 node->next
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1141 * mount, we haven't done a pingnfs() on the next entry,
1142 * so we don't know if the next entry is up or if it
1227 tail = tail->nfs_ext_u.nfs_extB.next = argp;
1283 tail->nfs_ext_u.nfs_extB.next = NULL;
1316 tail->nfs_ext_u.nfs_extB.next = NULL;
1343 tail->nfs_ext_u.nfs_extB.next = NULL;
1380 tail->nfs_ext_u.nfs_extB.next = NULL;
1395 tail->nfs_ext_u.nfs_extB.next = NULL;
1424 tail->nfs_ext_u.nfs_extB.next = NULL;
1440 tail->nfs_ext_u.nfs_extB.next
2523 struct portmap_cache *next = NULL, *cp; local
2557 struct portmap_cache *cachep, *prev, *next = NULL, *cp; local
3813 struct cache_entry *ce, *next = NULL; local
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c216 node = node->next;
247 phead = phead->next;
378 handle->plugins->next = NULL;
382 while (n->next != NULL)
383 n = n->next;
384 n->next = (KMF_PLUGIN_LIST *)malloc(sizeof (KMF_PLUGIN_LIST));
385 if (n->next == NULL)
388 n->next->plugin = plugin;
389 n->next->next
409 KMF_PLUGIN_LIST *next = handle->plugins->next; local
2519 conf_entrylist_t *next; local
[all...]
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c630 odip = ppmd->dip, ppmd = ppmd->next) {
921 for (owned = domp->owned; owned; owned = owned->next)
1047 for (cpup = ecpup->domp->devlist; cpup != ecpup; cpup = cpup->next) {
1122 for (cpup = ppmd->domp->devlist; cpup; cpup = cpup->next) {
1157 for (cpup = ppmd->domp->devlist; cpup; cpup = cpup->next) {
1180 cpup = cpup->next) {
1218 for (ppmd = domp->devlist; ppmd; ppmd = ppmd->next) {
1240 for (ppmd = domp->devlist; ppmd; ppmd = ppmd->next) {
1261 for (domp = ppm_domain_p; domp; domp = domp->next) {
1306 for (domp = ppm_domain_p; domp; domp = domp->next) {
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c471 mblk_t *next; local
475 next = mp->b_next;
494 mp = next;
792 mblk_t *next; local
800 next = mp->b_next;
803 if (next != NULL)
804 prefetch_read_many(next);
818 mp = next;
842 mp = next;
1002 mblk_t *next; local
1518 mblk_t *next; local
1850 sfxge_rx_flow_t *next; local
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_print.c324 uom++; /* next unit of measurement */
403 tmp_mddevidp = tmp_mddevidp->next;
433 mddevidp = mddevidp->next;
/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dmetainterfaces.c368 for (p = nlp, cnt = 0; p != NULL; p = p->next, cnt++)
386 for (p = nlp, cnt = 0; p != NULL; p = p->next, cnt++) {
/illumos-gate/usr/src/lib/passwdutil/
H A Dnss_attr.c103 for (p = items; p != NULL; p = p->next) {
234 for (w = items; res == PWU_SUCCESS && w != NULL; w = w->next) {
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c395 sp = sp->next;
459 sp = sp->next;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dsess_mgr.c317 node = node->next;
398 node = node->next;
458 node = node->next;
487 node = node->next;
516 node = node->next;
544 node = node->next;
726 node = node->next;
756 node = node->next;
/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.c71 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
116 for (this = STP_stpm_get_the_list (); this; this = this->next)
128 for (port = this->ports; port; port = port->next)
466 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
494 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
512 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
538 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
686 for (stpm = STP_stpm_get_the_list (); stpm; stpm = stpm->next) {
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c132 ns_hash_t *next; local
135 next = p->h_next;
138 return (next);
149 ns_hash_t *next; local
155 next = config->hashTbl[i];
156 while (next != NULL) {
157 next = ns_free_hash(next);
/illumos-gate/usr/src/lib/libsocket/inet/
H A Druserpass.c170 next:
191 goto next;
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table_c.x57 struct db_free_entry *next;
230 % 'where'. Return NULL in both if no next entry is found. */
233 %/* Returns the next entry in table from 'prev', also return its position in
234 % 'newentry'. Return NULL in both if no next entry is found. */
/illumos-gate/usr/src/lib/libpkg/common/
H A Dputcfile.c198 pinfo = pinfo->next;
371 pinfo = pinfo->next;
/illumos-gate/usr/src/lib/libbc/libc/net/
H A Druserpass.c147 next:
166 goto next;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dcancel.c280 infop->next = self->ul_clnup_hdr;
296 self->ul_clnup_hdr = infop->next;
/illumos-gate/usr/src/lib/libkmf/include/
H A DkmfapiP.h170 struct _KMF_PLUGIN_LIST *next; member in struct:_KMF_PLUGIN_LIST
336 struct conf_entrylist *next; member in struct:conf_entrylist

Completed in 157 milliseconds

<<51525354555657585960>>