Searched defs:optimize (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c820 if(c=='.') /* don't optimize */
2330 struct optimize struct
2335 struct optimize *next;
2339 static struct optimize *opt_free;
2343 struct optimize *op = (struct optimize*)fp;
2367 static const Namdisc_t optimize_disc = {sizeof(struct optimize),put_optimize,0,0,0,0,clone_optimize};
2372 register struct optimize *op, *xp;
2390 if((xp= (struct optimize*)fp) && xp->ptr==sh.argaddr)
2395 op=(struct optimize*)callo
[all...]
H A Dxec.c2996 int optimize=0; local
3013 optimize=1;
3024 optimize=1;
3058 if(optimize==0)
3095 if(optimize==0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c233 static void optimize();
390 * Take a pass through the generated code and optimize
398 optimize(uint_t *oplistp) function
409 optimize(&oplist[*op]);
417 optimize(&oplist[*op]);
2809 optimize(oplist);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c264 * @optimize: optimize function pointer
274 exe_q_optimize optimize,
291 o->optimize = optimize;
332 * @restore: true - do not optimize the command
347 rc = o->optimize(pdev, o->owner, elem);
1633 * The 'validate' is run after the 'optimize'.
1682 * The 'validate' is run after the 'optimize'.
1741 * The 'validate' is run after the 'optimize'
268 ecore_exe_queue_init(struct _lm_device_t *pdev, struct ecore_exe_queue_obj *o, int exe_len, union ecore_qable_obj *owner, exe_q_validate validate, exe_q_remove remove, exe_q_optimize optimize, exe_q_execute exec, exe_q_get get) argument
[all...]
H A Decore_sp_verbs.h261 * going to be executed (after 'optimize').
281 exe_q_optimize optimize; member in struct:ecore_exe_queue_obj

Completed in 868 milliseconds