Searched refs:ctl (Results 1 – 2 of 2) sorted by last modified time
82 ├── 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 PATH389 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.';
55 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() local513 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 …]