Home
last modified time | relevance | path

Searched refs:opts (Results 201 – 225 of 341) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl.c101 tbl->opts.tab = '\t'; in tbl_alloc()
102 tbl->opts.decimal = '.'; in tbl_alloc()
H A Dtbl_int.h30 struct tbl_opts opts; /* Options for the whole table. */ member
/illumos-gate/usr/src/cmd/cpc/common/
H A Dstrtoset.c348 char *opts; in cpc_strtoset() local
493 opts = strdupa(spec); in cpc_strtoset()
494 while (*opts != '\0') { in cpc_strtoset()
495 int idx = getsubopt(&opts, toks, &val); in cpc_strtoset()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c85 uint32_t opts; variable
437 __exec((caddr_t)addr, RB_BOOTINFO | (opts & RBX_MASK), in load()
467 opts |= OPT_SET(RBX_DUAL) | in parse_cmds()
490 opts ^= OPT_SET(flags[i]); in parse_cmds()
/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.h40 int smbios_parse(const char *opts);
H A Dpci_virtio_9p.c240 pci_vt9p_legacy_config(nvlist_t *nvl, const char *opts) in pci_vt9p_legacy_config() argument
244 if (opts == NULL) in pci_vt9p_legacy_config()
247 tokens = tofree = strdup(opts); in pci_vt9p_legacy_config()
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c309 char *module, char *opset, dacf_opid_t opid, uint_t opts, in dacf_rule_insert() argument
339 rule = dacf_rule_ctor(devspec_data, module, opset, opid, opts, in dacf_rule_insert()
365 uint_t opts, dacf_arg_t *op_args) in dacf_rule_ctor() argument
393 rule->r_opts = opts; in dacf_rule_ctor()
1125 dacf_getopt(char *opt_str, uint_t *opts) in dacf_getopt() argument
1134 *opts |= p->optmask; in dacf_getopt()
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintifname.c19 if (opts & OPT_UNDEF) {
H A Dverbose.c32 if (opts & OPT_VERBOSE)
H A Ddebug.c32 if (opts & OPT_DEBUG)
H A Dprintlookup.c28 if (opts & OPT_UNDEF) {
H A Dprint_toif.c20 if (opts & OPT_UNDEF) {
H A Dkvatoname.c18 if ((opts & OPT_DONOTHING) == 0) {
H A Dnametokva.c17 if ((opts & OPT_DONOTHING) == 0) {
/illumos-gate/usr/src/head/rpcsvc/
H A Dsvc_dg_priv.h59 int opts[MAX_OPT_WORDS]; /* options: MUST BE LAST */ member
/illumos-gate/usr/src/tools/onbld/Checks/
H A DPkgFmt.py23 def check(fh, filename=None, output=sys.stderr, **opts): argument
H A DShellLint.py23 def lint(fh, filename=None, output=sys.stderr, **opts): argument
/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c96 extern void fssnap_show_status(char *mountpoint, char *opts, int labels,
372 stats_snap(char *mountpath, char *opts) in stats_snap() argument
374 fssnap_show_status(mountpath, opts, ((opts != NULL) ? 0 : 1), 0); in stats_snap()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c564 char *opts, *val; in boot_nfs_mountroot() local
664 opts = rootopts; in boot_nfs_mountroot()
665 while (*opts) { in boot_nfs_mountroot()
667 switch (getsubopt(&opts, optlist, &val)) { in boot_nfs_mountroot()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c530 char *opts; /* Pointer to MSGVERB's value */ in msgverbset() local
541 if ((opts = getenv(MSGVERB)) == (char *)NULL) { in msgverbset()
544 if ((alloced = libc_malloc(strlen(opts) + 1)) == NULL) { in msgverbset()
548 nexttok = strcpy(alloced, opts); in msgverbset()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetcchar.c51 getcchar(const cchar_t *c, wchar_t *wcs, attr_t *at, short *co, void *opts) in getcchar() argument
H A Dsetcchar.c52 short co, const void *opts) in setcchar() argument
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c2476 ipoptp_t opts; in ip_opt_get_user() local
2571 ipoptp_t opts; in icmp_options_update() local
5757 ipoptp_t opts; in ip_massage_options() local
9040 ipoptp_t opts; in ip_forward_options() local
9293 ipoptp_t opts; in ip_input_local_options() local
9454 ipoptp_t opts; in ip_input_options() local
11523 ipoptp_t opts; in ip_source_routed() local
11640 ipoptp_t opts; in ip_get_dst() local
12004 ipoptp_t opts; in ip_output_local_options() local
13042 ipoptp_t opts; in ip_output_options() local
[all …]
/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.c102 static struct option opts[] = { in main() local
133 while ((c = getopt_long(argc, argv, "d:t:hvc:", opts, &index2)) in main()
/illumos-gate/usr/src/cmd/prtconf/
H A Dprtconf.h83 extern struct prt_opts opts;

12345678910>>...14