Searched refs:obs (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libeti/panel/common/ |
H A D | misc.c | 134 _obscured_list *obs; in _unlink_obs() local 140 obs = pnl -> obscured; in _unlink_obs() 142 prev_obs = obs; in _unlink_obs() 143 obs = obs -> next; in _unlink_obs() 145 while (obs->panel_p != panel && obs != pnl->obscured); in _unlink_obs() 146 if (obs -> panel_p != panel) { in _unlink_obs() 153 if (obs == prev_obs) in _unlink_obs() 156 prev_obs -> next = obs -> next; in _unlink_obs() 157 if (obs == pnl -> obscured) in _unlink_obs() 160 return (obs); in _unlink_obs() [all …]
|
H A D | delete.c | 91 _obscured_list *obs; in _remove_overlap() local 102 if (obs = _unlink_obs(pnl, panel)) in _remove_overlap() 103 _free_overlap(obs); in _remove_overlap() 108 if ((obs = panel -> obscured) != 0) { in _remove_overlap() 110 prev_obs = obs; in _remove_overlap() 111 obs = obs -> next; in _remove_overlap() 114 while (obs != panel -> obscured); in _remove_overlap()
|
H A D | bottom.c | 44 _obscured_list *obs; in bottom_panel() local 60 if (obs = _unlink_obs(pnl, panel)) { in bottom_panel() 61 obs -> panel_p = pnl; in bottom_panel() 63 obs -> next = panel -> obscured -> next; in bottom_panel() 64 panel->obscured = panel->obscured->next = obs; in bottom_panel() 67 obs -> next = panel -> obscured = obs; in bottom_panel()
|
H A D | top.c | 43 _obscured_list *obs; in top_panel() local 59 if ((obs = panel -> obscured) != 0) { in top_panel() 61 prev_obs = obs; in top_panel() 62 obs = obs -> next; in top_panel() 71 while (obs != panel -> obscured); in top_panel()
|
H A D | update.c | 45 touch_top(PANEL *panel, int line, _obscured_list *obs, int start_x, int end_x) in touch_top() argument 51 pnl = obs -> panel_p; in touch_top() 52 if ((next_obs = obs->next) == panel -> obscured -> next) in touch_top() 55 if (line >= obs -> start && line <= obs -> end && in touch_top() 73 while ((obs = next_obs) != 0); in touch_top()
|
/illumos-gate/usr/src/cmd/abi/appcert/scripts/ |
H A D | abi_index.pl | 262 my ($pub, $pri, $obs, $evo, $vers, $new_path); 269 $obs = ''; 281 output($path, $pub, $pri, $obs, $evo); 285 $obs = ''; 306 $obs .= $vers . ":"; 317 output($path, $pub, $pri, $obs, $evo); 327 my ($path, $pub, $pri, $obs, $evo) = @_; 334 $obs =~ s/:$//; 341 if ($pri && ! $pub && ! $obs && ! $evo) { 344 } elsif ($obs) { [all …]
|
/illumos-gate/usr/src/cmd/dd/ |
H A D | dd.c | 129 static unsigned obs; /* output buffer size */ variable 542 obs = BSIZE; in main() 572 obs = (unsigned)number(BIG); in main() 763 ibs = obs = bs; in main() 765 if ((ibs == 0) || (obs == 0)) { in main() 915 (ftruncate(obf, (((off_t)oseekn) * ((off_t)obs))) in main() 952 obuf = (unsigned char *)valloc(obs + cbs + 10); in main() 1027 if (oseekn && lseek(obf, (((off_t)oseekn) * ((off_t)obs)), 1) == -1) { in main() 1130 while (obc >= obs) { in main() 1185 while (obc >= obs) { in main() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | util.c | 223 dequote_internal_chars(ibp, obp, obs) in dequote_internal_chars() argument 226 int obs; 241 if (op < &obp[obs - 1])
|
/illumos-gate/usr/src/boot/i386/pxeldr/ |
H A D | Makefile | 59 $(DD) if=$@.tmp of=$@ obs=2k conv=sync
|
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca_disp.in | 732 code = 0001 bus obs 0 err none gen lg - 748 code = 0010 bus obs 0 err none gen lg - 764 code = 0011 bus src/obs 0 rd/wr <39:3> mem/io lg - 780 code = 0100 bus src/obs 0 rd/wr <39:3> mem/io lg - 812 code = 0110 bus obs 0 err <39:3> io lg - 844 code = 1101 bus obs 0 err none mem lg -
|