Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 880) sorted by relevance

12345678910>>...36

/onnv-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c51 #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 …]
/onnv-gate/usr/src/lib/libsqlite/test/
H A Dwhere.test17 # $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 Dlaststmtchanges.test50 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 Dtrigger4.test58 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;
/onnv-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci_io.c26 #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 Dpci.h286 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 …]
/onnv-gate/usr/src/lib/efcode/packages/
H A Dparse.c84 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()
/onnv-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c125 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 …]
/onnv-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc157 entryp found = head->where; in pop()
180 newentry->where = tabloc; in push()
218 answer[i] = current->where; in stats()
505 db_table::first_entry(entryp * where) in first_entry() argument
509 *where = NULL; in first_entry()
516 *where = i; in first_entry()
521 *where = NULL; in first_entry()
549 db_table::get_entry(entryp where) in get_entry() argument
552 if (where < table_size && tab != NULL && tab[where] != NULL) in get_entry()
553 return (tab[where]); in get_entry()
[all …]
H A Ddb_scheme.cc81 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()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Ddefins.t58 my %where;
59 while ($where{$seen} = <FILE>)
61 $seen++ if $where{$seen} eq '0';
88 while ($where{$seen} = readdir(DIR))
90 $seen++ if $where{$seen} eq $wanted_filename;
113 while ($where{$seen} = glob('*'))
115 $seen++ if $where{$seen} eq $wanted_filename;
142 while ($where{$seen} = each %hash)
144 $seen++ if $where{$seen} eq '0';
H A Dpwent.t20 if (not defined $where) { # Try NIS.
25 $where = "NIS passwd";
32 if (not defined $where) { # Try NetInfo.
37 $where = "NetInfo passwd";
44 if (not defined $where) { # Try local.
47 $where = $PW;
52 if (not defined $where) { # Try NIS+
57 $where = "NIS+ $niscat passwd.org_dir";
83 print "# where $where\n";
101 warn "# Your $where line $. is empty.\n";
H A Dgrent.t23 if (not defined $where) { # Try NIS.
42 $where = "NIS group - $ypcat";
49 if (not defined $where) { # Try NetInfo.
55 $where = "NetInfo group - $nidump";
62 if (not defined $where) { # Try local.
66 $where = "local $GR";
88 print "# where $where\n";
100 warn "# Your $where line $. is empty.\n";
/onnv-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c325 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 …]
/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c134 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 …]
/onnv-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h298 #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 …]
/onnv-gate/usr/src/lib/libidmap/common/
H A Didmap_cache.c482 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 …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dutil.c50 saferealloc(Malloc_t where, MEM_SIZE size) in saferealloc() argument
55 ptr = realloc(where, size ? size : 1); in saferealloc()
58 fprintf(stderr,"0x%lx: (%05d) rfree\n",(unsigned long)where,an++); in saferealloc()
75 safefree(Malloc_t where) in safefree() argument
79 fprintf(stderr,"0x%lx: (%05d) free\n",(unsigned long)where,an++); in safefree()
81 free(where); in safefree()
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_set_info_callback.pod42 The callback function is called as B<callback(SSL *ssl, int where, int ret)>.
43 The B<where> argument specifies information about where (in which context)
48 B<where> is a bitmask made up of the following bits:
112 void apps_ssl_info_callback(SSL *s, int where, int ret)
117 w=where& ~SSL_ST_MASK;
123 if (where & SSL_CB_LOOP)
127 else if (where & SSL_CB_ALERT)
129 str=(where & SSL_CB_READ)?"read":"write";
135 else if (where & SSL_CB_EXIT)
/onnv-gate/usr/src/cmd/mail/
H A Dpoplist.c31 void poplist (hdrtype, where) in poplist() argument
33 register int where;
39 hdr2rm = (where == HEAD ?
45 if (where == HEAD) {
H A Dpushlist.c33 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) {
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_rlock.c105 avl_index_t where; in zfs_range_lock_writer() local
155 rl = avl_find(tree, new, &where); in zfs_range_lock_writer()
159 rl = (rl_t *)avl_nearest(tree, where, AVL_AFTER); in zfs_range_lock_writer()
163 rl = (rl_t *)avl_nearest(tree, where, AVL_BEFORE); in zfs_range_lock_writer()
168 avl_insert(tree, new, where); in zfs_range_lock_writer()
268 zfs_range_add_reader(avl_tree_t *tree, rl_t *new, rl_t *prev, avl_index_t where) in zfs_range_add_reader() argument
298 next = (rl_t *)avl_nearest(tree, where, AVL_AFTER); in zfs_range_add_reader()
302 avl_insert(tree, new, where); in zfs_range_add_reader()
357 avl_index_t where; in zfs_range_lock_reader() local
365 prev = avl_find(tree, new, &where); in zfs_range_lock_reader()
[all …]
/onnv-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c110 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 …]
/onnv-gate/usr/src/cmd/filebench/common/
H A Dfb_avl.c213 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) in avl_nearest() argument
215 int child = AVL_INDEX2CHILD(where); in avl_nearest()
216 avl_node_t *node = AVL_INDEX2NODE(where); in avl_nearest()
244 avl_find(avl_tree_t *tree, void *value, avl_index_t *where) in avl_find() argument
263 if (where != NULL) in avl_find()
264 *where = 0; in avl_find()
272 if (where != NULL) in avl_find()
273 *where = AVL_MKINDEX(prev, child); in avl_find()
473 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where) in avl_insert() argument
476 avl_node_t *parent = AVL_INDEX2NODE(where); in avl_insert()
[all …]
/onnv-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c277 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);

12345678910>>...36