Home
last modified time | relevance | path

Searched refs:odd (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay.c928 cv_wait(&odd->odd_iowait, &odd->odd_lock); in overlay_io_wait()
938 for (odd = list_head(&overlay_dev_list); odd != NULL; in overlay_dev_iter()
939 odd = list_next(&overlay_dev_list, odd)) { in overlay_dev_iter()
1007 overlay_mux_remove_dev(odd->odd_mux, odd); in overlay_m_stop()
1242 odd->odd_plugin->ovp_ops->ovpo_fini(odd->odd_pvoid); in overlay_i_create()
1257 odd->odd_plugin->ovp_ops->ovpo_fini(odd->odd_pvoid); in overlay_i_create()
1267 odd->odd_plugin->ovp_ops->ovpo_fini(odd->odd_pvoid); in overlay_i_create()
1342 odd->odd_plugin->ovp_ops->ovpo_fini(odd->odd_pvoid); in overlay_i_create()
1526 odd->odd_plugin->ovp_ops->ovpo_fini(odd->odd_pvoid); in overlay_i_delete()
1837 overlay_mux_remove_dev(odd->odd_mux, odd); in overlay_setprop_vnetid()
[all …]
H A Doverlay_target.c425 overlay_dev_t *odd; in overlay_target_info() local
429 if (odd == NULL) in overlay_target_info()
454 if (odd == NULL) in overlay_target_associate()
538 if (odd == NULL) in overlay_target_degrade()
554 if (odd == NULL) in overlay_target_restore()
570 if (odd == NULL) in overlay_target_disassociate()
1069 if (odd == NULL) in overlay_target_cache_get()
1139 if (odd == NULL) in overlay_target_cache_set()
1210 if (odd == NULL) in overlay_target_cache_remove()
1256 if (odd == NULL) in overlay_target_cache_flush()
[all …]
H A Doverlay_fm.c44 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()
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()
74 odd->odd_flags &= ~OVERLAY_F_DEGRADED; in overlay_fm_restore()
[all …]
H A Doverlay_mux.c92 overlay_dev_t od, *odd; in overlay_mux_recv() local
177 if (odd == NULL) { in overlay_mux_recv()
183 mutex_enter(&odd->odd_lock); in overlay_mux_recv()
186 mutex_exit(&odd->odd_lock); 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()
198 mutex_enter(&odd->odd_lock); in overlay_mux_recv()
199 overlay_io_done(odd, OVERLAY_F_IN_RX); in overlay_mux_recv()
200 mutex_exit(&odd->odd_lock); in overlay_mux_recv()
334 avl_add(&mux->omux_devices, odd); in overlay_mux_add_dev()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d.out1 [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 Dtst.usdt.c46 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 Dtst.usdt.d43 this->odd = json(this->j, "facts.odd");
46 this->odd, this->even);
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.S44 / -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 Dpowf.S47 / -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 Dpowl.S44 / -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 Dpow.S47 / -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 Dip_cksum.c233 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 Dstrsubr.c8512 int odd = len & 1; in bcksum() local
8515 if (((intptr_t)bp & 1) == 0 && !odd) { in bcksum()
8549 if (odd) { in bcksum()
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.redir12 $1%2==1 {print >(ENVIRON["WORKDIR"] "/foo.odd")}
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c3080 dsl_dir_t *odd = NULL; in dsl_dataset_promote_sync() local
3101 NULL, FTAG, &odd)); in dsl_dataset_promote_sync()
3103 dsl_dataset_promote_crypt_sync(hds->ds_dir, odd, tx); in dsl_dataset_promote_sync()
3127 dmu_buf_will_dirty(odd->dd_dbuf, tx); in dsl_dataset_promote_sync()
3128 dsl_dir_phys(odd)->dd_origin_obj = origin_ds->ds_object; in dsl_dataset_promote_sync()
3135 dsl_dir_phys(odd)->dd_clones, hds->ds_object, tx)); in dsl_dataset_promote_sync()
3181 ASSERT3P(ds->ds_dir, ==, odd); in dsl_dataset_promote_sync()
3213 dsl_dir_phys(odd)->dd_clones, o, tx)); in dsl_dataset_promote_sync()
3240 dsl_dir_phys(odd)->dd_used_breakdown[DD_USED_SNAP]; in dsl_dataset_promote_sync()
3244 dsl_dir_diduse_space(odd, DD_USED_HEAD, in dsl_dataset_promote_sync()
[all …]
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.S136 bz,pn %xcc, .loop16 ! Copy odd amounts first, then multiples of 16.
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1773 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/
H A Dpci_e82545.c996 unsigned int now, odd; in e82545_iov_checksum() local
1007 odd = 0; in e82545_iov_checksum()
1011 sum += odd ? (s << 8) : s; in e82545_iov_checksum()
1012 odd ^= (now & 1); in e82545_iov_checksum()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dstructure.tex131 \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 Dgeneric_copy.S124 ! with odd alignment between source and destnation
178 ! get the odd bytes between alignments
H A Dniagara_copy.S1169 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 Dnetstat.c2098 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 Dtable.test231 # Drop the odd number tables
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.S1601 ! 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 Dtexinfo.tex189 % 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

12