Search | Google it | Results 1 - 1 of 1 for funcall:tk_set_flg from tkernel_2/lib/libdrvif/src/gdrvif.c (0.00 seconds) |
240: if ( ptn != 0 ) { 241: tk_set_flg(gdi->flgid, ptn); 242: } 281: /* Notify the insertion into the queue that waits for accepting */ 282: err = tk_set_flg(gdi->flgid, setptn); 283: if ( err < E_OK ) goto err_ret2; 416: /* Reset the unnecessarily cleared flag */ 417: tk_set_flg(gdi->flgid, aptn); 418: } 485: 486: err = tk_set_flg(gdi->flgid, DEVREQ_ACPPTN(cmd)); 487: if ( err < E_OK ) goto err_ret;