Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 6961) sorted by last modified time

12345678910>>...279

/illumos-gate/usr/src/uts/common/netinet/
H A Din.h402 #define IN_SET_LOOPBACK_ADDR(a) \ argument
403 { (a)->sin_addr.s_addr = htonl(INADDR_LOOPBACK); \
404 (a)->sin_family = AF_INET; }
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c167 #define MFCHASH(a, g) MFCHASHMOD(((a) >> 20) ^ ((a) >> 10) ^ (a) ^ \ argument
312 #define TV_DELTA(a, b, delta) { \ argument
315 delta = (a).tv_nsec - (b).tv_nsec; \
316 if ((xxs = (a).tv_sec - (b).tv_sec) != 0) { \
330 #define TV_LT(a, b) (((a).tv_nsec < (b).tv_nsec && \ argument
331 (a).tv_sec <= (b).tv_sec) || (a).tv_sec < (b).tv_sec)
H A Dip.c11618 ipsec_action_t *a; in ipsec_out_extra_length() local
11623 a = ixa->ixa_ipsec_action; in ipsec_out_extra_length()
11624 if (a == NULL) { in ipsec_out_extra_length()
11626 a = ixa->ixa_ipsec_policy->ipsp_act; in ipsec_out_extra_length()
11628 ASSERT(a != NULL); in ipsec_out_extra_length()
11630 return (a->ipa_ovhd); in ipsec_out_extra_length()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h3191 #define ip0dbg(a) printf a argument
3192 #define ip1dbg(a) if (ip_debug > 2) printf a argument
3193 #define ip2dbg(a) if (ip_debug > 3) printf a argument
3194 #define ip3dbg(a) if (ip_debug > 4) printf a argument
3196 #define ip0dbg(a) /* */ argument
3197 #define ip1dbg(a) /* */ argument
3198 #define ip2dbg(a) /* */ argument
3199 #define ip3dbg(a) /* */ argument
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c61 #define memcmp(a, b, l) bcmp((a), (b), (l)) argument
/illumos-gate/exception_lists/
H A Dpackaging8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
159 # and libc. There is no reason for them to be part of a package that
160 # a customer should ever see. They are installed in the proto area by
218 # a general purpose library for the benefit of internet utilities. Only
423 # libpp (a helper library needed by AST's msgcc)
578 # i86hvm is not a full platform. It is just a home for paravirtualized
689 # staging area is provided as a separate basedir for package
/illumos-gate/usr/src/tools/quick/
H A Dmake-smbsrv247 for a in $kmdb_arch
251 (cd $SRC/cmd/mdb/$x/$a/kmdb &&
255 (cd $SRC/cmd/mdb/$x/$a/kmdb &&
259 (cd $SRC/cmd/mdb/$x/$a/smbsrv &&
264 for a in $mdb_arch
271 (cd $SRC/cmd/mdb/$x/$a/$lib && $make $1 )
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
43 # copy of that file. If you need help, contact a gatekeeper for guidance.
3147 # On amd64, we also have SYSVABI_1.3, but it contains a small subset of
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist29 * copied into a reserved array at runtime. See bug 4097669.
64 20 ENOTDIR Not a directory
65 21 EISDIR Is a directory
104 60 ENOSTR Not a stream device
119 77 EBADMSG Not a data message
125 83 ELIBACC Can not access a needed shared library
126 84 ELIBBAD Accessing a corrupted shared library
127 85 ELIBSCN .lib section in a.out corrupted
129 87 ELIBEXEC Can not exec a shared library directly
156 137 SKIP Not a name file
[all …]
/illumos-gate/usr/src/lib/libsmbios/common/
H A Dmapfile-vers8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
37 # copy of that file. If you need help, contact a gatekeeper for guidance.
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_crypt.c283 spa_crypto_key_compare(const void *a, const void *b) in spa_crypto_key_compare() argument
285 const dsl_crypto_key_t *dcka = a; in spa_crypto_key_compare()
296 spa_key_mapping_compare(const void *a, const void *b) in spa_key_mapping_compare() argument
298 const dsl_key_mapping_t *kma = a; in spa_key_mapping_compare()
309 spa_wkey_compare(const void *a, const void *b) in spa_wkey_compare() argument
311 const dsl_wrapping_key_t *wka = a; in spa_wkey_compare()
H A Drefcount.c75 offsetof(reference_t, ref_link.a)); in zfs_refcount_create()
249 offsetof(reference_t, ref_link.a)); in zfs_refcount_transfer()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h50 avl_node_t a; member
/illumos-gate/usr/src/lib/libavl/
H A Dmapfile-vers8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
35 # copy of that file. If you need help, contact a gatekeeper for guidance.
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h127 #define DTRACE_PROBE(a) \ argument
128 ZFS_PROBE0(#a)
133 #define DTRACE_PROBE1(a, b, c) \ argument
134 ZFS_PROBE1(#a, (unsigned long)c)
139 #define DTRACE_PROBE2(a, b, c, d, e) \ argument
145 #define DTRACE_PROBE3(a, b, c, d, e, f, g) \ argument
255 #define VOP_SPACE(vp, cmd, a, f, o, cr, ct) 0 argument
336 #define TREE_ISIGN(a) (((a) > 0) - ((a) < 0)) argument
337 #define TREE_CMP(a, b) (((a) > (b)) - ((a) < (b))) argument
338 #define TREE_PCMP(a, b) \ argument
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Ddiagnostic-cpu-counters.p5m8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Ddriver-cpu-amd-zen.p5m50 # 153a: f1ah m00-1f nb
55 # 166a-1671: f19h m50-5f df
79 alias=pci1022,144a,p \
132 alias=pci1022,153a,p \
151 alias=pci1022,166a,p \
160 alias=pci1022,167a,p \
181 alias=pci1022,172a,p \
H A Ddeveloper-driver-ftsafe.p5m8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Dsystem-data-hardware-registry.p5m8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids1129 058a C310
1216 602a i900
1902 005a X63
2591 091a Hub
3387 102a Mouse*in*a*Box Optical
7841 007a RD
16078 103a PSA
24424 00a G
24440 01a W
24472 03a F1
[all …]
H A Dpci.ids75 # 018a is not LevelOne but there is a board misprogrammed
76 018a LevelOne
143 910a JH910
148 920a JH920
7120 300a 4Gbps Fibre Channel to PCI-X HBA 300a
10935 053a C68 [GeForce 7050 PV / nForce 630a]
11369 084a C77 [nForce 730a]
11371 084c C77 [nForce 780a/980a SLI]
16748 121a 003a Voodoo3 AGP
20851 103c 135a Broadcom 802.11a/b/g WLAN
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.misc164 BEGIN { up[1] = "a"
165 for (i in up) gsub("a", "A", x)
292 printf "the monkey ate a %s\n", "banana" }
298 printf "the monkey ate a %s\n", "banana" }
311 $AWK 'BEGIN { print "x\f\r\b\v\a\\y" }' > $TEMP2
340 split("a b c", arr)
470 echo 'a
510 a = (RECSIZE % 2 > 0 ? "5" : "55");
511 while (length(a) < RECSIZE + c) {
512 a = a " 5";
[all …]
/illumos-gate/usr/src/test/util-tests/runfiles/
H A Ddefault.run66 # The awk tests have a number of individual tests which can take several
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c1345 boolean_t *a, uint_t n) in nvlist_add_boolean_array() argument
1406 char *const *a, uint_t n) in nvlist_add_string_array() argument
1717 uchar_t **a, uint_t *n) in nvlist_lookup_byte_array() argument
1730 uint8_t **a, uint_t *n) in nvlist_lookup_uint8_array() argument
1737 int16_t **a, uint_t *n) in nvlist_lookup_int16_array() argument
1744 uint16_t **a, uint_t *n) in nvlist_lookup_uint16_array() argument
1751 int32_t **a, uint_t *n) in nvlist_lookup_int32_array() argument
1758 uint32_t **a, uint_t *n) in nvlist_lookup_uint32_array() argument
1765 int64_t **a, uint_t *n) in nvlist_lookup_int64_array() argument
1772 uint64_t **a, uint_t *n) in nvlist_lookup_uint64_array() argument
[all …]
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dmapfile-vers8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
35 # copy of that file. If you need help, contact a gatekeeper for guidance.

12345678910>>...279