Home
last modified time | relevance | path

Searched refs:a (Results 1801 – 1825 of 6961) sorted by relevance

1...<<71727374757677787980>>...279

/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dvforkx.S76 bcc,a,pt %icc, 1f
101 brnz,a,pt %g1, 3f /* don't let it go negative */
103 ba,a 3f
/illumos-gate/usr/src/cmd/tbl/
H A Dtt.c30 min(int a, int b) in min() argument
32 return(a<b ? a : b); in min()
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.h126 #define GET_DYN(a) (((a) != NULL) ? \ argument
127 strstr((a), DYN_SEP) : (void *)0)
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dwcsncasecmp-7350.c27 wchar_t *a = (void *)(uintptr_t)0x8; in main() local
30 VERIFY0(wcsncasecmp(a, b, 0)); in main()
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dcompound-literal01.c2 int a: 2; member
8 struct bfs bf = { .a = 1, .b = 2 }; in foo()
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dand-or-bfs.c6 int bfs(struct s s, int a) in bfs() argument
8 s.f = a; in bfs()
H A Dbitfield-store-loads.c6 int foo(struct s s, int a) in foo() argument
8 s.f = a; in foo()
H A Dand-or-bfu.c6 int bfu(struct u s, int a) in bfu() argument
8 s.f = a; in bfu()
H A Dbitfield-store-loadu.c6 int foo(struct s s, int a) in foo() argument
8 s.f = a; in foo()
H A Dload-converted.c3 int a = p[i]; in foo() local
5 return (a - b); in foo()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dvar-undef-partial.c1 int foo(int a, int b) in foo() argument
6 if (a) in foo()
H A Dvla-sizeof1.c6 T a[(x,N)]; in foo() local
8 return sizeof(a) == (N * sizeof(T)); in foo()
H A Dsm_implied7.c2 int a, b, c; variable
4 if (a && b != 1) in frob()
H A Dvla-sizeof3.c6 T a[x][N]; in foo() local
8 return sizeof(a) == (N * x * sizeof(T)); in foo()
/illumos-gate/usr/src/tools/smatch/src/validation/mem2reg/
H A Dif-direct.c1 int foo(int c, int a, int b) in foo() argument
6 l = a; in foo()
H A Dglobal-loop.c3 int a[]; member
11 if (s.a[f]) in foo()
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.3.sample13 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
31 # headers on a VLAN interface with a user priority corresponding
35 # of filter webout needs to be given a valid ip address/hostname.
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DInterfaceAttributes.java469 InterfaceAttributes a = (InterfaceAttributes)o; in equals() local
470 return ((nameStability == a.nameStability) && in equals()
471 (dataStability == a.dataStability) && in equals()
472 (dependencyClass == a.dependencyClass)); in equals()
/illumos-gate/usr/src/boot/sys/sys/
H A Dtem_impl.h65 #define TEM_ATTR_ISSET(c, a) ((TEM_CHAR_ATTR(c) & (a)) == (a)) argument
139 uint8_t a; member
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciex.esc672 * - ta-pw-d: the device responds with a ta to a valid upstream
674 * - ta-drw-d: the device responds with a ta to a valid upstream
1107 * of a nonfatal error reported from the root complex and a cto from the root
1222 * up due to a fault behind a pcie-pci bridge
1295 * up due to a fault behind a pcie-pci bridge
1340 * can be done from the cto ereport (for a hardened leaf driver) or for a
1422 * was a cto.
1569 * If the fault was with a PCI Express leaf with a hardened driver, then we
1688 * get a cto which we can do something with - a uc without a cto is a genuinely
1899 * a fatal error.
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dnumindex.awk41 printf("line %d has been seen before at line %d\n", NR, a[$0])
46 a[$0] = NR
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.re11 /[a-cg-j1-3]/ { print $0 " matches /[a-cg-j1-3]/" }
H A Dt.split31 { a = $0 " " $0 " " $0
3 n = split (a, x, "[" $1 "]")
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pointers/
H A Derr.D_OP_PTR.badpointer.d37 int a; member
45 xyz->a = 1;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.float.c34 double a = 1.56; in main() local
38 c *= a; in main()

1...<<71727374757677787980>>...279