Home
last modified time | relevance | path

Searched refs:hand (Results 1 – 25 of 54) sorted by relevance

123

/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.c323 struct ohash *hand, *h1, *h2; in manmerge_and() local
329 hand = manmerge(e, NULL); in manmerge_and()
336 if (ohash_entries(h2) < ohash_entries(hand)) { in manmerge_and()
338 h2 = hand; in manmerge_and()
340 h1 = hand; in manmerge_and()
341 hand = mandoc_malloc(sizeof(*hand)); in manmerge_and()
342 mandoc_ohash_init(hand, 4, offsetof(struct dbm_res, page)); in manmerge_and()
353 ohash_insert(hand, ohash_lookup_memory(hand, in manmerge_and()
372 return hand; in manmerge_and()
374 for (res = ohash_first(hand, &slot1); res != NULL; in manmerge_and()
[all …]
H A Dpredefs.in20 * predefined strings from (e.g.) tmac/mdoc/doc-nroff. The left-hand
22 * right-hand side is what's produced by libroff.
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c300 lgrp_handle_t hand; in lgrp_root_init() local
315 hand = lgrp_plat_root_hand(); in lgrp_root_init()
316 lgrp_root->lgrp_plathand = hand; in lgrp_root_init()
324 lgrp_root->lgrp_latency = lgrp_plat_latency(hand, hand); in lgrp_root_init()
540 lgrp_latency_change(lgrp_handle_t hand, u_longlong_t oldtime, in lgrp_latency_change() argument
552 if ((hand == LGRP_NULL_HANDLE && in lgrp_latency_change()
554 (hand != LGRP_NULL_HANDLE && lgrp->lgrp_plathand == hand)) in lgrp_latency_change()
721 lgrp_handle_t hand; in lgrp_cpu_init() local
750 hand = lgrp_plat_cpu_to_hand(cp->cpu_id); in lgrp_cpu_init()
751 my_lgrp = lgrp_hand_to_lgrp(hand); in lgrp_cpu_init()
[all …]
H A Dcallout.c1952 lgrp_handle_t hand; in callout_cpu_online() local
1965 hand = lgrp_plat_cpu_to_hand(cp->cpu_id); in callout_cpu_online()
1967 if (cache->cc_hand == hand) in callout_cpu_online()
1976 cache->cc_hand = hand; in callout_cpu_online()
1978 (long)hand); in callout_cpu_online()
1982 (long)hand); in callout_cpu_online()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Din.test58 # Testing of the IN operator using static lists on the right-hand side.
79 } {1 {right-hand side of IN operator must be constant}}
83 } {1 {right-hand side of IN operator must be constant}}
90 } {1 {right-hand side of IN operator must be constant}}
94 } {1 {right-hand side of IN operator must be constant}}
100 # Testing the IN operator where the right-hand side is a SELECT
H A Dmisc3.test290 # Ticket #668: VDBE stack overflow occurs when the left-hand side
/illumos-gate/usr/src/cmd/sendmail/lib/
H A Daliases29 # Aliases can have any mix of upper and lower case on the left-hand side,
30 # but the right-hand side should be proper case (usually lower)
/illumos-gate/usr/src/uts/common/sys/
H A Dlgrp.h463 lgrp_handle_t hand; \
469 hand = lgrp_table[lgrpid]->lgrp_plathand; \
470 size += lgrp_plat_mem_size(hand, \
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c633 lgrp_handle_t hand, shand, thand; in plat_lgrp_config() local
648 hand = umb->u_board; in plat_lgrp_config()
650 plat_assign_lgrphand_to_mem_node(hand, mnode); in plat_lgrp_config()
659 hand = umb->u_board; in plat_lgrp_config()
660 if ((mnode = plat_lgrphand_to_mem_node(hand)) != -1) { in plat_lgrp_config()
/illumos-gate/usr/src/cmd/devfsadm/
H A Dreserved_devnames25 # do not hand edit
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c2699 fco_handle_t *hand; in opl_unprobe_io() local
2709 hand = &board_cfg->cfg_pcich_handle[i][j]; in opl_unprobe_io()
2715 if (*hand != NULL) { in opl_unprobe_io()
2716 opl_fc_ops_free_handle(*hand); in opl_unprobe_io()
2717 *hand = NULL; in opl_unprobe_io()
2739 hand = &board_cfg->cfg_cmuch_handle; in opl_unprobe_io()
2745 if (*hand != NULL) { in opl_unprobe_io()
2746 opl_fc_ops_free_handle(*hand); in opl_unprobe_io()
2747 *hand = NULL; in opl_unprobe_io()
/illumos-gate/usr/src/test/net-tests/tests/forwarding/
H A DREADME123 run by hand but it's easier to use ip_fwd_suite for that
140 timeout. You can also run these scripts by hand like so:
/illumos-gate/usr/src/common/bignum/
H A DREADME27 It is used as a starting point for the following hand optimized assembly files:
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dwjposer1.ok1619 %IH:back of hand
1621 %G:back of hand
1622 %OIH:back of hand
1977 %IH:hand
1979 %G:hand
1980 %OIH:hand
2047 %IH:knuckles at boundary between hand and fingers
2049 %G:knuckles at boundary between hand and fingers
2050 %OIH:knuckles at boundary between hand and fingers
H A Dwjposer1.in1168 %G:back of hand
1169 %IH:back of hand
1446 %G:hand
1447 %IH:hand
1510 %G:knuckles at boundary between hand and fingers
1511 %IH:knuckles at boundary between hand and fingers
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt.c1214 pg_cmt_find_lgrp(lgrp_handle_t hand) in pg_cmt_find_lgrp() argument
1222 if (lgrp->cl_hand == hand) in pg_cmt_find_lgrp()
1233 pg_cmt_lgrp_create(lgrp_handle_t hand) in pg_cmt_lgrp_create() argument
1241 lgrp->cl_hand = hand; in pg_cmt_lgrp_create()
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/
H A DREADME65 can be built by hand or you can use postio (with the -t option) and the stuff
116 unless you do it by hand. The tables are an attempt to make Linotronic output look
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE0.dict32 # here's a worked by hand example for key: "fault.one fault.two"
/illumos-gate/usr/src/lib/libsasl/
H A DREADME48 On the other hand, the logged messages should not be i18n'ed.
/illumos-gate/usr/src/grub/grub-0.97/
H A DMAINTENANCE18 8. Update manual.html by hand.
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c943 lgrp_handle_t hand; in lgrp_plat_cpu_to_hand() local
950 hand = (lgrp_handle_t)lgrp_plat_cpu_to_node(cpu[id], in lgrp_plat_cpu_to_hand()
953 if (hand == (lgrp_handle_t)-1) in lgrp_plat_cpu_to_hand()
956 return (hand); in lgrp_plat_cpu_to_hand()
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Drpcpdu.ndl426 * a hand-coded marshalling function.
486 * with IDL/NDR rules. We mark this import-extern and provide a hand-coded
/illumos-gate/usr/src/tools/findunref/
H A Dexception_list.open142 # Ignore mont_mulf.c. It is used as a starting point for some hand optimized
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.S1001 ! hand craft the restore to avoid getting to TL > 2
/illumos-gate/usr/src/cmd/units/
H A Dunittab432 hand 4 in

123