Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 130) sorted by relevance

123456

/titanic_51/usr/src/uts/i86pc/sys/
H A Dmachclock.h65 #define TODOP_GET(top) ((top)->tod_get(top)) argument
66 #define TODOP_SET(top, ts) ((top)->tod_set(top, ts)) argument
67 #define TODOP_SETWD(top, nsec) ((top)->tod_set_watchdog_timer(top, nsec)) argument
68 #define TODOP_CLRWD(top) ((to argument
69 TODOP_SETWAKE(top,nsec) global() argument
70 TODOP_CLRWAKE(top) global() argument
[all...]
/titanic_51/usr/src/uts/sun4u/sys/
H A Dmachclock.h198 #define TODOP_GET(top) ((top).tod_get()) argument
199 #define TODOP_SET(top, ts) ((top).tod_set(ts)) argument
200 #define TODOP_SETWD(top, nsec) ((top).tod_set_watchdog_timer(nsec)) argument
201 #define TODOP_CLRWD(top) ((top).tod_clear_watchdog_timer()) argument
202 #define TODOP_SETWAKE(top, ts) ((top) argument
203 TODOP_CLRWAKE(top) global() argument
[all...]
/titanic_51/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_get.c124 __rec_fpipe(t, top) in __rec_fpipe() argument
180 __rec_vpipe(t, top) in __rec_vpipe() argument
237 __rec_fmap(t, top) in __rec_fmap() argument
287 __rec_vmap(t,top) __rec_vmap() argument
[all...]
H A Drec_search.c76 indx_t top; local
/titanic_51/usr/src/lib/libeti/menu/common/
H A Dchk.c41 _chk_top(MENU *m, int *top, ITEM *current) in _chk_top() argument
58 _chk_current(MENU *m, int *top, ITEM *current) in _chk_current() argument
[all...]
H A Dtopitem.c39 set_top_row(MENU *m, int top) in set_top_row() argument
H A Dcuritem.c41 int top; in set_current_item() local
H A Ddriver.c42 int top; in menu_driver() local
[all...]
H A Dpattern.c140 int top; in set_menu_pattern() local
/titanic_51/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c129 todpc_set(tod_ops_t *top, timestruc_t ts) in todpc_set() argument
169 todpc_get(tod_ops_t *top) in todpc_get() argument
233 todpc_setalarm(tod_ops_t *top, int nsecs) in todpc_setalarm() argument
322 todpc_clralarm(tod_ops_t *top) in todpc_clralarm() argument
/titanic_51/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_conv.c69 indx_t i, top; local
137 indx_t i, top; local
/titanic_51/usr/src/uts/i86xpv/io/
H A Dxpvtod.c46 todxen_get(tod_ops_t *top) in todxen_get() argument
125 todxen_set(tod_ops_t *top, timestruc_t ts) in todxen_set() argument
/titanic_51/usr/src/uts/common/io/ral/
H A Dral_rate.c86 int flags = 0, i, rateidx = 0, thridx, top; in ral_rssadapt_choose() local
155 uint32_t i, thridx, top; in ral_rssadapt_lower_rate() local
184 int i, top; in ral_rssadapt_raise_rate() local
[all...]
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dscrreg.c52 setscrreg(int top, int bottom) in setscrreg() argument
H A Dwscrreg.c50 wsetscrreg(WINDOW *w, int top, int bottom) in wsetscrreg() argument
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwscrreg.c47 wsetscrreg(w, top, bottom) in wsetscrreg() argument
/titanic_51/usr/src/cmd/sendmail/db/btree/
H A Dbt_rsearch.c77 db_indx_t indx, top; local
365 db_indx_t indx, top; local
[all...]
/titanic_51/usr/src/lib/libast/common/hash/
H A Dhashview.c43 hashview(Hash_table_t* top, Hash_table_t* bot) in hashview()
/titanic_51/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashview.c43 hashview(Hash_table_t* top, Hash_table_t* bot) in hashview() argument
[all...]
/titanic_51/usr/src/boot/lib/libstand/
H A Dsbrk.c42 setheap(void *base, void *top) in setheap() argument
/titanic_51/usr/src/cmd/ipf/lib/common/
H A Dprinthash_live.c26 iphtent_t entry, *top, *node; local
[all...]
H A Dprintpool_live.c26 ip_pool_node_t entry, *top, *node; local
[all...]
/titanic_51/usr/src/cmd/vi/port/
H A Dex_vwind.c199 line *top; in vcontext() local
258 vshow(line * addr,line * top) vshow() argument
[all...]
/titanic_51/usr/src/lib/libcurses/screen/
H A Doverlap.c56 top, bottom, left, right; in _overlap() local
H A Dinit_pair.c81 short top = -1; in init_pair() local

123456