/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | machclock.h | 63 #define TODOP_GET(top) ((top)->tod_get(top)) argument 64 #define TODOP_SET(top, ts) ((top)->tod_set(top, ts)) argument 65 #define TODOP_SETWD(top, nsec) ((top)->tod_set_watchdog_timer(top, nsec)) argument 66 #define TODOP_CLRWD(top) ((top)->tod_clear_watchdog_timer(top)) argument 67 #define TODOP_SETWAKE(top, nsec) ((top)->tod_set_wake_alarm(top, nsec)) argument 68 #define TODOP_CLRWAKE(top) ((top)->tod_clear_wake_alarm(top)) argument
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | machclock.h | 198 #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).tod_set_power_alarm(ts)) argument 203 #define TODOP_CLRWAKE(top) ((top).tod_clear_power_alarm()) argument
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | rec_get.c | 122 __rec_fpipe(t, top) in __rec_fpipe() argument 178 __rec_vpipe(t, top) in __rec_vpipe() argument 235 __rec_fmap(t, top) in __rec_fmap() argument 285 __rec_vmap(t, top) in __rec_vmap() argument
|
H A D | rec_search.c | 74 indx_t top; local
|
/illumos-gate/usr/src/lib/libeti/menu/common/ |
H A D | chk.c | 39 _chk_top(MENU *m, int *top, ITEM *current) in _chk_top() 56 _chk_current(MENU *m, int *top, ITEM *current) in _chk_current()
|
H A D | topitem.c | 37 set_top_row(MENU *m, int top) in set_top_row()
|
H A D | curitem.c | 39 int top; in set_current_item() local
|
H A D | driver.c | 40 int top; in menu_driver() local
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | todpc_subr.c | 132 todpc_set(tod_ops_t *top, timestruc_t ts) in todpc_set() 172 todpc_get(tod_ops_t *top) in todpc_get() 236 todpc_setalarm(tod_ops_t *top, int nsecs) in todpc_setalarm() 325 todpc_clralarm(tod_ops_t *top) in todpc_clralarm()
|
/illumos-gate/usr/src/uts/i86xpv/io/ |
H A D | xpvtod.c | 44 todxen_get(tod_ops_t *top) in todxen_get() 123 todxen_set(tod_ops_t *top, timestruc_t ts) in todxen_set()
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_conv.c | 67 indx_t i, top; local 135 indx_t i, top; local
|
/illumos-gate/usr/src/uts/common/io/ral/ |
H A D | ral_rate.c | 84 int flags = 0, i, rateidx = 0, thridx, top; in ral_rssadapt_choose() local 153 uint32_t i, thridx, top; in ral_rssadapt_lower_rate() local 182 int i, top; in ral_rssadapt_raise_rate() local
|
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_rsearch.c | 77 db_indx_t indx, top; local 365 db_indx_t indx, top; local
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | scrreg.c | 50 setscrreg(int top, int bottom) in setscrreg()
|
H A D | wscrreg.c | 48 wsetscrreg(WINDOW *w, int top, int bottom) in wsetscrreg()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wscrreg.c | 45 wsetscrreg(w, top, bottom) in wsetscrreg() argument
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/ |
H A D | hashview.c | 43 hashview(Hash_table_t* top, Hash_table_t* bot) in hashview()
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | sbrk.c | 41 setheap(void *base, void *top) in setheap()
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vwind.c | 199 line *top; in vcontext() local 258 vshow(line *addr, line *top) in vshow()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | radix.c | 222 struct radix_node *saved_t, *top = t; in rn_match() local 360 struct radix_node *top = head->rnh_treetop; in rn_insert() local 547 struct radix_node *saved_tt, *top = head->rnh_treetop; in rn_addroute() local 711 struct radix_node *dupedkey, *saved_tt, *top; in rn_delete() local
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | names.c | 109 register struct name *top, *np, *t; in extract() local 153 register char *cp, *top; in detract() local 596 register char **ap, **top; in unpack() local
|
/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | printhash_live.c | 24 iphtent_t entry, *top, *node; local
|
H A D | printpool_live.c | 24 ip_pool_node_t entry, *top, *node; local
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | overlap.c | 54 top, bottom, left, right; in _overlap() local
|
H A D | init_pair.c | 79 short top = -1; in init_pair() local
|