Searched refs:previous (Results 1 - 25 of 97) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dhistory.c54 h->previous = tail;
58 h->next = h->previous = 0;
65 /* return previous history item */
71 if (current->previous) /* stay on first item */
72 return (current = current->previous);
H A Dglobal.h59 struct history *previous; member in struct:history
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A Dnode.c53 Node *previous; local
75 previous = NULL;
109 previous = node;
120 if(previous)
124 if(previous->next)
127 previous->next->label);
135 return previous->next;
/opensolaris-onvv-gate/usr/src/uts/intel/promif/
H A Dprom_prop.c50 prom_nextprop(pnode_t nodeid, caddr_t previous, caddr_t next) argument
52 return (promif_nextprop(nodeid, previous, next));
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Ddb.cc171 entry_object *content, db_next_desc* previous)
231 prev = extract_next_desc(previous, &next_type, &prev_desc);
241 // invalid previous indicator
252 // invalid previous indicator
256 WARNING("db::exec_action: invalid previous indicator");
259 if (previous && previous->db_next_desc_val) {
260 delete previous->db_next_desc_val;
261 previous->db_next_desc_len = 0;
262 previous
170 exec_action(db_action action, db_query *query, entry_object *content, db_next_desc* previous) argument
394 execute(db_action action, db_query *query, entry_object *content, db_next_desc* previous) argument
[all...]
H A Ddb_c.x89 % db_next_desc *previous );
117 % A checkpoint is done only if it has changed since the previous checkpoint.
138 %/* Return whether the database has changed since its previous checkpoint. */
150 % db_next_desc* previous );
H A Ddb_mindex.cc467 * Returns the next entry in the table after 'previous' by setting 'answer' to
468 * point to copy of the entry_object. Returns DB_SUCCESS if 'previous' is
473 db_mindex::next(entryp previous, entryp *where, entry_object **answer) argument
479 if (!(table->entry_exists_p(previous)))
482 entry_object * ptr = table->next_entry(previous, where);
576 * Returns the next entry in the table after 'previous' by setting 'answer' to
578 * in previous first search with query. Returns DB_SUCCESS if 'previous' is
583 db_mindex::next(db_next_index_desc *previous, db_next_index_desc **where, argument
590 if (previous
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dprom_emul.h72 char *promif_nextprop(pnode_t n, char *previous, char *next);
H A Dpromif.h76 extern caddr_t prom_nextprop(pnode_t nodeid, caddr_t previous,
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A DRandTest143 # Scan the file backwards with previous.
146 while ($f->previous()) {
192 # Read the file backwards with previous and get.
196 while ($f->previous()) {
198 $f->previous();
/opensolaris-onvv-gate/usr/src/cmd/rcm_daemon/common/
H A Dsvm_rcm.c987 hspuser_t *previous; local
1014 if ((previous = hspentry->hspuser) == NULL) {
1017 hspuser_t *temp = previous->next;
1018 previous->next = newhspuser;
1044 hspentry_t *previous; local
1071 if ((previous = deventry->hsp_list) == NULL) {
1074 hspentry_t *temp = previous->next;
1075 previous->next = newhspentry;
1109 deventry_t *previous = NULL; local
1165 if ((previous
1194 deventry_t *previous = NULL; local
1939 deventry_t *previous; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/tabs/
H A Dtabs.c232 * increment to be added to the previous value.
529 int i, previous, nblanks; local
604 previous = 1; curtab = tabvect;
605 while ((nblanks = *curtab-previous) >= 0 &&
606 previous + nblanks <= maxtab) {
608 previous = *curtab++;
690 /* reset cr-lf to previous */
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dfb_localfs.c271 aiolist_t *previous = NULL; local
284 previous = aiolist;
292 if (previous)
293 previous->al_next = match->al_next;
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DFile.xs147 # Get the next/previous record from the file and return its type.
155 previous = 1
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmpdemod/
H A DReadMe41 which are created in the previous step.
/opensolaris-onvv-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_prop.c259 prom_nextprop(pnode_t nodeid, caddr_t previous, caddr_t next) argument
269 ci[4] = p1275_ptr2cell(previous); /* Arg2: addr of prev name */
/opensolaris-onvv-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Din.lpd.c133 char previous = NULL; local
144 (copies_set == 0) && (previous == entry[0]))
146 else if ((previous >= 'a') && (previous <= 'z'))
148 previous = entry[0];
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c134 struct _svc_user_fd_node *previous; member in struct:__anon3816
157 (l.lnk.previous = l.lnk.next = (_svc_user_fd_node *) &(l.lnk))
322 * could have been deallocated by the previous
368 free(node->lnk.previous);
399 free(one_node->lnk.previous);
481 svc_userfds[user_fd].lnk.previous = new_node;
484 new_node->lnk.previous = (_svc_user_fd_node *)&(svc_userfds[user_fd]);
504 _svc_user_fd_node* previous; local
522 previous = node->lnk.previous;
[all...]
/opensolaris-onvv-gate/usr/src/lib/efcode/engine/
H A Dproperties.c516 char *previous; local
521 previous = pop_a_string(env, NULL);
523 if (previous == NULL)
525 else if (p = find_property(phandle, previous))
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c484 gptwocfg_next_node(gptwocfg_cookie_t c, dev_info_t *previous, dev_info_t **next) argument
490 "(c=0x%lx, previous=0x%lx, next=0x%lx)\n", c, previous, next);
499 if (previous == NULL) {
513 if (cookie->gptwo_nodes->gptwo_nodes[i] == previous) {
533 * previous is probably an invalid dev_info.
/opensolaris-onvv-gate/usr/src/cmd/Adm/sun/
H A DREADME76 The following platform specific objects were also delivered in previous
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s237 / Put elements previous "next" value into listp
241 / Return previous listp value (already in eax)
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c790 sc_next_node(sc_gptwocfg_cookie_t c, dev_info_t *previous, dev_info_t **next) argument
796 "(c=0x%p, previous=0x%p, next=0x%p)\n", (void *)c,
797 (void *)previous, (void *)next));
806 if (previous == NULL) {
819 if (gptwocfg_next_node(cookie->port_cookie, previous, &dip)) {
831 previous = NULL;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c785 uint_t previous = 0; local
797 previous = temp;
800 return (previous);
/opensolaris-onvv-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c171 * from previous entered.
212 int previous = 0; local
217 if (previous)
220 previous = 1;

Completed in 289 milliseconds

1234