/titanic_44/usr/src/cmd/rpcgen/ |
H A D | rpc_scan.c | 51 #define startcomment(where) (where[0] == '/' && where[1] == '*') argument 52 #define endcomment(where) (where[-1] == '*' && where[0] == '/') argument 156 if (*where == 0) { in get_token() 170 *where = 0; in get_token() 185 where = curline; in get_token() 186 } else if (isspace(*where)) { in get_token() 187 while (isspace(*where)) { in get_token() 188 where++; /* eat */ in get_token() 191 for (where++; *where; where++) { in get_token() 192 if (endcomment(where)) { in get_token() [all …]
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | where.test | 17 # $Id: where.test,v 1.17 2003/06/15 23:42:25 drh Exp $ 24 do_test where-1.0 { 57 do_test where-1.1 { 60 do_test where-1.2 { 63 do_test where-1.3 { 66 do_test where-1.4 { 69 do_test where-1.5 { 72 do_test where-1.6 { 75 do_test where-1.7 { 78 do_test where-1.8 { [all …]
|
H A D | laststmtchanges.test | 50 update t0 set x=3 where x=1; 58 update t0 set x=x+last_statement_change_count() where x=3; 59 select count() from t0 where x=8; 63 # LSCC set properly after update on table where no rows changed 66 update t0 set x=77 where x=88; 74 delete from t0 where x=2; 121 delete from t0 where oid=1 or oid=2; 198 update t0 set x=x*10 where x=1; 202 update t0 set x=x*10 where x=0; 210 update t0 set x=x*100 where x=0; [all …]
|
H A D | trigger4.test | 58 update test1 set a=NEW.a where id=NEW.id; 59 update test2 set b=NEW.b where id=NEW.id; 61 update test set a=22 where id=1; 74 update test set b=66 where id=4; 99 update test set a=222 where id=1; 123 update test set b=99 where id=7;
|
H A D | lastinsert.test | 45 update t1 set k=4 where k=2; 53 delete from t1 where k=4; 118 update t1 set k=14 where k=3; 196 delete from t1 where k=1; 235 update v set k=16 where k=14; 275 update rid set rin=last_insert_rowid() where k=1; 278 update rid set rout=last_insert_rowid() where k=1; 281 update rid set rin=last_insert_rowid() where k=2; 283 update rid set rout=last_insert_rowid() where k=2; 299 select rin from rid where k=1; [all …]
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | pci_io.c | 26 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (bus << 16) | (device_fn << 8) | (where &… argument 29 unsigned int where, uint8_t *value) in pcibios_read_config_byte() argument 31 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8); in pcibios_read_config_byte() 32 *value = inb(0xCFC + (where&3)); in pcibios_read_config_byte() 37 unsigned int device_fn, unsigned int where, uint16_t *value) in pcibios_read_config_word() argument 39 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8); in pcibios_read_config_word() 40 *value = inw(0xCFC + (where&2)); in pcibios_read_config_word() 45 unsigned int where, uint32_t *value) in pcibios_read_config_dword() argument 47 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8); in pcibios_read_config_dword() 53 unsigned int where, uint8_t value) in pcibios_write_config_byte() argument [all …]
|
H A D | pci.h | 286 extern int pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, u… 287 extern int pcibios_write_config_byte (unsigned int bus, unsigned int device_fn, unsigned int where,… 288 extern int pcibios_read_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, u… 289 extern int pcibios_write_config_word (unsigned int bus, unsigned int device_fn, unsigned int where,… 290 extern int pcibios_read_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, … 291 extern int pcibios_write_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where,… 297 pci_read_config_byte(struct pci_device *dev, unsigned int where, uint8_t *value) in pci_read_config_byte() argument 299 return pcibios_read_config_byte(dev->bus, dev->devfn, where, value); in pci_read_config_byte() 302 pci_write_config_byte(struct pci_device *dev, unsigned int where, uint8_t value) in pci_write_config_byte() argument 304 return pcibios_write_config_byte(dev->bus, dev->devfn, where, value); in pci_write_config_byte() [all …]
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | ndbm.c | 125 off64_t where; in dbm_flushpag() local 128 where = (((off64_t)db->dbm_pagbno) * PBLKSIZ); in dbm_flushpag() 129 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_flushpag() 143 off64_t where; in dbm_flushdir() local 145 where = (((off64_t)db->dbm_dirbno) * DBLKSIZ); in dbm_flushdir() 146 if ((lseek64(db->dbm_dirf, where, L_SET) != where) || in dbm_flushdir() 274 off64_t where; in dbm_delete() local 291 where = (((off64_t)db->dbm_blkno) * PBLKSIZ); in dbm_delete() 292 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_delete() 309 off64_t where; in dbm_store() local [all …]
|
/titanic_44/usr/src/lib/efcode/packages/ |
H A D | parse.c | 84 line_error(char *where, int line, char *msg) in line_error() argument 86 log_message(MSG_ERROR, "%s:%d: %s\n", where, line, msg); in line_error() 90 make_builtin_hooks(fcode_env_t *env, char *where) in make_builtin_hooks() argument 96 if (where == NULL) in make_builtin_hooks() 97 where = "/fcode/aliases"; in make_builtin_hooks() 99 if ((fd = fopen(where, "r")) == NULL) { in make_builtin_hooks() 112 line_error(where, lnum, "Badly formed line"); in make_builtin_hooks() 117 line_error(where, lnum, "Badly formed alias"); in make_builtin_hooks() 121 line_error(where, lnum, "Badly formed target"); in make_builtin_hooks() 128 line_error(where, lnum, "Null key in alias"); in make_builtin_hooks()
|
/titanic_44/usr/src/lib/libnisdb/ |
H A D | db_table.cc | 155 entryp found = head->where; in pop() 178 newentry->where = tabloc; in push() 216 answer[i] = current->where; in stats() 503 db_table::first_entry(entryp * where) in first_entry() argument 507 *where = NULL; in first_entry() 514 *where = i; in first_entry() 519 *where = NULL; in first_entry() 547 db_table::get_entry(entryp where) in get_entry() argument 550 if (where < table_size && tab != NULL && tab[where] != NULL) in get_entry() 551 return (tab[where]); in get_entry() [all …]
|
H A D | db_scheme.cc | 81 descols[i].where = srccols[i].where; in db_scheme() 152 scols[keynum].where.max_len = NIS_MAXATTRVAL; in db_scheme() 153 scols[keynum].where.start_column = 0; in db_scheme() 236 keys.keys_val[i].where.start_column, in print() 237 keys.keys_val[i].where.max_len); in print() 239 data.where.start_column, data.where.max_len); in print()
|
/titanic_44/usr/src/uts/common/idmap/ |
H A D | idmap_cache.c | 325 avl_index_t where; in kidmap_cache_lookup_uidbysid() local 334 result = avl_find(&cache->sid2pid.tree, &entry, &where); in kidmap_cache_lookup_uidbysid() 355 avl_index_t where; in kidmap_cache_lookup_gidbysid() local 364 result = avl_find(&cache->sid2pid.tree, &entry, &where); in kidmap_cache_lookup_gidbysid() 385 avl_index_t where; in kidmap_cache_lookup_pidbysid() local 394 result = avl_find(&cache->sid2pid.tree, &entry, &where); in kidmap_cache_lookup_pidbysid() 423 avl_index_t where; in kidmap_cache_lookup_sidbyuid() local 431 result = avl_find(&cache->uid2sid.tree, &entry, &where); in kidmap_cache_lookup_sidbyuid() 453 avl_index_t where; in kidmap_cache_lookup_sidbygid() local 461 result = avl_find(&cache->gid2sid.tree, &entry, &where); in kidmap_cache_lookup_sidbygid() [all …]
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | dup_avl.c | 134 avl_index_t where; in find_dup_ref() local 148 dup = avl_find(&dup_frags, (void *)&key, &where); in find_dup_ref() 151 avl_insert(&dup_frags, (void *)dup, where); in find_dup_ref() 294 avl_index_t where; in invert_frags() local 308 &where); in invert_frags() 314 avl_insert(target, (void *)tgt_inode, where); in invert_frags() 324 (void *)&tgt_ref_key, &where); in invert_frags() 337 (void *)tgt_ref, where); in invert_frags() 403 avl_index_t where; in increment_claimant() local 410 claimant = avl_find(&dup->fr_claimants, &key, &where); in increment_claimant() [all …]
|
/titanic_44/usr/src/lib/libidmap/common/ |
H A D | idmap_cache.c | 482 avl_index_t where; in idmap_cache_lookup_uidbysid() local 491 result = avl_find(&idmap_cache.sid2uid_gid.tree, &entry, &where); in idmap_cache_lookup_uidbysid() 513 avl_index_t where; in idmap_cache_lookup_gidbysid() local 522 result = avl_find(&idmap_cache.sid2uid_gid.tree, &entry, &where); in idmap_cache_lookup_gidbysid() 545 avl_index_t where; in idmap_cache_lookup_pidbysid() local 554 result = avl_find(&idmap_cache.sid2uid_gid.tree, &entry, &where); in idmap_cache_lookup_pidbysid() 582 avl_index_t where; in idmap_cache_lookup_sidbyuid() local 590 result = avl_find(&idmap_cache.uid2sid_winname.tree, &entry, &where); in idmap_cache_lookup_sidbyuid() 614 avl_index_t where; in idmap_cache_lookup_sidbygid() local 622 result = avl_find(&idmap_cache.gid2sid_winname.tree, &entry, &where); in idmap_cache_lookup_sidbygid() [all …]
|
/titanic_44/usr/src/uts/common/io/xge/drv/ |
H A D | xge_osdep.h | 298 #define xge_os_pci_read8(pdev, cfgh, where, val) \ argument 299 (*(val) = pci_config_get8(cfgh, where)) 301 #define xge_os_pci_write8(pdev, cfgh, where, val) \ argument 302 pci_config_put8(cfgh, where, val) 304 #define xge_os_pci_read16(pdev, cfgh, where, val) \ argument 305 (*(val) = pci_config_get16(cfgh, where)) 307 #define xge_os_pci_write16(pdev, cfgh, where, val) \ argument 308 pci_config_put16(cfgh, where, val) 310 #define xge_os_pci_read32(pdev, cfgh, where, val) \ argument 311 (*(val) = pci_config_get32(cfgh, where)) [all …]
|
/titanic_44/usr/src/cmd/mail/ |
H A D | poplist.c | 31 void poplist (hdrtype, where) in poplist() argument 33 register int where; 39 hdr2rm = (where == HEAD ? 45 if (where == HEAD) {
|
H A D | pushlist.c | 33 void pushlist(hdrtype, where, s, contflg) in pushlist() argument 35 register int where; 64 ohp = (where == HEAD ? hdrlines[hdrtype].head : hdrlines[hdrtype].tail); 115 if (where == HEAD) {
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_rlock.c | 108 avl_index_t where; in zfs_range_lock_writer() local 158 rl = avl_find(tree, new, &where); in zfs_range_lock_writer() 162 rl = (rl_t *)avl_nearest(tree, where, AVL_AFTER); in zfs_range_lock_writer() 166 rl = (rl_t *)avl_nearest(tree, where, AVL_BEFORE); in zfs_range_lock_writer() 171 avl_insert(tree, new, where); in zfs_range_lock_writer() 271 zfs_range_add_reader(avl_tree_t *tree, rl_t *new, rl_t *prev, avl_index_t where) in zfs_range_add_reader() argument 301 next = (rl_t *)avl_nearest(tree, where, AVL_AFTER); in zfs_range_add_reader() 305 avl_insert(tree, new, where); in zfs_range_add_reader() 360 avl_index_t where; in zfs_range_lock_reader() local 368 prev = avl_find(tree, new, &where); in zfs_range_lock_reader() [all …]
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call3.c | 110 args->where.name = "pinky-blue"; in create_arginit() 111 args->where.dir.data.data_len = rootfh->fhandle3_len; in create_arginit() 112 args->where.dir.data.data_val = rootfh->fhandle3_val; in create_arginit() 151 args->where.dir.data.data_len = rootfh->fhandle3_len; in mkdir_arginit() 152 args->where.dir.data.data_val = rootfh->fhandle3_val; in mkdir_arginit() 153 args->where.name = "cookie"; in mkdir_arginit() 162 args->where.dir.data.data_len = rootfh->fhandle3_len; in mknod_arginit() 163 args->where.dir.data.data_val = rootfh->fhandle3_val; in mknod_arginit() 164 args->where.name = "pookie"; in mknod_arginit() 262 args->where.dir.data.data_len = rootfh->fhandle3_len; in symlink_arginit() [all …]
|
/titanic_44/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 277 long *where = (long *)((caddr_t)rp->r_address + ip->crt_baseaddr); local 283 what += *where << (32-22); 284 value = (*where & ~MASK(22)) | ((what >> (32-22)) & MASK(22)); 285 wrt(where, value); 286 where++; 287 what += (*where & MASK(10)); 288 value = (*where & ~MASK(10)) | (what & MASK(10)); 289 wrt(where, value); 293 what += *where; 294 wrt(where, what);
|
/titanic_44/usr/src/common/avl/ |
H A D | avl.c | 225 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) in avl_nearest() argument 227 int child = AVL_INDEX2CHILD(where); in avl_nearest() 228 avl_node_t *node = AVL_INDEX2NODE(where); in avl_nearest() 254 avl_find(avl_tree_t *tree, const void *value, avl_index_t *where) in avl_find() argument 271 if (where != NULL) in avl_find() 272 *where = 0; in avl_find() 280 if (where != NULL) in avl_find() 281 *where = AVL_MKINDEX(prev, child); in avl_find() 481 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where) in avl_insert() argument 484 avl_node_t *parent = AVL_INDEX2NODE(where); in avl_insert() [all …]
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_pass.c | 207 avl_index_t where; in smb_pkey_del() local 226 tmp, &where)) != NULL) { in smb_pkey_del() 279 avl_index_t where; in smb_pkey_add() local 312 tmp = (smb_passid_t *)avl_find(t, cpid, &where); in smb_pkey_add() 314 avl_insert(t, cpid, where); in smb_pkey_add() 333 avl_index_t where; in smb_pkey_check() local 352 tmp = (smb_passid_t *)avl_find(t, cpid, &where); in smb_pkey_check()
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | ypxfrd_client.c | 91 off64_t where; local 107 where = (((off64_t)PAG->pag_u.ok.blkno) * PBLKSIZ); 108 (void) lseek64(db->dbm_pagf, where, L_SET); 142 off64_t where; local 152 where = (((off64_t)DIR->dir_u.ok.blkno) * DBLKSIZ); 153 (void) lseek64(db->dbm_dirf, where, L_SET);
|
/titanic_44/usr/src/cmd/localedef/ |
H A D | charmap.c | 198 avl_index_t where; in add_charmap_impl() local 207 if ((wc != -1) && ((avl_find(&cmap_wc, &srch, &where)) == NULL)) { in add_charmap_impl() 213 avl_insert(&cmap_wc, n, where); in add_charmap_impl() 217 if (avl_find(&cmap_sym, &srch, &where) != NULL) { in add_charmap_impl() 230 avl_insert(&cmap_sym, n, where); in add_charmap_impl()
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | wrap.c | 95 avl_index_t where; in ld_wrap_enter() local 110 if ((wsnp = avl_find(ofl->ofl_wrap, &wsn, &where)) != NULL) in ld_wrap_enter() 129 avl_insert(ofl->ofl_wrap, wsnp, where); in ld_wrap_enter()
|