Searched refs:foo (Results 126 - 135 of 135) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/vm/
H A Dpage_retire.c326 #define PR_DEBUG(foo) ((pr_debug.foo)++)
386 #define PR_DEBUG(foo) /* nothing */
387 #define PR_TYPES(foo) /* nothing */
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex45 % manual foo.texi, however, you can get away with this:
46 % tex foo.texi
47 % texindex foo.??
48 % tex foo.texi
49 % tex foo.texi
50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
416 % @end itemize @c foo
447 % \parseargdef\foo{...}
449 % \def\foo{\parsear
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcubetype.sh37 items=(foo bar)
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c285 struct emul64 *foo; local
290 foo = ddi_get_soft_state(emul64_state, instance);
291 if (foo != NULL)
292 *result = (void *)foo->emul64_dip;
/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c347 uchar_t *foo; local
361 if ((rv = crypto_get_key_attr(key, CKA_EC_POINT, &foo,
371 if ((rv = crypto_get_key_attr(key, CKA_VALUE, &foo,
/illumos-gate/usr/src/tools/scripts/
H A DInstall.sh216 touch foo
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtype.c1378 Fields_t foo[]= variable
1542 tp = nv_mkstruct("stat_t", sizeof(struct stat), foo);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2294 int s, ns, foo; local
2335 foo = sizeof (sin6);
2336 ns = accept(s, (struct sockaddr *)&sin6, &foo);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c3540 int foo[2]; member in union:__anon54
3547 "verifier = %" PRIx64 "\n", cid.foo[0], cid.foo[1], verf);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c5413 char foo[IPQOS_CONF_NAME_LEN+1]; local
5451 foo, name);

Completed in 90 milliseconds

123456