HomeSort by relevance Sort by last modified time
    Searched defs:obs (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/lib/libeti/panel/common/
bottom.c 46 _obscured_list *obs; local
62 if (obs = _unlink_obs(pnl, panel)) {
63 obs -> panel_p = pnl;
65 obs -> next = panel -> obscured -> next;
66 panel->obscured = panel->obscured->next = obs;
69 obs -> next = panel -> obscured = obs;
top.c 45 _obscured_list *obs; local
61 if ((obs = panel -> obscured) != 0) {
63 prev_obs = obs;
64 obs = obs -> next;
73 while (obs != panel -> obscured);
delete.c 93 _obscured_list *obs; local
104 if (obs = _unlink_obs(pnl, panel))
105 _free_overlap(obs);
110 if ((obs = panel -> obscured) != 0) {
112 prev_obs = obs;
113 obs = obs -> next;
116 while (obs != panel -> obscured);
misc.c 136 _obscured_list *obs; local
142 obs = pnl -> obscured;
144 prev_obs = obs;
145 obs = obs -> next;
147 while (obs->panel_p != panel && obs != pnl->obscured);
148 if (obs -> panel_p != panel) {
155 if (obs == prev_obs)
158 prev_obs -> next = obs -> next
211 _obscured_list *obs; local
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bio/
bf_buff.c 277 int ibs,obs; local
338 obs=ctx->obuf_size;
343 obs=(int)num;
349 obs=(int)num;
358 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size))
381 ctx->obuf_size=obs;
bf_lbuf.c 273 int obs; local
296 obs=(int)num;
298 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size))
306 if (ctx->obuf_len > obs)
308 ctx->obuf_len = obs;
313 ctx->obuf_size=obs;
  /onnv/onnv-gate/usr/src/cmd/dd/
dd.c 101 "usage: dd [if=file] [of=file] [ibs=n|nk|nb|nxm] [obs=n|nk|nb|nxm]\n"\
121 static unsigned obs; /* output buffer size */ variable
122 static unsigned bs; /* buffer size, overrules ibs and obs */
479 obs = BSIZE;
510 if (match("obs="))
512 obs = (unsigned)number(BIG);
671 ibs = obs = bs;
673 if ((ibs == 0) || (obs == 0))
825 (ftruncate(obf, (((off_t)oseekn) * ((off_t)obs)))
866 obuf = (unsigned char *)valloc(obs + cbs + 10)
    [all...]
  /onnv/onnv-gate/usr/src/lib/brand/native/zone/
sw_support.c 654 obs_patch_node_t *obs; local
662 if ((obs = (obs_patch_node_t *)malloc(sizeof (obs_patch_node_t)))
666 if ((obs->patch_num = strdup(num)) == NULL) {
667 free(obs);
671 uu_list_node_init(obs, &obs->link, patches_pool);
672 (void) uu_list_insert_before(patch->obs_patches, NULL, obs);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libzonecfg/common/
libzonecfg.c 6932 zone_pkg_entry_t *obs; local
    [all...]

Completed in 1138 milliseconds