/illumos-gate/usr/src/uts/intel/promif/ |
H A D | prom_prop.c | 50 prom_nextprop(pnode_t nodeid, caddr_t previous, caddr_t next) argument 52 return (promif_nextprop(nodeid, previous, next));
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | global.h | 59 struct history *previous; member in struct:history
|
/illumos-gate/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_prop.c | 259 prom_nextprop(pnode_t nodeid, caddr_t previous, caddr_t next) argument 269 ci[4] = p1275_ptr2cell(previous); /* Arg2: addr of prev name */
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db.cc | 171 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 D | db_mindex.cc | 467 * 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...] |
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | in.lpd.c | 133 char previous = NULL; local 144 (copies_set == 0) && (previous == entry[0])) 146 else if ((previous >= 'a') && (previous <= 'z')) 148 previous = entry[0];
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | gptwocfg.c | 484 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.
|
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/ |
H A D | openfirm.c | 297 OF_nextprop(phandle_t package, char *previous, char *buf) argument 304 cell_t previous; member in struct:__anon343 314 args.previous = (cell_t)previous;
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | properties.c | 516 char *previous; local 521 previous = pop_a_string(env, NULL); 523 if (previous == NULL) 525 else if (p = find_property(phandle, previous))
|
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/ |
H A D | edquota.c | 785 uint_t previous = 0; local 797 previous = temp; 800 return (previous);
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 171 * from previous entered. 212 int previous = 0; local 217 if (previous) 220 previous = 1;
|
/illumos-gate/usr/src/cmd/tabs/ |
H A D | tabs.c | 232 * 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 */
|
/illumos-gate/usr/src/uts/common/io/lvm/md/ |
H A D | md_rename.c | 559 * to store a log of previous state of the structures it changes, 1019 int previous, 1029 if ((previous > current) && 1037 if (previous == current) { 1067 cmn_err(CE_NOTE, "previous: %d, current: %d, role: %s", 1068 previous, current, 1018 role_swap_is_valid( int previous, int current, md_rendelta_t *delta, md_rentxn_t *rtxnp) argument
|
/illumos-gate/usr/src/uts/sun4u/starcat/io/ |
H A D | sc_gptwocfg.c | 790 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;
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_hio.c | 705 nxge_hio_dc_t *current, *previous; local 719 previous = 0; 722 if (previous) 723 previous->next = current->next; 728 previous = current;
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | doname.cc | 511 * in previous step. 621 * the behaviour of 'make' with my previous fix may be different from one 2030 timestruc_t previous = make_state->stat.time; local 2036 (make_state->stat.time == previous)) { 2133 * building a target. If the string is different from the previous one 2882 Property *previous; local 2907 for (previous = &target->prop; 2908 *previous != NULL; 2909 previous = &(*previous) [all...] |
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | vi.c | 157 #define previous editb.e_lbuf /* lookahead buffer */ macro 660 * This routine will position cur_virt at the nth previous word. 875 case 'k': /** get previous command **/ 876 case '-': /** get previous command **/ 1823 p = previous[lookahead-1]; 2294 * mode != 0, repeat previous operation
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | name.c | 76 void *previous; member in struct:sh_type 303 shtp.previous = shp->mktype; 605 shp->mktype = shtp.previous; 1354 * If <flags> contains NV_NOFREE, previous value is freed, and <string> 3090 * make <scoped> the top scope and return previous scope
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc.c | 133 struct _svc_user_fd_node *previous; member in struct:__anon3674 316 * could have been deallocated by the previous 482 svc_userfds[user_fd].list->lnk.previous = new_node; 484 new_node->lnk.previous = NULL; 503 _svc_user_fd_node* previous; local 521 previous = node->lnk.previous; 525 if (previous != NULL) { 526 previous->lnk.next = next; 532 next->lnk.previous [all...] |
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | svm_rcm.c | 987 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...] |
/illumos-gate/usr/src/cmd/modload/ |
H A D | drvsubr.c | 1216 char *previous; local 1246 previous = aliases; 1255 current = get_entry(previous, 1257 previous = current;
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | srvrsmtp.c | 573 volatile time_t previous; /* time after checksmtpattack() */ local 1646 "SMTP AUTH command (%.100s) from %s tempfailed (due to previous checks)", 1833 "SMTP STARTTLS command (%.100s) from %s tempfailed (due to previous checks)", 2309 "SMTP MAIL command (%.100s) from %s tempfailed (due to previous checks)", 2911 "SMTP %s command (%.100s) from %s tempfailed (due to previous checks)", 2922 previous = curtime(); 2976 t = wt - (curtime() - previous); 3036 "SMTP ETRN command (%.100s) from %s tempfailed (due to previous checks)",
|
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | hidparser.c | 2142 entity_attribute_t *newattrib, **previous, *elem; local 2156 previous = &scan_ifp->hidparser_tok_litem_head; 2158 previous = &scan_ifp->hidparser_tok_gitem_head; 2161 elem = *previous; 2172 *previous = elem->entity_attribute_next; 2176 elem = *previous; 2178 previous = &elem->entity_attribute_next; 2191 *previous = newattrib;
|
/illumos-gate/usr/src/uts/common/io/lvm/raid/ |
H A D | raid.c | 950 * if previous system was 4.0 set 1863 md_raidcs_t *previous = NULL, *next = NULL; local 1886 previous = waiting_list; 1898 previous = waiting_list; 1905 if (previous) 1906 previous->cs_linlck_next = next; 1914 ui->ui_io_lock->io_list_back = previous;
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 738 struct _Source *previous; member in struct:_Source
|