Searched defs:side (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | wclib.c | 183 unsigned char side[32]; local 195 if ((o = endbuff-cp) < sizeof(side)) 200 memcpy(side, cp, o); 205 cp = side + o; 213 if ((c = sizeof(side) - o) > n) 218 cp = side; 220 if ((cp-side) < o) 223 nchars += (cp-side) - 1; 226 cp = buff + (cp-side) - o; 351 start = (endbuff = side) [all...] |
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_namespace.c | 64 nm.side = sideno; 107 nm.side = sideno; 147 nm.side = sideno; 190 nm.side = sideno; 219 nm.side = sideno; 272 nm.side = sideno; 284 * a reference count for each side. Need to do this after 288 * get the devid. If the wrong side is used then it would 290 * the requirement to process the local side first of all. 295 * fail with ENOENT if the side doe 735 side_t myside, side; local 842 side_t side; local [all...] |
H A D | meta_set_tkr.c | 115 /* We already locked this side in the caller */ 142 /* We already locked this side in the caller */ 213 /* We will unlocked this side in the caller */ 241 /* We will unlocked this side in the caller */ 500 side_t side; local 569 /* Lock the set on our side */ 576 * Find the "side" value so that it can be used to deal with 579 side = getnodeside(mynode(), sd); 581 if (side == MD_SIDEWILD) { 589 * A local sets' side [all...] |
H A D | meta_devadm.c | 251 nm.side = sideno; 288 nm.side = sideno; 433 mda_debug("Failed to find the side number\n"); 626 mda_debug("Failed to find the side number\n"); 634 nm.side = sideno; 833 ds.side = sideno; 879 * device specified by lp. A side effect is to update the value of 988 side_t side; local 1000 side = getmyside(*spp, ep); 1001 if (side [all...] |
H A D | meta_metad_subr.c | 471 * their side in the local set. Verify 473 * this node's side. 484 nm.side = nr->nr_nodeid; 531 nm.side = i + SKEW; 582 add_key_to_lst(key_lst_t **klpp, side_t side, mdkey_t key) argument 594 klp->kl_side = side; 606 md_eprintf("side=%d, key=%lu\n", tklp->kl_side, tklp->kl_key); 611 key_in_key_lst(key_lst_t *klp, side_t side, mdkey_t key) argument 616 if (tklp->kl_side == side && tklp->kl_key == key) 652 * the key/side pair [all...] |
H A D | meta_import.c | 2673 side_t side; local 2687 for (side = 0; side < MD_MNMAXSIDES; side++) { 2688 if (mnlnp->ln_mnsuffixes[side][cnt]. 2691 [side][cnt].mn_ln_suffix. 2697 if (side == MD_MNMAXSIDES) 2701 suf = mnlnp->ln_mnsuffixes[side][cnt]. 3979 * The disk has no side name information 4351 * the right thing with side informatio [all...] |
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | m_cc.c | 922 __m_cc_expand(WINDOW *w, int y, int x, int side) argument 929 if (side < 0) 931 else if (0 < side)
|
Completed in 46 milliseconds