Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 234) sorted by relevance

12345678910

/onnv-gate/usr/src/cmd/agents/snmp/agent/
H A Dnode.c53 Node *previous; in node_find() local
75 previous = NULL; in node_find()
109 previous = node; in node_find()
120 if(previous) in node_find()
124 if(previous->next) in node_find()
127 previous->next->label); in node_find()
135 return previous->next; in node_find()
/onnv-gate/usr/src/lib/libnisdb/
H A Ddb.cc171 entry_object *content, db_next_desc* previous) in exec_action() argument
231 prev = extract_next_desc(previous, &next_type, &prev_desc); in exec_action()
259 if (previous && previous->db_next_desc_val) { in exec_action()
260 delete previous->db_next_desc_val; in exec_action()
261 previous->db_next_desc_len = 0; in exec_action()
262 previous->db_next_desc_val = NULL; in exec_action()
279 prev = extract_next_desc(previous, &next_type, &prev_desc); in exec_action()
283 if (previous->db_next_desc_val) { in exec_action()
284 delete previous->db_next_desc_val; in exec_action()
285 previous->db_next_desc_len = 0; in exec_action()
[all …]
H A Ddb_c.x89 % db_next_desc *previous );
150 % db_next_desc* previous );
H A Ddb_mindex.cc473 db_mindex::next(entryp previous, entryp *where, entry_object **answer) in next() argument
479 if (!(table->entry_exists_p(previous))) in next()
482 entry_object * ptr = table->next_entry(previous, where); in next()
583 db_mindex::next(db_next_index_desc *previous, db_next_index_desc **where, in next() argument
590 if (previous == NULL) in next()
594 *where = previous->next; in next()
595 delete previous; // delete previous entry in next()
/onnv-gate/usr/src/tools/cscope-fast/
H A Dhistory.c54 h->previous = tail; in addcmd()
58 h->next = h->previous = 0; in addcmd()
71 if (current->previous) /* stay on first item */ in prevcmd()
72 return (current = current->previous); in prevcmd()
/onnv-gate/usr/src/cmd/more/
H A Dmore.help13 ' Go to place where previous search started
22 :p Go to kth previous file [1]
24 . Repeat previous command
/onnv-gate/usr/src/uts/intel/promif/
H A Dprom_prop.c50 prom_nextprop(pnode_t nodeid, caddr_t previous, caddr_t next) in prom_nextprop() argument
52 return (promif_nextprop(nodeid, previous, next)); in prom_nextprop()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dpoderrs.xr2 *** WARNING: empty section in previous paragraph at line 22 in file t/pod/poderrs.t
12 *** ERROR: =item without previous =over at line 53 in file t/pod/poderrs.t
13 *** ERROR: =back without previous =over at line 57 in file t/pod/poderrs.t
38 *** WARNING: previous =item has no contents at line 157 in file t/pod/poderrs.t
42 *** WARNING: empty section in previous paragraph at line 193 in file t/pod/poderrs.t
H A Dpoderrs.t159 =item previous is all empty!!!
195 previous section is empty!
/onnv-gate/usr/src/cmd/rcm_daemon/common/
H A Dsvm_rcm.c987 hspuser_t *previous; in add_hsp_user() local
1014 if ((previous = hspentry->hspuser) == NULL) { in add_hsp_user()
1017 hspuser_t *temp = previous->next; in add_hsp_user()
1018 previous->next = newhspuser; in add_hsp_user()
1044 hspentry_t *previous; in add_hsp() local
1071 if ((previous = deventry->hsp_list) == NULL) { in add_hsp()
1074 hspentry_t *temp = previous->next; in add_hsp()
1075 previous->next = newhspentry; in add_hsp()
1109 deventry_t *previous = NULL; in cache_dependent() local
1165 if ((previous = deventry->dependent) != NULL) { in cache_dependent()
[all …]
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A DRandTest146 while ($f->previous()) {
196 while ($f->previous()) {
198 $f->previous();
/onnv-gate/usr/src/cmd/tabs/
H A Dtabs.c529 int i, previous, nblanks; in settabs() local
604 previous = 1; curtab = tabvect; in settabs()
605 while ((nblanks = *curtab-previous) >= 0 && in settabs()
606 previous + nblanks <= maxtab) { in settabs()
608 previous = *curtab++; in settabs()
/onnv-gate/usr/src/cmd/filebench/common/
H A Dfb_localfs.c271 aiolist_t *previous = NULL; in aio_deallocate() local
284 previous = aiolist; in aio_deallocate()
292 if (previous) in aio_deallocate()
293 previous->al_next = match->al_next; in aio_deallocate()
/onnv-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Din.lpd.c133 char previous = NULL; in parse_cf() local
144 (copies_set == 0) && (previous == entry[0])) in parse_cf()
146 else if ((previous >= 'a') && (previous <= 'z')) in parse_cf()
148 previous = entry[0]; in parse_cf()
/onnv-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c134 struct _svc_user_fd_node *previous; member
157 (l.lnk.previous = l.lnk.next = (_svc_user_fd_node *) &(l.lnk))
368 free(node->lnk.previous); in __destroy_userfd()
399 free(one_node->lnk.previous); in __svc_remove_input_of_fd()
481 svc_userfds[user_fd].lnk.previous = new_node; in svc_add_input()
484 new_node->lnk.previous = (_svc_user_fd_node *)&(svc_userfds[user_fd]); in svc_add_input()
504 _svc_user_fd_node* previous; in svc_remove_input() local
522 previous = node->lnk.previous; in svc_remove_input()
526 previous->lnk.next = next; in svc_remove_input()
527 next->lnk.previous = previous; in svc_remove_input()
/onnv-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) in gptwocfg_next_node() argument
490 "(c=0x%lx, previous=0x%lx, next=0x%lx)\n", c, previous, next); in gptwocfg_next_node()
499 if (previous == NULL) { in gptwocfg_next_node()
513 if (cookie->gptwo_nodes->gptwo_nodes[i] == previous) { in gptwocfg_next_node()
/onnv-gate/usr/src/uts/intel/sys/
H A Dprom_emul.h72 char *promif_nextprop(pnode_t n, char *previous, char *next);
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DDH_set_method.pod43 This will replace the DH_METHOD used by the DH key and if the previous method
93 the method for B<dh> (including unloading the ENGINE handle if the previous
125 the previous behaviour. The behaviour of defaults in the ENGINE API now
H A DDSA_set_method.pod45 previous method was supplied by an ENGINE, the handle to that ENGINE will
107 the method for B<dsa> (including unloading the ENGINE handle if the previous
139 the previous behaviour. The behaviour of defaults in the ENGINE API now
/onnv-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_prop.c259 prom_nextprop(pnode_t nodeid, caddr_t previous, caddr_t next) in prom_nextprop() argument
269 ci[4] = p1275_ptr2cell(previous); /* Arg2: addr of prev name */ in prom_nextprop()
/onnv-gate/usr/src/common/openssl/doc/apps/
H A Denc.pod54 be used unless compatibility with previous versions of OpenSSL or SSLeay
61 compatibility with previous versions of OpenSSL and SSLeay.
83 the password to derive the key from. This is for compatibility with previous
89 This is for compatibility with previous versions of OpenSSL. Superseded by
144 from a password unless you want compatibility with previous versions of
/onnv-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
/onnv-gate/usr/src/lib/efcode/engine/
H A Dproperties.c516 char *previous; in next_property() local
521 previous = pop_a_string(env, NULL); in next_property()
523 if (previous == NULL) in next_property()
525 else if (p = find_property(phandle, previous)) in next_property()
/onnv-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) in sc_next_node() argument
797 (void *)previous, (void *)next)); in sc_next_node()
806 if (previous == NULL) { in sc_next_node()
819 if (gptwocfg_next_node(cookie->port_cookie, previous, &dip)) { in sc_next_node()
831 previous = NULL; in sc_next_node()
/onnv-gate/usr/src/lib/libshell/common/
H A DCOMPATIBILITY35 must quote the dollar sign to get the previous behavior.
42 not set. You need to escape the ~ for the previous behavior.
68 to preserve their previous behavior.

12345678910