Searched defs:next (Results 326 - 350 of 577) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ctx.c306 const char **next)
408 if (next)
409 *next = NULL;
304 smbfs_ctx_parseunc(struct smb_ctx *ctx, const char *unc, int minlevel, int maxlevel, int sharetype, const char **next) argument
/osnet-11/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
/osnet-11/usr/src/lib/libldap4/common/
H A Dresult.c178 /* Check next response */
385 /* get the next message */
1041 LDAPMessage *next; local
1046 for ( ; lm != NULLMSG; lm = next ) {
1047 next = lm->lm_chain;
1174 /* get the next message */
1648 LDAPRef *lref, *next; local
1651 next = lref->lref_next;
1654 lref = next;
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex.cc465 * Returns the next entry in the table after 'previous' by setting 'answer' to
467 * valid and next entry is found; DB_NOTFOUND otherwise. Sets 'where' to
468 * location of where entry is found for input as subsequent 'next' operation.
471 db_mindex::next(entryp previous, entryp *where, entry_object **answer) function in class:db_mindex
475 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::next");
476 READLOCK2(table, DB_LOCK_ERROR, "r db_mindex::next", this);
487 "ru db_mindex::next", "ru table db_mindex::next");
496 save_next = curr->next;
524 * the results of the first/next quer
581 db_mindex::next(db_next_index_desc *previous, db_next_index_desc **where, function in class:db_mindex
[all...]
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c136 struct principal_list *next; member in struct:principal_list
262 * return a pointer to the next separator occurring in it (it will point
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c406 nvpair_t *last = NULL, *next; local
413 if ((next = nvlist_next_nvpair(list, last)) == NULL)
416 *namep = nvpair_name(next);
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Ddisk.h121 PedPartition* next; member in struct:_PedPartition
250 PedDiskType* next; member in struct:_PedDiskType
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Damiga.c76 newid->next = ids;
82 struct AmigaIds *current, *next; local
84 for (current = ids; current != NULL; current = next) {
85 next = current->next;
93 for (current = ids; current != NULL; current = current->next) {
/osnet-11/usr/src/lib/libpicltree/
H A Dptree_impl.h91 struct hash_elem *next; member in struct:hash_elem
108 struct prop_list *next; member in struct:prop_list
189 struct eventq *next; member in struct:eventq
204 struct eh_list *next; member in struct:eh_list
214 struct picld_plugin_reg_list *next; member in struct:picld_plugin_reg_list
221 struct picld_plinfo *next; member in struct:picld_plinfo
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c129 struct Item_s* next; /* next in list */ member in struct:Item_s
229 p->tail = p->tail->next = x;
246 p->tail->next = x;
263 for (x = state->pattern.head; x; x = x->next)
265 for (x = state->file.head; x; x = x->next)
420 } while (x = x->next);
510 } while (x = x->next);
542 } while (x = x->next);
622 } while (x = x->next);
[all...]
H A Dpr.c242 * <col> is the number of columns until the next tab position
408 register char *cp,**next = pp->fieldlist; local
428 next = pp->fieldlist + line;
430 else if(next >= pp->fieldlast)
439 if(next+incr >= pp->fieldlast)
441 cp = *next;
442 size = next[1]-cp;
461 next += incr;
479 register char *cp, **next, **nextmax; local
486 next
[all...]
/osnet-11/usr/src/lib/libdevalloc/common/
H A Ddevalloc_impl.h138 struct _da_deventry_t *next; member in struct:_da_deventry_t
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h63 struct parser *next; member in struct:parser
212 struct cfg_io_s *next; /* Link to next module */ member in struct:cfg_io_s
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_dof.c709 const dt_stmt_t *next = stp; local
768 if ((next = dt_list_next(next)) != NULL)
769 sdp = next->ds_desc;
H A Ddt_ident.c665 dt_ident_t *idp, *next; local
669 for (idp = dhp->dh_hash[i]; idp != NULL; idp = next) {
670 next = idp->di_next;
676 for (idp = dhp->dh_hash[i]; idp != NULL; idp = next) {
677 next = idp->di_next;
H A Ddt_open.c751 dt_provmod_t *next, *current; local
753 for (current = *provmod; current != NULL; current = next) {
754 next = current->dp_next;
1261 * Set up the default DTrace library path. Once set, the next call to
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h153 struct hash_obj *next; member in struct:__anon1684
163 struct hash_obj *next; member in struct:__anon1685
173 struct hash_obj *next; member in struct:__anon1686
193 struct hash_obj *next; member in struct:hash_obj
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_sdr.c459 ipmi_sdr_get(ipmi_handle_t *ihp, uint16_t id, uint16_t *next) argument
539 *next = ((ipmi_rsp_get_sdr_t *)rsp->ic_data)->ir_gs_next;
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem_mdesc.c480 mem_dimm_map_t *dm, *next; local
486 for (dm = mem->mem_dm; dm != NULL; dm = next) {
487 next = dm->dm_next;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c611 if (head->next == 0 && head->host[0] == 0) {
638 struct srv_dns_entry *entry = NULL, *next; local
642 for (entry = head; entry != NULL; entry = entry->next) {
674 struct srv_dns_entry *entry = NULL, *next; local
678 for (entry = head; entry; entry = entry->next, c++) {
691 for (entry = head->next; entry; entry = entry->next) {
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c1374 char next = '\0'; local
1379 next = *(ptr + len);
1380 if (next == '\0' || isspace(next) || next ==',') {
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h193 struct _krb5_ldap_server_handle *next; member in struct:_krb5_ldap_server_handle
207 struct _krb5_ldap_server_info *next; member in struct:_krb5_ldap_server_info
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c134 struct _rule_component *next; member in struct:_rule_component
174 trc = rc->next;
294 rc->next = NULL;
302 * beginning of the next keyword (or the end of the rule).
431 for (trc = rs->crs; trc != NULL && trc->next != NULL; trc = trc->next);
435 trc->next = rc;
583 for (rc = rs->crs; rc != NULL; rc = rc->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/fs/
H A Dminix.c367 char *next;
382 next = grub_strchr (name, '/');
383 if (next)
385 next[0] = '\0';
386 next++;
422 if (!next)
427 name = next;
428 next = grub_strchr (name, '/');
429 if (next)
431 next[
366 char *next; local
[all...]

Completed in 521 milliseconds

<<11121314151617181920>>