Home
last modified time | relevance | path

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

12345

/onnv-gate/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c536 lookup_dd(dsvc_handle_t hand, boolean_t partial, uint_t query, in lookup_dd() argument
544 if (targetp == NULL || nrecordsp == NULL || DSVC_HANDLE_INVAL(hand)) in lookup_dd()
547 if (hand->d_type == DSVC_DHCPTAB) { in lookup_dd()
549 lookup = hand->d_api.lookup_dt; in lookup_dd()
552 lookup = hand->d_api.lookup_dn; in lookup_dd()
564 if (hand->d_synch != NULL) { in lookup_dd()
565 error = DSVC_SYNCH_RDLOCK(hand->d_synch, &unlock_cookie); in lookup_dd()
570 error = lookup(hand->d_hand, partial, query, count, targetp, recordsp, in lookup_dd()
573 if (hand->d_synch != NULL) in lookup_dd()
574 (void) DSVC_SYNCH_UNLOCK(hand->d_synch, unlock_cookie); in lookup_dd()
[all …]
/onnv-gate/usr/src/lib/libshell/common/scripts/
H A Dtermclock.sh138 nameref hand=$1
139 draw_hand $(( 360.*(hand.val/hand.scale)-90. )) "${hand.ch}" ${hand.length}
145 nameref hand=$1
146 draw_hand $(( 360.*(hand.val/hand.scale)-90. )) " " ${hand.length}
/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Dmisc.c197 dhcp_lookup_dd(dsvc_handle_t hand, boolean_t partial, uint_t query, in dhcp_lookup_dd() argument
201 return (lookup_dd(hand, partial, query, count, targetp, recordsp, in dhcp_lookup_dd()
206 int hind = (int)hand; in dhcp_lookup_dd()
294 ret = lookup_dd(hand, partial, query, count, targetp, in dhcp_lookup_dd()
302 dhcp_modify_dd_entry(dsvc_handle_t hand, const void *origp, void *newp) in dhcp_modify_dd_entry() argument
305 return (modify_dd_entry(hand, origp, newp)); in dhcp_modify_dd_entry()
309 int hind = (int)hand; in dhcp_modify_dd_entry()
335 ret = modify_dd_entry(hand, origp, newp); in dhcp_modify_dd_entry()
342 dhcp_free_dd_list(dsvc_handle_t hand, void *listp) in dhcp_free_dd_list() argument
345 free_dd_list(hand, listp); in dhcp_free_dd_list()
[all …]
H A Dper_dnet.c186 if ((pnd->hand = hash_Insert(ntable, &pnd->net, sizeof (struct in_addr), in open_dnet()
216 hash_Rele(pnd->hand, delete); in close_dnet()
235 hash_Dtime(pnd->hand, time(NULL) + ntable->dfree_time); in get_dnet()
266 refcnt = hash_Refcount(pnd->hand); in unhash_dnet()
288 refcnt = hash_Refcount(pnd->hand); in unhash_dnet()
H A Dper_dnet.h93 hash_handle hand; /* hash insertion handle */ member
/onnv-gate/usr/src/common/openssl/crypto/bn/asm/
H A DREADME9 For the x86, I have hand written assember because of the bad job all
13 For the DEC alpha, I also hand wrote the assember (except the division which
17 were 64 bits). So the hand assember gives access to the 128 bit result and
/onnv-gate/usr/src/uts/common/os/
H A Dlgrp.c298 lgrp_handle_t hand; in lgrp_root_init() local
313 hand = lgrp_plat_root_hand(); in lgrp_root_init()
314 lgrp_root->lgrp_plathand = hand; in lgrp_root_init()
322 lgrp_root->lgrp_latency = lgrp_plat_latency(hand, hand); in lgrp_root_init()
536 lgrp_latency_change(lgrp_handle_t hand, u_longlong_t oldtime, in lgrp_latency_change() argument
548 if ((hand == LGRP_NULL_HANDLE && in lgrp_latency_change()
550 (hand != LGRP_NULL_HANDLE && lgrp->lgrp_plathand == hand)) in lgrp_latency_change()
717 lgrp_handle_t hand; in lgrp_cpu_init() local
746 hand = lgrp_plat_cpu_to_hand(cp->cpu_id); in lgrp_cpu_init()
747 my_lgrp = lgrp_hand_to_lgrp(hand); in lgrp_cpu_init()
[all …]
H A Dcallout.c1951 lgrp_handle_t hand; in callout_cpu_online() local
1964 hand = lgrp_plat_cpu_to_hand(cp->cpu_id); in callout_cpu_online()
1966 if (cache->cc_hand == hand) in callout_cpu_online()
1975 cache->cc_hand = hand; in callout_cpu_online()
1977 (long)hand); in callout_cpu_online()
1981 (long)hand); in callout_cpu_online()
/onnv-gate/usr/src/lib/libsqlite/test/
H A Din.test60 # Testing of the IN operator using static lists on the right-hand side.
81 } {1 {right-hand side of IN operator must be constant}}
85 } {1 {right-hand side of IN operator must be constant}}
92 } {1 {right-hand side of IN operator must be constant}}
96 } {1 {right-hand side of IN operator must be constant}}
102 # Testing the IN operator where the right-hand side is a SELECT
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
H A DConfigLocal_PM.e2x4 # You should not edit this file by hand! use "enc2xs -C"
/onnv-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)
/onnv-gate/usr/src/uts/common/sys/
H A Dlgrp.h461 lgrp_handle_t hand; \
467 hand = lgrp_table[lgrpid]->lgrp_plathand; \
468 size += lgrp_plat_mem_size(hand, \
/onnv-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c630 lgrp_handle_t hand, shand, thand; in plat_lgrp_config() local
645 hand = umb->u_board; in plat_lgrp_config()
647 plat_assign_lgrphand_to_mem_node(hand, mnode); in plat_lgrp_config()
656 hand = umb->u_board; in plat_lgrp_config()
657 if ((mnode = plat_lgrphand_to_mem_node(hand)) != -1) { in plat_lgrp_config()
/onnv-gate/usr/src/cmd/lvm/etc/
H A Dmd.cf27 # do not hand edit
H A Dmddb.cf26 #metadevice database location file do not hand edit
/onnv-gate/usr/src/cmd/devfsadm/
H A Dreserved_devnames26 # do not hand edit
/onnv-gate/usr/src/common/openssl/crypto/dso/
H A DREADME6 dso_dl.c. On the other hand, HPUX11 support dlfcn too and
/onnv-gate/usr/src/stand/lib/fs/nfs/
H A Dllib-lnfs34 * boot_nfs_ops, so just prototype them by hand here; eventually a
/onnv-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c566 lgrp_handle_t hand, shand, thand; in plat_lgrp_config() local
580 hand = BOARDNUM_2_EXPANDER(umb->u_board); in plat_lgrp_config()
582 plat_assign_lgrphand_to_mem_node(hand, mnode); in plat_lgrp_config()
/onnv-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c2700 fco_handle_t *hand; in opl_unprobe_io() local
2710 hand = &board_cfg->cfg_pcich_handle[i][j]; in opl_unprobe_io()
2716 if (*hand != NULL) { in opl_unprobe_io()
2717 opl_fc_ops_free_handle(*hand); in opl_unprobe_io()
2718 *hand = NULL; in opl_unprobe_io()
2740 hand = &board_cfg->cfg_cmuch_handle; in opl_unprobe_io()
2746 if (*hand != NULL) { in opl_unprobe_io()
2747 opl_fc_ops_free_handle(*hand); in opl_unprobe_io()
2748 *hand = NULL; in opl_unprobe_io()
/onnv-gate/usr/src/common/bignum/
H A DREADME27 It is used as a starting point for the following hand optimized assembly files:
/onnv-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()
/onnv-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE0.dict35 # here's a worked by hand example for key: "fault.one fault.two"
/onnv-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
/onnv-gate/usr/src/lib/libsasl/
H A DREADME48 On the other hand, the logged messages should not be i18n'ed.

12345