/osnet-11/usr/src/lib/libcmdutils/common/ |
H A D | avltree.c | 164 avl_index_t where; local 189 if (avl_find(*stree, tnode, &where) == NULL) { 190 avl_insert(*stree, tnode, where);
|
/osnet-11/usr/src/lib/efcode/packages/ |
H A D | parse.c | 74 * 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...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getuserattrnam.c | 67 * where = pointer to where to return the name of 68 * where the attribute was found. 69 * = NULL, don't return where found. 77 * *where = NULL, if where is specified, ENOMEM. 85 * Memory for the returned value and the optional where should be 93 getuserattrnam(const char *user, const char *key, char **where, argument 107 if (where != NULL) { 108 *where 144 getuserattruid(const uid_t u, const char *key, char **where, const char *deflt) argument [all...] |
/osnet-11/usr/src/lib/libsec/common/ |
H A D | aclcheck.c | 365 int where; local 370 &where, flag);
|
H A D | aclutils.c | 547 * in newentries. The where argument specifies where to begin 548 * the replacement. If the where argument is 1 greater than the 550 * where argument is 2+ greater than the number of acl entries then 554 acl_modifyentries(acl_t *acl1, acl_t *newentries, int where) argument 565 if (where < 0 || where >= acl1->acl_cnt) 571 slot = where; 598 * Add acl2 entries into acl1. The where argument specifies where 602 acl_addentries(acl_t *acl1, acl_t *acl2, int where) argument [all...] |
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/ |
H A D | cache.c | 122 uint8_t where, uint8_t ref_index) 162 ext->where = where; 120 hfsc_cache_add_extent(HfsCPrivateCache* cache, uint32_t start, uint32_t length, uint32_t block, uint16_t offset, uint8_t sbb, uint8_t where, uint8_t ref_index) argument
|
H A D | cache.h | 66 unsigned where : 5; member in struct:_HfsCPrivateExtent 103 uint8_t where, uint8_t index);
|
H A D | reloc.c | 200 switch (ref->where) { 493 uint8_t where; local 522 where = CR_BTREE_EXT_EXT; 525 where = CR_BTREE_EXT_CAT; 528 where = CR_BTREE_EXT_0; 541 where,
|
H A D | reloc_plus.c | 201 switch (ref->where) { 521 uint8_t where; local 549 where = CR_BTREE_CAT; 553 where = CR_BTREE_CAT_JIB; 558 where = CR_BTREE_CAT_JL; 567 where, 642 uint8_t where; local 671 where = CR_BTREE_EXT_EXT; 674 where = CR_BTREE_EXT_CAT; 677 where [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | util.c | 50 saferealloc(Malloc_t where, MEM_SIZE size) argument 55 ptr = realloc(where, size ? size : 1); 58 fprintf(stderr,"0x%lx: (%05d) rfree\n",(unsigned long)where,an++); 75 safefree(Malloc_t where) argument 79 fprintf(stderr,"0x%lx: (%05d) free\n",(unsigned long)where,an++); 81 free(where);
|
/osnet-11/usr/src/lib/libuvfs/common/ |
H A D | stash.c | 60 avl_index_t *where) 70 found = avl_find(&fs->fs_stash, &nkey, where); 107 avl_index_t where; local 111 node = libuvfs_stash_get_impl(fs, fid, key, &where); 124 avl_insert(&fs->fs_stash, node, where); 59 libuvfs_stash_get_impl(libuvfs_fs_t *fs, libuvfs_fid_t *fid, uint32_t key, avl_index_t *where) argument
|
H A D | name.c | 105 avl_index_t *where) 111 rc = avl_find(&fs->fs_name_info_tree, &key, where); 118 avl_index_t *where) 124 rc = avl_find(&dir->nm_dir, &key, where); 196 * is different than the two functions above, where we acquire 217 avl_index_t where; local 221 root = libuvfs_fid_info_find(fs, rootfid, &where); 228 avl_insert(&fs->fs_name_info_tree, root, where); 251 avl_index_t where; local 255 dir = libuvfs_fid_info_find(fs, dirfid, &where); 104 libuvfs_fid_info_find(libuvfs_fs_t *fs, const libuvfs_fid_t *dirfid, avl_index_t *where) argument 117 libuvfs_name_dirent_find(libuvfs_fid_info_t *dir, const char *name, avl_index_t *where) argument [all...] |
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_config.c | 171 uu_avl_index_t where; local 192 verify(uu_avl_find(hdl->libzfs_ns_avl, cn, NULL, &where) 195 uu_avl_insert(hdl->libzfs_ns_avl, cn, where);
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_handle.c | 153 char where[30]; local 185 len = sizeof (where) + sizeof (offinfo) + strlen(faultstr) + 193 (void) sprintf(where, "predicate"); 195 (void) sprintf(where, "action #%d", err.dteda_action); 221 details, where, offinfo);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | gic_opt.c | 277 * cases where the original *should* be an extended structure. 284 const char *where) 292 where); 280 krb5int_gic_opt_to_opte(krb5_context context, krb5_get_init_creds_opt *opt, krb5_gic_opt_ext **opte, unsigned int force, const char *where) argument
|
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/ |
H A D | bsdXX.c | 11 load (grub_file_t file, void *where, grub_off_t off, grub_size_t size) argument 15 if (grub_file_read (file, where, size) != (grub_ssize_t) size)
|
/osnet-11/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 & ~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...] |
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_util.c | 606 smbfs_dump_ctx(char *where, struct smb_ctx *ctx) argument 608 (void) printf("context %s:\n", where);
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db.cc | 173 entryp where, prev; local 206 res->status = internal_db.first(&where, &single); 208 assign_next_desc(&(res->nextinfo), where); 235 res->status = internal_db.next(prev, &where, 239 where);
|
H A D | db_mindex.cc | 425 db_mindex::first(entryp *where, entry_object ** answer) argument 454 entry_object_p ptr = table->first_entry(where); 467 * valid and next entry is found; DB_NOTFOUND otherwise. Sets 'where' to 468 * location of where entry is found for input as subsequent 'next' operation. 471 db_mindex::next(entryp previous, entryp *where, entry_object **answer) argument 480 entry_object * ptr = table->next_entry(previous, where); 538 * setting the pointer 'answer' to point to a copy of it. 'where' is set 539 * so that the other answers could be gotten by passing 'where' to 'next' 545 db_next_index_desc **where, entry_object ** answer) 560 *where 544 first(db_query *q, db_next_index_desc **where, entry_object ** answer) argument 581 next(db_next_index_desc *previous, db_next_index_desc **where, entry_object **answer) argument 652 entryp where; local [all...] |
H A D | db_table.cc | 56 * th inverse of 2**(N-1), where N is the number of bits in a 152 entryp found = head->where; 175 newentry->where = tabloc; 213 answer[i] = current->where; 497 * 'where'. Return NULL in both if no next entry is found. 500 db_table::first_entry(entryp * where) argument 504 *where = NULL; 511 *where = i; 516 *where = NULL; 542 /* Return entry at location 'where', NUL 544 get_entry(entryp where) argument 554 setEntryExp(entryp where, entry_obj *obj, int initialLoad) argument 658 entryp where = freelist.pop(); local 685 replace_entry(entryp where, entry_object * obj) argument 708 delete_entry(entryp where) argument [all...] |
/osnet-11/usr/src/lib/libast/common/vmalloc/ |
H A D | vmdebug.c | 99 static void dbwarn(Vmalloc_t* vm, Void_t* data, int where, argument 102 static void dbwarn(vm, data, where, file, line, func, type) 105 int where; /* byte that was corrupted */ 106 const char* file; /* file where call originates */ 141 { if(where == DB_ALLOC) 146 { if(where == 0) 153 if(where == DB_ALLOC) 155 else if(where == DB_FREE) 157 else if(where == DB_RESIZE) 159 else if(where [all...] |
/osnet-11/usr/src/lib/libumem/common/ |
H A D | envvar.c | 623 const char *where; local 631 where = "before getenv(3C) calls -- " 635 where = "during getenv(3C) calls -- " 639 where = "during dlopen(3C) call -- " 643 where = "during dlsym(3C) call -- " 647 where = "during _umem_*() call -- " 651 where = "after dlsym() or _umem_*() calls."; 654 where = "at unknown point -- " 659 log_message("recursive allocation %s\n", where);
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | xdr_rec.c | 46 * by n bytes of data, where n is contained in the header. The header 643 caddr_t where; local 650 where = rstrm->in_base; 656 where += i; 659 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1) 661 rstrm->in_finger = where; 662 where += len; 663 rstrm->in_boundry = where; 842 * indicate where in the buffer the next record starts. If 985 * leave us open to an attack where th [all...] |
/osnet-11/usr/src/lib/libidmap/common/ |
H A D | idmap_cache.c | 482 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...] |