Searched refs:where (Results 1 - 25 of 273) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c51 #define startcomment(where) (where[0] == '/' && where[1] == '*')
52 #define endcomment(where) (where[-1] == '*' && where[0] == '/')
156 if (*where == 0) {
170 *where = 0;
185 where = curline;
186 } else if (isspace(*where)) {
[all...]
/illumos-gate/usr/src/lib/efcode/packages/
H A Dparse.c74 * where alias is:
84 line_error(char *where, int line, char *msg) argument
86 log_message(MSG_ERROR, "%s:%d: %s\n", where, line, msg);
90 make_builtin_hooks(fcode_env_t *env, char *where) argument
96 if (where == NULL)
97 where = "/fcode/aliases";
99 if ((fd = fopen(where, "r")) == NULL) {
112 line_error(where, lnum, "Badly formed line");
117 line_error(where, lnum, "Badly formed alias");
121 line_error(where, lnu
[all...]
/illumos-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 & ~3))
29 unsigned int where, uint8_t *value)
31 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
32 *value = inb(0xCFC + (where&3));
37 unsigned int device_fn, unsigned int where, uint16_t *value)
39 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
40 *value = inw(0xCFC + (where&2));
45 unsigned int where, uint32_t *value)
47 outl(CONFIG_CMD(bus,device_fn,where),
28 pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, uint8_t *value) argument
36 pcibios_read_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, uint16_t *value) argument
44 pcibios_read_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, uint32_t *value) argument
52 pcibios_write_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, uint8_t value) argument
60 pcibios_write_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, uint16_t value) argument
68 pcibios_write_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, uint32_t value) argument
144 pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, uint8_t *value) argument
171 pcibios_read_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, uint16_t *value) argument
198 pcibios_read_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, uint32_t *value) argument
225 pcibios_write_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, uint8_t value) argument
252 pcibios_write_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, uint16_t value) argument
279 pcibios_write_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, uint32_t value) argument
[all...]
H A Dpci.h286 extern int pcibios_read_config_byte(unsigned int bus, unsigned int device_fn, unsigned int where, uint8_t *value);
287 extern int pcibios_write_config_byte (unsigned int bus, unsigned int device_fn, unsigned int where, uint8_t value);
288 extern int pcibios_read_config_word(unsigned int bus, unsigned int device_fn, unsigned int where, uint16_t *value);
289 extern int pcibios_write_config_word (unsigned int bus, unsigned int device_fn, unsigned int where, uint16_t value);
290 extern int pcibios_read_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, uint32_t *value);
291 extern int pcibios_write_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, uint32_t value);
297 pci_read_config_byte(struct pci_device *dev, unsigned int where, uint8_t *value) argument
299 return pcibios_read_config_byte(dev->bus, dev->devfn, where, value);
302 pci_write_config_byte(struct pci_device *dev, unsigned int where, uint8_t value) argument
304 return pcibios_write_config_byte(dev->bus, dev->devfn, where, valu
307 pci_read_config_word(struct pci_device *dev, unsigned int where, uint16_t *value) argument
312 pci_write_config_word(struct pci_device *dev, unsigned int where, uint16_t value) argument
317 pci_read_config_dword(struct pci_device *dev, unsigned int where, uint32_t *value) argument
322 pci_write_config_dword(struct pci_device *dev, unsigned int where, uint32_t value) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dreloc_elf.c47 * target relocation base for the section (i.e. it corresponds to where
81 Elf64_Addr *where, val;
90 where = (Elf_Addr *)((char *)data + relbase + rel->r_offset -
99 where = (Elf_Addr *)((char *)data + relbase + rela->r_offset -
109 if ((char *)where < (char *)data || (char *)where >= (char *)data + len)
113 addend = *where;
125 *where = val;
130 *where = val;
139 Elf_Addr addend, addr, *where, va
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dlseek.c69 lseek(int fd, off_t offset, int where) argument
83 switch (where) {
102 * handle it would fail in the same cases where the non-readahead
106 if (f->f_ralen != 0 && where != SEEK_END) {
110 switch (where) {
133 if (where == SEEK_CUR)
141 return (f->f_ops->fo_seek)(f, offset, where);
H A Dnullfs.c91 off_t null_seek (struct open_file *f, off_t offset, int where) argument
/illumos-gate/usr/src/cmd/mail/
H A Dpoplist.c31 void poplist (hdrtype, where)
33 register int where;
39 hdr2rm = (where == HEAD ?
45 if (where == HEAD) {
H A Dpushlist.c33 void pushlist(hdrtype, where, s, contflg)
35 register int where;
64 ohp = (where == HEAD ? hdrlines[hdrtype].head : hdrlines[hdrtype].tail);
115 if (where == HEAD) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c125 off64_t where; local
128 where = (((off64_t)db->dbm_pagbno) * PBLKSIZ);
129 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
143 off64_t where; local
145 where = (((off64_t)db->dbm_dirbno) * DBLKSIZ);
146 if ((lseek64(db->dbm_dirf, where, L_SET) != where) ||
274 off64_t where; local
291 where
309 off64_t where; local
497 off64_t where; local
552 off64_t where; local
725 off64_t where; local
786 off64_t where; local
811 off64_t where; local
[all...]
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Davltree.c164 avl_index_t where; local
189 if (avl_find(*stree, tnode, &where) == NULL) {
190 avl_insert(*stree, tnode, where);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dwrap.c95 avl_index_t where; local
110 if ((wsnp = avl_find(ofl->ofl_wrap, &wsn, &where)) != NULL)
129 avl_insert(ofl->ofl_wrap, wsnp, where);
/illumos-gate/usr/src/uts/common/sys/
H A Davl.h115 * An opaque type used to locate a position in the tree where a node
157 * found. If not found, it returns NULL and then if "where" is not NULL it sets
158 * "where" for use with avl_insert() or avl_nearest().
161 * where - position for use with avl_nearest() or avl_insert(), may be NULL
163 extern void *avl_find(avl_tree_t *tree, const void *node, avl_index_t *where);
169 * where - position as returned from avl_find()
171 extern void avl_insert(avl_tree_t *tree, void *node, avl_index_t where);
213 * where - position as returned from avl_find()
222 * avl_index_t where;
224 * node = avl_find(tree, &look_for_value, &where);
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc61 * th inverse of 2**(N-1), where N is the number of bits in a
157 entryp found = head->where;
180 newentry->where = tabloc;
218 answer[i] = current->where;
502 * 'where'. Return NULL in both if no next entry is found.
505 db_table::first_entry(entryp * where) argument
509 *where = NULL;
516 *where = i;
521 *where = NULL;
547 /* Return entry at location 'where', NUL
549 get_entry(entryp where) argument
559 setEntryExp(entryp where, entry_obj *obj, int initialLoad) argument
663 entryp where = freelist.pop(); local
690 replace_entry(entryp where, entry_object * obj) argument
713 delete_entry(entryp where) argument
[all...]
H A Ddb_scheme_c.x52 %/* Positional information of where field starts within record
64 db_posn_info where; /* where within record entry is 'key' located */
70 db_posn_info where; /* where within record entry is 'data' located */
H A Ddb_scheme.cc81 descols[i].where = srccols[i].where;
152 scols[keynum].where.max_len = NIS_MAXATTRVAL;
153 scols[keynum].where.start_column = 0;
236 keys.keys_val[i].where.start_column,
237 keys.keys_val[i].where.max_len);
239 data.where.start_column, data.where.max_len);
H A Ddb_dictionary_c.x224 % If 'where' is set, set it to the table_desc of 'table_name.'
228 % db* find_table( char* table_name, db_table_desc ** where = NULL );
230 % db *find_table(char *table_name, db_table_desc **where,
232 % db *find_table(char *table_name, db_table_desc **where,
236 % db *find_table_noLDAP(char *table_name, db_table_desc **where,
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h298 #define xge_os_pci_read8(pdev, cfgh, where, val) \
299 (*(val) = pci_config_get8(cfgh, where))
301 #define xge_os_pci_write8(pdev, cfgh, where, val) \
302 pci_config_put8(cfgh, where, val)
304 #define xge_os_pci_read16(pdev, cfgh, where, val) \
305 (*(val) = pci_config_get16(cfgh, where))
307 #define xge_os_pci_write16(pdev, cfgh, where, val) \
308 pci_config_put16(cfgh, where, val)
310 #define xge_os_pci_read32(pdev, cfgh, where, val) \
311 (*(val) = pci_config_get32(cfgh, where))
[all...]
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Duname.s40 subl $4, %esp / where return address would be.
/illumos-gate/usr/src/uts/sun4/conf/
H A Dgenalign.s39 ! this little hack generates a .note section where we tell
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c325 avl_index_t where; local
334 result = avl_find(&cache->sid2pid.tree, &entry, &where);
355 avl_index_t where; local
364 result = avl_find(&cache->sid2pid.tree, &entry, &where);
385 avl_index_t where; local
394 result = avl_find(&cache->sid2pid.tree, &entry, &where);
423 avl_index_t where; local
431 result = avl_find(&cache->uid2sid.tree, &entry, &where);
453 avl_index_t where; local
461 result = avl_find(&cache->gid2sid.tree, &entry, &where);
482 avl_index_t where; local
571 avl_index_t where; local
659 avl_index_t where; local
866 avl_index_t where; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c134 avl_index_t where; local
148 dup = avl_find(&dup_frags, (void *)&key, &where);
151 avl_insert(&dup_frags, (void *)dup, where);
294 avl_index_t where; local
308 &where);
314 avl_insert(target, (void *)tgt_inode, where);
324 (void *)&tgt_ref_key, &where);
337 (void *)tgt_ref, where);
403 avl_index_t where; local
410 claimant = avl_find(&dup->fr_claimants, &key, &where);
442 avl_index_t where; local
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.c110 args->where.name = "pinky-blue";
111 args->where.dir.data.data_len = rootfh->fhandle3_len;
112 args->where.dir.data.data_val = rootfh->fhandle3_val;
151 args->where.dir.data.data_len = rootfh->fhandle3_len;
152 args->where.dir.data.data_val = rootfh->fhandle3_val;
153 args->where.name = "cookie";
162 args->where.dir.data.data_len = rootfh->fhandle3_len;
163 args->where.dir.data.data_val = rootfh->fhandle3_val;
164 args->where.name = "pookie";
262 args->where
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dhash.c12 ficlHashForget(ficlHash *hash, void *where) argument
18 FICL_ASSERT_PHASH(hash, where);
23 while ((void *)pWord >= where) {
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_cache.c482 avl_index_t where; local
491 result = avl_find(&idmap_cache.sid2uid_gid.tree, &entry, &where);
513 avl_index_t where; local
522 result = avl_find(&idmap_cache.sid2uid_gid.tree, &entry, &where);
545 avl_index_t where; local
554 result = avl_find(&idmap_cache.sid2uid_gid.tree, &entry, &where);
582 avl_index_t where; local
590 result = avl_find(&idmap_cache.uid2sid_winname.tree, &entry, &where);
614 avl_index_t where; local
622 result = avl_find(&idmap_cache.gid2sid_winname.tree, &entry, &where);
646 avl_index_t where; local
691 avl_index_t where; local
737 avl_index_t where; local
767 avl_index_t where; local
796 avl_index_t where; local
908 avl_index_t where; local
1018 avl_index_t where; local
1197 avl_index_t where; local
1327 avl_index_t where; local
[all...]

Completed in 112 milliseconds

1234567891011