Home
last modified time | relevance | path

Searched refs:NO_ARG (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c80 #define NO_ARG no_argument macro
1331 { "run", NO_ARG, &run, 1 }, in setup_options()
1356 NO_ARG, &get_vmcs_gla, 1 }, in setup_options()
1358 NO_ARG, &get_vmcs_gpa, 1 }, in setup_options()
1373 NO_ARG, &get_inst_err, 1 }, in setup_options()
1376 NO_ARG, &get_host_cr0, 1 }, in setup_options()
1391 NO_ARG, &get_host_cr3, 1 }, in setup_options()
1393 NO_ARG, &get_host_cr4, 1 }, in setup_options()
1395 NO_ARG, &get_host_rip, 1 }, in setup_options()
1397 NO_ARG, &get_host_rsp, 1 }, in setup_options()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_locking.c79 #define NO_ARG -2 macro
284 {"raw_local_irq_disable", LOCK, irq, NO_ARG, ret_any},
285 {"raw_local_irq_enable", UNLOCK, irq, NO_ARG, ret_any},
286 {"spin_lock_irq", LOCK, irq, NO_ARG, ret_any},
287 {"spin_unlock_irq", UNLOCK, irq, NO_ARG, ret_any},
288 {"_spin_lock_irq", LOCK, irq, NO_ARG, ret_any},
289 {"_spin_unlock_irq", UNLOCK, irq, NO_ARG, ret_any},
290 {"__spin_lock_irq", LOCK, irq, NO_ARG, ret_any},
477 } else if (lock->arg == NO_ARG) { in get_full_name()
755 if (lock->arg == NO_ARG) { in match_lock_held()
[all …]