Home
last modified time | relevance | path

Searched refs:ctl (Results 1 – 2 of 2) sorted by last modified time

/unit/tools/
H A Dsetup-unit82 ├── ctl [-h] [-s SOCK] SUBCOMMAND [ARGS]
104 ctl Control a running unitd(8) instance via its control API socket.
210 $program_name ctl [-h] [-s SOCK] SUBCOMMAND [ARGS]
322 $program_name ctl [CTL-OPTS] http [-h] [-c CURLOPT] METHOD PATH
389 err 'ctl: http: METHOD: Missing argument.';
394 err 'ctl: http: PATH: Missing argument.';
473 err 'ctl: insert: PATH: Missing argument.';
478 err 'ctl: insert: INDEX: Missing argument.';
/unit/src/
H A Dnxt_pollset_engine.c55 struct poll_ctl *ctl, int n);
406 ctl->cmd = PS_DELETE; in nxt_pollset_commit_changes()
407 ctl->events = 0; in nxt_pollset_commit_changes()
408 ctl->fd = ev->fd; in nxt_pollset_commit_changes()
412 ctl->cmd = change->cmd; in nxt_pollset_commit_changes()
414 ctl->fd = ev->fd; in nxt_pollset_commit_changes()
486 struct poll_ctl ctl; in nxt_pollset_remove() local
513 ctl.cmd = PS_DELETE; in nxt_pollset_remove()
514 ctl.events = 0; in nxt_pollset_remove()
515 ctl.fd = fd; in nxt_pollset_remove()
[all …]