/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | lseek.c | 69 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 D | nullfs.c | 91 off_t null_seek (struct open_file *f, off_t offset, int where) argument
|
H A D | splitfs.c | 51 static off_t splitfs_seek(struct open_file *f, off_t offset, int where); 235 splitfs_seek(struct open_file *f, off_t offset, int where) argument 245 switch (where) {
|
/illumos-gate/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);
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | wrap.c | 95 avl_index_t where; local 110 if ((wsnp = avl_find(ofl->ofl_wrap, &wsn, &where)) != NULL) 129 avl_insert(ofl->ofl_wrap, wsnp, where);
|
H A D | groups.c | 46 avl_index_t where; local 68 if ((isdp = avl_find(avlt, &isd, &where)) != NULL) { 83 avl_insert(avlt, isdp, where);
|
/illumos-gate/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...] |
/illumos-gate/usr/src/common/ficl/ |
H A D | hash.c | 12 ficlHashForget(ficlHash *hash, void *where) argument 18 FICL_ASSERT_PHASH(hash, where); 23 while ((void *)pWord >= where) {
|
/illumos-gate/usr/src/cmd/rexd/ |
H A D | where.c | 28 * where.c - get full pathname including host: 61 * where(pn, host, fsname, within) 71 where(pn, host, fsname, within) function 83 printf("where: pn %s\n", pn); 92 printf("where: stat failed");
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_cache.c | 155 avl_index_t where; local 169 node = avl_find(&chandle->ch_cache, newnode, &where); 183 avl_insert(&chandle->ch_cache, newnode, where);
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | aclcheck.c | 365 int where; local 370 &where, flag);
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vwind.c | 192 * Show line addr in context where on the screen. 197 vcontext(line *addr, unsigned char where) argument 204 else switch (where) {
|
/illumos-gate/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);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa_errlog.c | 46 * This log is then shipped into an nvlist where the key is the dataset name and 99 avl_index_t where; local 120 if (avl_find(tree, &search, &where) != NULL) { 127 avl_insert(tree, new, where);
|
H A D | zfs_rlock.c | 108 avl_index_t where; local 158 rl = avl_find(tree, new, &where); 162 rl = (rl_t *)avl_nearest(tree, where, AVL_AFTER); 166 rl = (rl_t *)avl_nearest(tree, where, AVL_BEFORE); 171 avl_insert(tree, new, where); 271 zfs_range_add_reader(avl_tree_t *tree, rl_t *new, rl_t *prev, avl_index_t where) argument 301 next = (rl_t *)avl_nearest(tree, where, AVL_AFTER); 305 avl_insert(tree, new, where); 360 avl_index_t where; local 368 prev = avl_find(tree, new, &where); [all...] |
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_pass.c | 79 * ZoneID: ZoneID of the zone from where the login request is initiated. 207 avl_index_t where; local 226 tmp, &where)) != NULL) { 279 avl_index_t where; local 312 tmp = (smb_passid_t *)avl_find(t, cpid, &where); 314 avl_insert(t, cpid, where); 333 avl_index_t where; local 352 tmp = (smb_passid_t *)avl_find(t, cpid, &where);
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | bind.c | 118 avl_index_t where; local 122 bucketp = avl_find(&rdsv3_bind_tree, &needle, &where); 130 avl_insert(&rdsv3_bind_tree, bucketp, where);
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | vncache.c | 202 avl_index_t where; local 231 old_vp = avl_find(&vncache_avl, new_vp, &where); 235 avl_insert(&vncache_avl, new_vp, where);
|
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/ |
H A D | host.c | 88 host_seek(struct open_file *f, off_t offset, int where) argument 91 return (CALLBACK(seek, f->f_fsdata, offset, where));
|
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | ns_bsd_addr.c | 45 char *where = NULL; local 48 for (element = strtok_r(string, seperators, &where); element != NULL; 49 element = strtok_r(NULL, seperators, &where))
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | gic_opt.c | 245 * cases where the original *should* be an extended structure. 252 const char *where) 260 where); 248 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
|
/illumos-gate/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);
|
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/ |
H A D | rpc_msg.h | 84 caddr_t where; member in struct:accepted_reply::__anon2774::__anon2776
|
/illumos-gate/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...] |
/illumos-gate/usr/src/cmd/filesync/ |
H A D | main.c | 288 * analysis (where we don't even look at the other side. This 496 { char *s, *where; local 501 /* figure out where the files should be located */ 503 where = (s && *s) ? expand(s) : expand(DFLT_PRFX); 506 if (where == 0) { 512 strcpy(namebuf, where); 519 strcpy(namebuf, where); 531 strcpy(namebuf, where);
|