Searched refs:opts (Results 126 - 150 of 321) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/device_remap/
H A Ddevice_remap.pl247 our %opts;
304 if ($opts{v}) {
327 print "symlink $_ changed to $targ\n" if ($opts{v});
353 print "\n" if ($opts{v});
371 getopts("vR:", \%opts);
373 if ($opts{R}) {
374 chdir $opts{R} or die "can't chdir to $opts{R}\n";
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dprintnat.c25 void printnat(np, opts)
27 int opts;
146 if (opts & OPT_DEBUG)
189 if (opts & OPT_DEBUG)
200 if (opts & OPT_DEBUG)
226 if (opts & OPT_DEBUG) {
236 if (opts & OPT_DEBUG) {
H A Dgetifname.c43 if ((opts & OPT_DONOTHING) == 0)
H A Dhostname.c29 if ((opts & OPT_NORESOLVE) == 0) {
H A Dportname.c18 if ((opts & OPT_NORESOLVE) == 0) {
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_layout.c294 if (tbl->opts.lvert < rp->vert)
295 tbl->opts.lvert = rp->vert;
297 rp->last->col + 1 == tbl->opts.cols &&
298 tbl->opts.rvert < rp->last->vert)
299 tbl->opts.rvert = rp->last->vert;
351 if (tbl->opts.cols <= p->col)
352 tbl->opts.cols = p->col + 1;
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Dbootinfo.c55 char *opts; local
70 opts = strchr(kargs, '-');
71 while (opts != NULL) {
72 while (*(++opts) != '\0') {
73 sw = strchr(howto_switches, *opts);
78 opts = strchr(opts, '-');
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c456 int newfile = 0, errors = 0, opts = 0, flags = 0; local
473 flags = opts = newfile = 0;
477 set_option(&opts, OPT_DEVINFO, EXCL_OPT);
502 set_option(&opts, OPT_CONTAINED, EXCL_OPT);
505 set_option(&opts, OPT_FILE_ONLY, EXCL_OPT);
520 flags = opts = newfile = 0;
562 if (!opts &&
576 ((opts & OPT_CONTAINED) ? F_CONTAINED : 0) |
577 ((opts & OPT_DEVINFO) ? F_DEVINFO : 0) |
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c144 static int opts = 0; variable
564 if (!res || (opts & OPT_PORTNUM))
731 res = (opts & OPT_RESOLVE) ? 1 : 0;
734 if (!(opts & OPT_SYSLOG)) {
794 if (opts & OPT_SYSLOG)
813 res = (opts & OPT_RESOLVE) ? 1 : 0;
816 if (!(opts & OPT_SYSLOG)) {
911 if (opts & OPT_SYSLOG)
1001 res = (opts & OPT_RESOLVE) ? 1 : 0;
1007 if (!(opts
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c230 if (!isv6 && offer->opts[CD_DHCP_TYPE] == NULL) {
273 if (offer->opts[CD_MESSAGE] != NULL) {
275 (char *)offer->opts[CD_MESSAGE]->value,
276 offer->opts[CD_MESSAGE]->len);
293 (void) memcpy(&lease, offer->opts[CD_LEASE_TIME]->value,
302 offer->opts[CD_SERVER_ID]->value,
303 offer->opts[CD_SERVER_ID]->len);
464 if (pkt->opts[CD_DHCP_TYPE] == NULL) {
469 if (pkt->opts[CD_LEASE_TIME] == NULL) {
475 if (pkt->opts[CD_LEASE_TIM
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetcchar.c54 short co, const void *opts)
53 setcchar(cchar_t *cc, const wchar_t *wcs, attr_t at, short co, const void *opts) argument
H A Dwchgat.c53 wchgat(WINDOW *w, int n, attr_t at, short co, const void *opts) argument
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmntent.c204 char *f, *opts; local
213 opts = tmpopts;
214 f = mntopt(&opts);
215 for (; *f; f = mntopt(&opts)) {
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdadefs.c209 char *opts; local
218 opts = getdadmfield(NULL, KV_TOKEN_DELIMIT);
222 if (opts != NULL)
224 _str2kva(opts, KV_ASSIGN, KV_DELIMITER);
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_messages.h86 int rdr_init(int fd, struct sockaddr *addr, int *opts, int num_opts, int blog);
/illumos-gate/usr/src/cmd/mkfile/
H A Dmkfile.c53 char *opts; local
69 opts = &argv[1][0];
70 while (*(++opts)) {
71 switch (*opts) {
/illumos-gate/usr/src/cmd/rmmount/
H A Drmmount.c79 char **opts = NULL; local
106 if ((opts = g_strsplit(optarg, ",", 10)) == NULL) {
109 for (num_opts = 0, p = &opts[0]; *p != NULL; p++) {
192 0, opts, num_opts, mountpoint) ? 0 : 1;
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c294 char *opts; local
296 opts = "{-r | -o ro | -o nrr | -o nosuid | -o notraildot | -o nomaplcase}";
298 gettext("hsfs usage: mount [-F hsfs] %s {special | mount_point}\n"), opts);
300 gettext("hsfs usage: mount [-F hsfs] %s special mount_point\n"), opts);
/illumos-gate/usr/src/cmd/prtconf/
H A Dprtconf.h82 extern struct prt_opts opts;
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A DMakefile3 .include <src.opts.mk>
/illumos-gate/usr/src/boot/sys/boot/efi/fdt/
H A DMakefile3 .include <src.opts.mk>
/illumos-gate/usr/src/boot/sys/boot/uboot/fdt/
H A DMakefile3 .include <src.opts.mk>
/illumos-gate/usr/src/cmd/volrmmount/
H A Dvolrmmount.c68 const char *opts = "ied"; local
82 while ((c = getopt(argc, argv, opts)) != EOF) {
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c688 uint_t opts = 0; local
713 'a', MDB_OPT_SETBITS, MDB_SCTP_SHOW_ALL, &opts,
714 'f', MDB_OPT_SETBITS, MDB_SCTP_SHOW_FLAGS, &opts,
715 'h', MDB_OPT_SETBITS, MDB_SCTP_SHOW_HASH, &opts,
716 'o', MDB_OPT_SETBITS, MDB_SCTP_SHOW_OUT, &opts,
717 'i', MDB_OPT_SETBITS, MDB_SCTP_SHOW_IN, &opts,
718 'm', MDB_OPT_SETBITS, MDB_SCTP_SHOW_MISC, &opts,
719 'r', MDB_OPT_SETBITS, MDB_SCTP_SHOW_RTT, &opts,
720 'S', MDB_OPT_SETBITS, MDB_SCTP_SHOW_STATS, &opts,
721 'F', MDB_OPT_SETBITS, MDB_SCTP_SHOW_FLOW, &opts,
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dsctp_itf.h91 extern int sctp_get_opt(struct sctp_s *conn, int level, int opt, void *opts,
102 const void *opts, socklen_t optlen);

Completed in 113 milliseconds

1234567891011>>