Searched refs:lbl (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/usr/drivers/hpet/
H A Dhpet_int_cntrl.h10 errval_t init_hpet_int_controller(struct hpet_comp_st *ds, const char *lbl);
H A Dhpet_int_cntrl.c56 errval_t init_hpet_int_controller(struct hpet_comp_st *comp_st, const char * lbl) { argument
59 HPET_DEBUG("(init_hpet_int_controller) start, label=%s\n", lbl);
65 strncpy(st->label, lbl, sizeof(st->label));
/barrelfish-master/lib/int_route/server/
H A Dinit.c89 char * lbl; member in struct:controller_add_mapping_data
186 char lbl[256]; local
192 // lbl and class must not contain spaces:
193 matches = sscanf(pos, "%[^,\n],%[^,\n]", lbl, class);
226 "(%"PRIu64",%"PRIu64",%"PRIu64")\n", lbl, class,
230 struct controller_driver * dest = find_controller(lbl, class);
232 INT_DEBUG("No ctrl driver found (lbl=%s,class=%s). Ignoring.\n",lbl,
236 BLOCKING_CONT, lbl, class, in_msg,
H A Dstandalone_armv7.c92 char * lbl; member in struct:controller_add_mapping_data
/barrelfish-master/lib/vfs/
H A Dvfs_cache.c49 #define ERRGOTO(lbl, expr) do { \
51 if (err_is_fail(err)) goto lbl; \
53 #define ERRVGOTO(errv, lbl, expr) do { \
55 if (err_is_fail(errv)) goto lbl; \
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dconsole.tcl793 set lbl [lindex [split $tmp "\n"] 0]
794 if {[string len $lbl]>32} { set lbl [string range $tmp 0 29]... }
795 $w add command -label "$id: $lbl" -command [namespace code "
H A Dcalculator.tcl26 {label label lbl {-fg \#0000FF -textvariable ${w}(message)}}

Completed in 105 milliseconds