Searched refs:arg_hint (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.h63 int arg_hint; member in struct:arg
H A Dsyseventconfd.c522 arglist->arg_hint = hint;
545 arglist->arg_alloc = len + arglist->arg_hint;
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c93 enum dev_arg_t arg_hint = UNKNOWN; variable in typeref:enum:dev_arg_t
432 * arg_hint tells us what to try to match,
434 * arg_hint equals UNKNOWN, then we're not
441 switch (arg_hint) {
454 if (arg_hint == MOUNTPT) {
455 arg_hint = UNKNOWN;
465 arg_hint = MOUNTPT;
504 if (arg_hint == FSCKDEV) {
505 arg_hint = UNKNOWN;
511 arg_hint
[all...]

Completed in 60 milliseconds