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

123

/opensolaris-onvv-gate/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c486 * Delete the handle instance referenced by hand. Frees hand if the close
519 * Searches hand container for records that match the query described by
536 lookup_dd(dsvc_handle_t hand, boolean_t partial, uint_t query, argument
544 if (targetp == NULL || nrecordsp == NULL || DSVC_HANDLE_INVAL(hand))
547 if (hand->d_type == DSVC_DHCPTAB) {
549 lookup = hand->d_api.lookup_dt;
552 lookup = hand->d_api.lookup_dn;
564 if (hand->d_synch != NULL) {
565 error = DSVC_SYNCH_RDLOCK(hand
583 free_dd(dsvc_handle_t hand, void *entryp) argument
598 free_dd_list(dsvc_handle_t hand, void *listp) argument
615 add_dd_entry(dsvc_handle_t hand, void *newp) argument
650 modify_dd_entry(dsvc_handle_t hand, const void *origp, void *newp) argument
687 delete_dd_entry(dsvc_handle_t hand, void *entryp) argument
721 validate_dnrec(dsvc_handle_t hand, const dn_rec_t *dn, boolean_t justkey) argument
747 validate_dtrec(dsvc_handle_t hand, const dt_rec_t *dt, boolean_t justkey) argument
758 validate_dd_entry(dsvc_handle_t hand, const void *entryp, boolean_t justkey) argument
803 synch_init(dsvc_handle_t hand, const char *conname, uint_t flags) argument
865 synch_fini(dsvc_handle_t hand) argument
[all...]
/opensolaris-onvv-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}
/opensolaris-onvv-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, argument
201 return (lookup_dd(hand, partial, query, count, targetp, recordsp,
206 int hind = (int)hand;
294 ret = lookup_dd(hand, partial, query, count, targetp,
302 dhcp_modify_dd_entry(dsvc_handle_t hand, const void *origp, void *newp) argument
305 return (modify_dd_entry(hand, origp, newp));
309 int hind = (int)hand;
335 ret = modify_dd_entry(hand, origp, newp);
342 dhcp_free_dd_list(dsvc_handle_t hand, void *listp) argument
345 free_dd_list(hand, list
[all...]
H A Dper_dnet.h93 hash_handle hand; /* hash insertion handle */ member in struct:dnet
H A Dper_dnet.c186 if ((pnd->hand = hash_Insert(ntable, &pnd->net, sizeof (struct in_addr),
216 hash_Rele(pnd->hand, delete);
235 hash_Dtime(pnd->hand, time(NULL) + ntable->dfree_time);
266 refcnt = hash_Refcount(pnd->hand);
288 refcnt = hash_Refcount(pnd->hand);
/opensolaris-onvv-gate/usr/src/common/bignum/
H A DREADME27 It is used as a starting point for the following hand optimized assembly files:
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dlgrp.c298 lgrp_handle_t hand; local
313 hand = lgrp_plat_root_hand();
314 lgrp_root->lgrp_plathand = hand;
322 lgrp_root->lgrp_latency = lgrp_plat_latency(hand, hand);
536 lgrp_latency_change(lgrp_handle_t hand, u_longlong_t oldtime, argument
548 if ((hand == LGRP_NULL_HANDLE &&
550 (hand != LGRP_NULL_HANDLE && lgrp->lgrp_plathand == hand))
717 lgrp_handle_t hand; local
1240 lgrp_mem_init(int mnode, lgrp_handle_t hand, boolean_t is_copy_rename) argument
1384 lgrp_mem_fini(int mnode, lgrp_handle_t hand, boolean_t is_copy_rename) argument
1511 lgrp_hand_to_lgrp(lgrp_handle_t hand) argument
1594 lgrp_handle_t hand; local
1614 lgrp_handle_t hand; local
[all...]
H A Dcallout.c1951 lgrp_handle_t hand; local
1964 hand = lgrp_plat_cpu_to_hand(cp->cpu_id);
1966 if (cache->cc_hand == hand)
1975 cache->cc_hand = hand;
1977 (long)hand);
1981 (long)hand);
/opensolaris-onvv-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, \
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c201 * for at least one type of the printer at hand, but not
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm115 On the other hand, the built-ins are still available
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm86 On the other hand, the built-ins are still available
H A Dservent.pm88 On the other hand, the built-ins are still available
H A Dhostent.pm101 On the other hand, the built-ins are still available
H A Dnetent.pm104 On the other hand, the built-ins are still available
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm80 On the other hand, the built-ins are still available
H A Dlocaltime.pm76 On the other hand, the built-ins are still available
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm85 On the other hand, the built-ins are still available
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dstrict.pm114 on the left hand side of the C<< => >> symbol.
H A Dsort.pm127 C<sort()> to merge several sorted arrays. On the other hand, quicksort
/opensolaris-onvv-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c630 lgrp_handle_t hand, shand, thand; local
645 hand = umb->u_board;
647 plat_assign_lgrphand_to_mem_node(hand, mnode);
656 hand = umb->u_board;
657 if ((mnode = plat_lgrphand_to_mem_node(hand)) != -1) {
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c566 lgrp_handle_t hand, shand, thand; local
580 hand = BOARDNUM_2_EXPANDER(umb->u_board);
582 plat_assign_lgrphand_to_mem_node(hand, mnode);
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A DREADME51 specifications, so they must be done by hand. Note also that typical
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c2700 fco_handle_t *hand; local
2710 hand = &board_cfg->cfg_pcich_handle[i][j];
2716 if (*hand != NULL) {
2717 opl_fc_ops_free_handle(*hand);
2718 *hand = NULL;
2740 hand = &board_cfg->cfg_cmuch_handle;
2746 if (*hand != NULL) {
2747 opl_fc_ops_free_handle(*hand);
2748 *hand = NULL;
/opensolaris-onvv-gate/usr/src/uts/common/disp/
H A Dcmt.c1214 pg_cmt_find_lgrp(lgrp_handle_t hand) argument
1222 if (lgrp->cl_hand == hand)
1233 pg_cmt_lgrp_create(lgrp_handle_t hand) argument
1241 lgrp->cl_hand = hand;

Completed in 226 milliseconds

123