HomeSort by relevance Sort by last modified time
    Searched refs:where (Results 1 - 25 of 379) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /netvirt/usr/src/cmd/rpcgen/
rpc_scan.c 54 #define startcomment(where) (where[0] == '/' && where[1] == '*')
55 #define endcomment(where) (where[-1] == '*' && where[0] == '/')
159 if (*where == 0) {
173 *where = 0;
188 where = curline;
189 } else if (isspace(*where)) {
    [all...]
  /netvirt/usr/src/lib/efcode/packages/
parse.c 74 * where alias is:
84 line_error(char *where, int line, char *msg)
86 log_message(MSG_ERROR, "%s:%d: %s\n", where, line, msg);
90 make_builtin_hooks(fcode_env_t *env, char *where)
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, lnum, "Badly formed target")
    [all...]
  /netvirt/usr/src/grub/grub-0.95/netboot/
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), 0xCF8)
    [all...]
pci.h 286 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)
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)
304 return pcibios_write_config_byte(dev->bus, dev->devfn, where, value)
    [all...]
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/t/op/
defins.t 57 my %where;
58 while ($where{$seen} = <FILE>)
60 $seen++ if $where{$seen} eq '0';
87 while ($where{$seen} = readdir(DIR))
89 $seen++ if $where{$seen} eq $wanted_filename;
112 while ($where{$seen} = glob('*'))
114 $seen++ if $where{$seen} eq $wanted_filename;
141 while ($where{$seen} = each %hash)
143 $seen++ if $where{$seen} eq '0';
grent.t 20 if (not defined $where) { # Try NIS.
25 $where = "NIS group";
32 if (not defined $where) { # Try NetInfo.
37 $where = "NetInfo group";
44 if (not defined $where) { # Try local.
48 $where = $GR;
79 warn "# Your $where line $. is empty.\n";
129 # entries of $where
pwent.t 20 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;
86 warn "# Your $where line $. is empty.\n";
131 # entries of $where
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/t/op/
defins.t 58 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';
grent.t 23 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";
152 # entries of $where
    [all...]
pwent.t 20 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"
    [all...]
  /netvirt/usr/src/lib/libsec/common/
acltext.c 588 #define UPDATE_WHERE where = dstr->aclexport + strlen(dstr->aclexport)
594 char *where; local
612 where = dstr->aclexport;
619 where = strappend(where, "user::");
621 where = strappend(where, "defaultuser::");
622 where = convert_perm(where, aclp->a_perm);
627 where = strappend(where, "user:")
    [all...]
  /netvirt/usr/src/cmd/mail/
poplist.c 31 void poplist (hdrtype, where)
33 register int where;
39 hdr2rm = (where == HEAD ?
45 if (where == HEAD) {
pushlist.c 33 void pushlist(hdrtype, where, s, contflg)
35 register int where;
64 ohp = (where == HEAD ? hdrlines[hdrtype].head : hdrlines[hdrtype].tail);
115 if (where == HEAD) {
  /netvirt/usr/src/lib/libc/port/gen/
ndbm.c 124 off64_t where; local
127 where = (((off64_t)db->dbm_pagbno) * PBLKSIZ);
128 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
142 off64_t where; local
144 where = (((off64_t)db->dbm_dirbno) * DBLKSIZ);
145 if ((lseek64(db->dbm_dirf, where, L_SET) != where) ||
273 off64_t where; local
290 where = (((off64_t)db->dbm_blkno) * PBLKSIZ)
308 off64_t where; local
484 off64_t where; local
539 off64_t where; local
712 off64_t where; local
773 off64_t where; local
798 off64_t where; local
    [all...]
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/x2p/
util.h 38 Malloc_t saferealloc (Malloc_t where, MEM_SIZE nbytes);
39 Free_t safefree (Malloc_t where);
util.c 49 saferealloc(Malloc_t where, MEM_SIZE size)
54 ptr = realloc(where, size ? size : 1);
57 fprintf(stderr,"0x%lx: (%05d) rfree\n",(unsigned long)where,an++);
74 safefree(Malloc_t where)
78 fprintf(stderr,"0x%lx: (%05d) free\n",(unsigned long)where,an++);
80 free(where);
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/
malloc_ctl.h 20 Malloc_t Perl_realloc (Malloc_t where, MEM_SIZE nbytes);
23 Free_t Perl_mfree (Malloc_t where);
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/x2p/
util.h 39 Malloc_t saferealloc (Malloc_t where, MEM_SIZE nbytes);
40 Free_t safefree (Malloc_t where);
util.c 50 saferealloc(Malloc_t where, MEM_SIZE size)
55 ptr = realloc(where, size ? size : 1);
58 fprintf(stderr,"0x%lx: (%05d) rfree\n",(unsigned long)where,an++);
75 safefree(Malloc_t where)
79 fprintf(stderr,"0x%lx: (%05d) free\n",(unsigned long)where,an++);
81 free(where);
  /netvirt/usr/src/lib/libcmdutils/common/
avltree.c 164 avl_index_t where; local
189 if (avl_find(*stree, tnode, &where) == NULL) {
190 avl_insert(*stree, tnode, where);
  /netvirt/usr/src/uts/common/sys/
avl.h 118 * An opaque type used to locate a position in the tree where a node
135 * Where not otherwise mentioned, "void *" arguments are a pointer to the
161 * found. If not found, it returns NULL and then if "where" is not NULL it sets
162 * "where" for use with avl_insert() or avl_nearest().
165 * where - position for use with avl_nearest() or avl_insert(), may be NULL
167 extern void *avl_find(avl_tree_t *tree, void *node, avl_index_t *where);
173 * where - position as returned from avl_find()
175 extern void avl_insert(avl_tree_t *tree, void *node, avl_index_t where);
217 * where - position as returned from avl_find()
226 * avl_index_t where;
    [all...]
  /netvirt/usr/src/lib/libnisdb/
db_table.cc 61 * 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)
509 *where = NULL;
516 *where = i;
521 *where = NULL;
547 /* Return entry at location 'where', NULL if location is invalid. *
663 entryp where = freelist.pop(); local
    [all...]
db_scheme_c.x 49 %/* Positional information of where field starts within record
61 db_posn_info where; /* where within record entry is 'key' located */
67 db_posn_info where; /* where within record entry is 'data' located */
  /netvirt/usr/src/uts/common/io/xge/drv/
xge_osdep.h 302 #define xge_os_pci_read8(pdev, cfgh, where, val) \
303 (*(val) = pci_config_get8(cfgh, where))
305 #define xge_os_pci_write8(pdev, cfgh, where, val) \
306 pci_config_put8(cfgh, where, val)
308 #define xge_os_pci_read16(pdev, cfgh, where, val) \
309 (*(val) = pci_config_get16(cfgh, where))
311 #define xge_os_pci_write16(pdev, cfgh, where, val) \
312 pci_config_put16(cfgh, where, val)
314 #define xge_os_pci_read32(pdev, cfgh, where, val) \
315 (*(val) = pci_config_get32(cfgh, where))
    [all...]
  /netvirt/usr/src/lib/libc/i386/sys/
uname.s 43 subl $4, %esp / where return address would be.

Completed in 779 milliseconds

1 2 3 4 5 6 7 8 91011>>