/illumos-gate/usr/src/uts/common/io/overlay/ |
H A D | overlay.c | 871 overlay_hold_rele(overlay_dev_t *odd) in overlay_hold_rele() argument 873 mutex_enter(&odd->odd_lock); in overlay_hold_rele() 874 ASSERT(odd->odd_ref > 0); in overlay_hold_rele() 875 odd->odd_ref--; in overlay_hold_rele() 876 mutex_exit(&odd->odd_lock); in overlay_hold_rele() 880 overlay_io_start(overlay_dev_t *odd, overlay_dev_flag_t flag) in overlay_io_start() argument 883 ASSERT(MUTEX_HELD(&odd->odd_lock)); in overlay_io_start() 886 odd->odd_rxcount++; in overlay_io_start() 888 odd->odd_txcount++; in overlay_io_start() 889 odd->odd_flags |= flag; in overlay_io_start() [all …]
|
H A D | overlay_target.c | 231 overlay_target_free(overlay_dev_t *odd) in overlay_target_free() argument 233 if (odd->odd_target == NULL) in overlay_target_free() 236 if (odd->odd_target->ott_mode == OVERLAY_TARGET_DYNAMIC) { in overlay_target_free() 237 refhash_t *rp = odd->odd_target->ott_u.ott_dyn.ott_dhash; in overlay_target_free() 238 avl_tree_t *ap = &odd->odd_target->ott_u.ott_dyn.ott_tree; in overlay_target_free() 258 ASSERT(odd->odd_target->ott_ocount == 0); in overlay_target_free() 259 kmem_cache_free(overlay_target_cache, odd->odd_target); in overlay_target_free() 309 overlay_target_lookup(overlay_dev_t *odd, mblk_t *mp, struct sockaddr *sock, in overlay_target_lookup() argument 318 ASSERT(odd->odd_target != NULL); in overlay_target_lookup() 326 ott = odd->odd_target; in overlay_target_lookup() [all …]
|
H A D | overlay_fm.c | 44 overlay_fm_degrade(overlay_dev_t *odd, const char *msg) in overlay_fm_degrade() argument 47 mutex_enter(&odd->odd_lock); in overlay_fm_degrade() 50 (void) strlcpy(odd->odd_fmamsg, msg, OVERLAY_STATUS_BUFLEN); in overlay_fm_degrade() 52 if (odd->odd_flags & OVERLAY_F_DEGRADED) in overlay_fm_degrade() 55 odd->odd_flags |= OVERLAY_F_DEGRADED; in overlay_fm_degrade() 61 mutex_exit(&odd->odd_lock); in overlay_fm_degrade() 66 overlay_fm_restore(overlay_dev_t *odd) in overlay_fm_restore() argument 69 mutex_enter(&odd->odd_lock); in overlay_fm_restore() 70 if (!(odd->odd_flags & OVERLAY_F_DEGRADED)) in overlay_fm_restore() 73 odd->odd_fmamsg[0] = '\0'; in overlay_fm_restore() [all …]
|
H A D | overlay_mux.c | 92 overlay_dev_t od, *odd; in overlay_mux_recv() local 176 odd = avl_find(&mux->omux_devices, &od, NULL); in overlay_mux_recv() 177 if (odd == NULL) { in overlay_mux_recv() 183 mutex_enter(&odd->odd_lock); in overlay_mux_recv() 184 if ((odd->odd_flags & OVERLAY_F_MDDROP) || in overlay_mux_recv() 185 !(odd->odd_flags & OVERLAY_F_IN_MUX)) { in overlay_mux_recv() 186 mutex_exit(&odd->odd_lock); in overlay_mux_recv() 192 overlay_io_start(odd, OVERLAY_F_IN_RX); in overlay_mux_recv() 193 mutex_exit(&odd->odd_lock); in overlay_mux_recv() 196 mac_rx(odd->odd_mh, NULL, mp); in overlay_mux_recv() [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/ |
H A D | tst.usdt.d.out | 1 [0] sz 445.890000 odd false even true 2 [1] sz 793.684200 odd true even false 3 [2] sz 1412.757876 odd false even true 4 [3] sz 2514.709019 odd true even false 5 [4] sz 4476.182054 odd false even true 6 [5] sz 7967.604057 odd true even false 7 [6] sz 14182.335221 odd false even true 8 [8] sz 44935.310914 odd false even true 9 [9] sz 79984.853427 odd true even false
|
H A D | tst.usdt.c | 46 char *odd, *even, *json, *action; in main() local 49 odd = idx % 2 == 1 ? "true" : "false"; in main() 53 asprintf(&json, FMT, size, idx, odd, even, action); in main()
|
H A D | tst.usdt.d | 43 this->odd = json(this->j, "facts.odd"); 46 this->odd, this->even);
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | powl.S | 44 / -0 ** +y (except 0, NaN, odd int) is +0 46 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 47 / -0 ** y (odd int) is - (+0 ** x) 165 / -0 ** +y (except 0, NaN, odd int) is +0 167 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 168 / -0 ** y (odd int) is - (+0 ** x) 318 jne 1f / y is not an odd integer 319 / y is an odd integer 323 / x = -0 & y < 0 (odd int) return -inf (z flag) 336 1: / y is not an odd integer [all …]
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | powl.S | 44 / -0 ** +y (except 0, NaN, odd int) is +0 46 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 47 / -0 ** y (odd int) is - (+0 ** x) 168 / -0 ** +y (except 0, NaN, odd int) is +0 170 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 171 / -0 ** y (odd int) is - (+0 ** x) 331 jne 1f / y is not an odd integer 332 / y is an odd integer 337 / x = -0 & y < 0 (odd int) return -inf (z flag) 350 1: / y is not an odd integer [all …]
|
H A D | powf.S | 47 / -0 ** +y (except 0, NaN, odd int) is +0 49 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 50 / -0 ** y (odd int) is - (+0 ** x) 172 / -0 ** +y (except 0, NaN, odd int) is +0 174 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 175 / -0 ** y (odd int) is - (+0 ** x) 339 jne 1f / y is not an odd integer 340 / y is an odd integer 345 / x = -0 & y < 0 (odd int) return -inf (z flag) 358 1: / y is not an odd integer [all …]
|
H A D | pow.S | 47 / -0 ** +y (except 0, NaN, odd int) is +0 48 / -0 ** +y (odd int) is -0 186 / -0 ** +y (except 0, NaN, odd int) is +0 188 / -0 ** -y (except 0, NaN, odd int) is +inf (z flag) 189 / -0 ** y (odd int) is - (+0 ** x) 360 jne 1f / y is not an odd integer 361 / y is an odd integer 366 / x = -0 & y < 0 (odd int) return -inf (z flag) 377 1: / y is not an odd integer 382 / x = -0 & y < 0 (not odd int) return +inf (z flag) [all …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ip_cksum.c | 233 int odd; in ip_cksum() local 235 odd = is_odd(dp->db_cksumstuff - in ip_cksum() 244 if (odd) in ip_cksum() 248 if (odd) in ip_cksum()
|
H A D | strsubr.c | 8500 int odd = len & 1; in bcksum() local 8503 if (((intptr_t)bp & 1) == 0 && !odd) { in bcksum() 8537 if (odd) { in bcksum()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/ |
H A D | t.redir1 | 2 $1%2==1 {print >(ENVIRON["WORKDIR"] "/foo.odd")}
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_dataset.c | 3225 dsl_dir_t *odd = NULL; in dsl_dataset_promote_sync() local 3246 NULL, FTAG, &odd)); in dsl_dataset_promote_sync() 3248 dsl_dataset_promote_crypt_sync(hds->ds_dir, odd, tx); in dsl_dataset_promote_sync() 3270 dsl_dir_phys(dd)->dd_origin_obj = dsl_dir_phys(odd)->dd_origin_obj; in dsl_dataset_promote_sync() 3272 dmu_buf_will_dirty(odd->dd_dbuf, tx); in dsl_dataset_promote_sync() 3273 dsl_dir_phys(odd)->dd_origin_obj = origin_ds->ds_object; in dsl_dataset_promote_sync() 3280 dsl_dir_phys(odd)->dd_clones, hds->ds_object, tx)); in dsl_dataset_promote_sync() 3324 ASSERT3U(dsl_dataset_phys(ds)->ds_dir_obj, ==, odd->dd_object); in dsl_dataset_promote_sync() 3326 ASSERT3P(ds->ds_dir, ==, odd); in dsl_dataset_promote_sync() 3358 dsl_dir_phys(odd)->dd_clones, o, tx)); in dsl_dataset_promote_sync() [all …]
|
/illumos-gate/usr/src/lib/libc/sparcv9/crt/ |
H A D | __align_cpy_4.S | 136 bz,pn %xcc, .loop16 ! Copy odd amounts first, then multiples of 16.
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 1773 int i, odd; in nxge_csgen() local 1777 odd = len % 2; in nxge_csgen() 1781 if (odd) { in nxge_csgen()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_e82545.c | 995 unsigned int now, odd; in e82545_iov_checksum() local 1006 odd = 0; in e82545_iov_checksum() 1010 sum += odd ? (s << 8) : s; in e82545_iov_checksum() 1011 odd ^= (now & 1); in e82545_iov_checksum()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | structure.tex | 131 \fancyhead[LO]{\rightmark} % Print the nearest section name on the left side of odd pages 138 % Removes the header from odd empty pages at the end of chapters
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | generic_copy.S | 124 ! with odd alignment between source and destnation 178 ! get the odd bytes between alignments
|
H A D | niagara_copy.S | 1169 andcc %o3, 8, %o4 ! odd long words to move? 2432 ! with odd alignment between source and destnation 2486 ! get the odd bytes between alignments 3508 andcc %o3, 8, %o4 ! odd long words to move?
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 2098 static int odd; variable 2103 odd = 0; in prval_init() 2110 if (odd++ & 1) in prval() 2118 if (odd++ & 1) in prval64() 2126 if (odd++ & 1) in pr_int_val() 2147 if (odd++ & 1) in pr_sctp_rtoalgo() 2154 if (odd++ & 1) in prval_end()
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | table.test | 231 # Drop the odd number tables
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_copy.S | 1601 ! with odd alignment between source and destnation 1655 ! get the odd bytes between alignments
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 189 % Margin to add to right of even pages, to left of odd pages. 848 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin 2162 \newtoks\oddheadline % headline on odd pages 2164 \newtoks\oddfootline % footline on odd pages 4510 % start on an odd page, unlike chapters. Thus, we maintain 4543 \contentsalignmacro % in case @setchapternewpage odd is in effect 4582 \contentsalignmacro % in case @setchapternewpage odd is in effect
|