Searched refs:opts (Results 1 - 25 of 122) sorted by relevance

12345

/osnet-11/usr/src/lib/libeti/form/common/
H A Dform_opts.c39 set_form_opts(FORM *f, OPTIONS opts) argument
41 Form(f)->opts = opts;
48 return (Form(f) -> opts);
52 form_opts_on(FORM *f, OPTIONS opts) argument
54 Form(f)->opts |= opts;
59 form_opts_off(FORM *f, OPTIONS opts) argument
61 Form(f)-> opts &= ~opts;
[all...]
H A Dfield_opts.c39 set_field_opts(FIELD *f, OPTIONS opts) argument
41 return (_sync_opts(Field(f), opts));
47 return (Field(f) -> opts);
51 field_opts_on(FIELD *f, OPTIONS opts) argument
54 return (_sync_opts(x, x->opts | opts));
59 field_opts_off(FIELD *f, OPTIONS opts) argument
62 return (_sync_opts(x, x->opts & ~opts));
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dattr_on.c52 attr_on(attr_t at, void *opts) argument
54 (void) wattr_on(stdscr, at, opts);
62 attr_off(attr_t at, void *opts) argument
64 (void) wattr_off(stdscr, at, opts);
72 attr_set(attr_t at, short co, void *opts) argument
74 (void) wattr_set(stdscr, at, co, opts);
82 color_set(short co, void *opts) argument
84 (void) wcolor_set(stdscr, co, opts);
92 attr_get(attr_t *at, short *co, void *opts) argument
94 (void) wattr_get(stdscr, at, co, opts);
[all...]
H A Dvid_attr.c50 vid_attr(attr_t attr, short pair, void *opts) argument
54 code = vid_puts(attr, pair, opts, __m_putchar);
H A Dchgat.c52 chgat(int n, attr_t at, short co, const void *opts) argument
56 code = wchgat(stdscr, n, at, co, opts);
64 mvchgat(int y, int x, int n, attr_t at, short co, const void *opts) argument
69 code = wchgat(stdscr, n, at, co, opts);
78 short co, const void *opts)
83 code = wchgat(w, n, at, co, opts);
77 mvwchgat(WINDOW *w, int y, int x, int n, attr_t at, short co, const void *opts) argument
H A Dwattr_on.c53 wattr_on(WINDOW *w, attr_t at, void *opts) argument
64 wattr_off(WINDOW *w, attr_t at, void *opts) argument
75 wattr_set(WINDOW *w, attr_t at, short co, void *opts) argument
87 wattr_get(WINDOW *w, attr_t *at, short *co, void *opts) argument
102 wcolor_set(WINDOW *w, short co, void *opts) argument
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_attr.c47 vid_attr(attr_t attr, short pair, void *opts) argument
52 __m_trace("vid_attr(%x, %d, %p)", attr, pair, opts);
55 code = vid_puts(attr, pair, opts, __m_putchar);
H A Dattr_on.c45 (attr_on)(attr_t at, void *opts) argument
48 __m_trace("attr_on(%x, %p)", at, opts);
57 (attr_off)(attr_t at, void *opts) argument
60 __m_trace("attr_off(%x, %p)", at, opts);
69 (attr_set)(attr_t at, short co, void *opts) argument
72 __m_trace("attr_set(%x, %d, %p)", at, co, opts);
82 (color_set)(short co, void *opts) argument
85 __m_trace("color_set(%d, %p)", co, opts);
94 (attr_get)(attr_t *at, short *co, void *opts) argument
97 __m_trace("attr_get(%p, %p, %p)", at, co, opts);
[all...]
H A Dchgat.c47 (chgat)(int n, attr_t at, short co, const void *opts) argument
52 __m_trace("chgat(%d, %x, %d, %p)", n, at, co, opts);
55 code = wchgat(stdscr, n, at, co, opts);
61 (mvchgat)(int y, int x, int n, attr_t at, short co, const void *opts) argument
66 __m_trace("mvchgat(%d, %d, %d, %x, %d, %p)", y, x, n, at, co, opts);
70 code = wchgat(stdscr, n, at, co, opts);
77 WINDOW *w, int y, int x, int n, attr_t at, short co, const void *opts)
84 w, y, x, n, at, co, opts
89 code = wchgat(w, n, at, co, opts);
76 mvwchgat( WINDOW *w, int y, int x, int n, attr_t at, short co, const void *opts) argument
H A Dwattr_on.c47 wattr_on(WINDOW *w, attr_t at, void *opts) argument
50 __m_trace("wattr_on(%p, %x, %p)", w, at, opts);
61 wattr_off(WINDOW *w, attr_t at, void *opts) argument
64 __m_trace("wattr_off(%p, %x, %p)", w, at, opts);
75 wattr_set(WINDOW *w, attr_t at, short co, void *opts) argument
78 __m_trace("wattr_set(%p, %x, %d, %p)", w, at, co, opts);
90 wattr_get(WINDOW *w, attr_t *at, short *co, void *opts) argument
93 __m_trace("wattr_get(%p, %p, %p, %p)", w, at, co, opts);
108 wcolor_set(WINDOW *w, short co, void *opts) argument
111 __m_trace("wcolor_set(%p, %d, %p)", w, co, opts);
[all...]
H A Dsetcchar.c47 setcchar(cchar_t *cc, const wchar_t *wcs, attr_t at, short co, const void *opts) argument
52 __m_trace("setcchar(%p, %p, %x, %d, %p)", cc, wcs, at, co, opts);
H A Dgetcchar.c47 getcchar(const cchar_t *c, wchar_t *wcs, attr_t *at, short *co, void *opts) argument
52 __m_trace("getcchar(%p, %p, %p, %p, %p)", c, wcs, at, co, opts);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfscp.c75 static struct options opts; variable in typeref:struct:options
151 opts.device = NULL;
152 opts.src_file = NULL;
153 opts.dest_file = NULL;
154 opts.attr_name = NULL;
155 opts.inode = 0;
156 opts.attribute = AT_DATA;
163 if (!opts.device) {
164 opts.device = argv[optind - 1];
165 } else if (!opts
[all...]
H A Dntfscat.c53 static struct options opts; variable in typeref:struct:options
186 opts.inode = -1;
187 opts.attr = cpu_to_le32(-1);
188 opts.attr_name = NULL;
189 opts.attr_name_len = 0;
194 if (!opts.device) {
195 opts.device = argv[optind - 1];
196 } else if (!opts.file) {
197 opts.file = argv[optind - 1];
205 if (opts
[all...]
H A Dntfscluster.c57 static struct options opts; variable in typeref:struct:options
140 opts.action = act_none;
141 opts.range_begin = -1;
142 opts.range_end = -1;
147 if (!opts.device) {
148 opts.device = argv[optind-1];
150 opts.device = NULL;
156 if ((opts.action == act_none) &&
157 (utils_parse_range(optarg, &opts.range_begin, &opts
[all...]
H A Dntfslabel.c63 } opts; variable in typeref:struct:options
137 if (!err && !opts.device)
138 opts.device = argv[optind-1];
139 else if (!err && !opts.label)
140 opts.label = argv[optind-1];
145 opts.force++;
157 opts.noaction++;
160 opts.quiet++;
164 opts.verbose++;
180 opts
[all...]
H A Dntfsls.c62 * @depth: the level of this dir relative to opts.path
85 * the tree is opts.path, but it is not part of the list because
92 * 1. opts.path is /
104 /* The global depth relative to opts.path.
105 * ie: opts.path has depth 0, a sub-dir of opts.path has depth 1
122 } opts; variable in typeref:struct:options
222 memset(&opts, 0, sizeof(opts));
223 opts
[all...]
H A Dntfsundelete.c96 static struct options opts; variable in typeref:struct:options
466 opts.mode = MODE_NONE;
467 opts.uinode = -1;
468 opts.percent = -1;
469 opts.fillbyte = -1;
473 if (!opts.device) {
474 opts.device = argv[optind-1];
476 opts.device = NULL;
481 if (opts.fillbyte == (char)-1) {
483 opts
[all...]
/osnet-11/usr/src/tools/onbld/Checks/
H A DCStyle.py36 def cstyle(fh, filename=None, output=sys.stderr, **opts):
46 for x in filter(lambda x: x not in opttrans, opts):
50 options = [opttrans[x] for x in opts if opts[x]]
H A DJStyle.py37 def jstyle(fh, filename=None, output=sys.stderr, **opts):
45 for x in filter(lambda x: x not in opttrans, opts):
49 options = [opttrans[x] for x in opts if opts[x]]
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c188 uchar_t *opts, *optmax, *subomax; local
194 opts = (uchar_t *)pkt + sizeof (dhcpv6_message_t);
196 while (opts + sizeof (d6o) <= optmax) {
202 (void) memcpy(&d6o, opts, sizeof (d6o));
205 subomax = opts + sizeof (d6o) + d6o.d6o_len;
216 opts = subomax;
225 opts += sizeof (dhcpv6_ia_ta_t);
228 if (opts + sizeof (d6in) > subomax) {
229 opts = subomax;
232 (void) memcpy(&d6in, opts,
[all...]
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_opt.h190 * A NULL 'opts' is equivalent to an 'opts' array containing a single
198 * @param opts is the option description array
203 const struct fuse_opt opts[], fuse_opt_proc_t proc);
208 * @param opts is a pointer to an option list, may point to a NULL value
212 int fuse_opt_add_opt(char **opts, const char *opt);
251 * @param opts is the option description array
255 int fuse_opt_match(const struct fuse_opt opts[], const char *opt);
H A Dfuse_common_compat.h29 int fuse_mount_compat22(const char *mountpoint, const char *opts);
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py243 def cdm_pdiffs(ui, repo, *pats, **opts):
254 parent = opts['parent']
256 diffs = wslist[repo].pdiff(pats, opts, parent=parent)
265 def cdm_list(ui, repo, **opts):
286 if opts['added']:
288 if opts['modified']:
290 if opts['removed']:
293 act = wslist[repo].active(opts['parent'])
364 def cdm_comchk(ui, repo, **opts):
373 active = wslist[repo].active(opts
[all...]
/osnet-11/usr/src/lib/libkmf/mappers/kmf_mapper_cn/common/
H A Dmapper_cn.c55 cooked_opts *opts; local
57 if ((opts = malloc(sizeof (cooked_opts))) == NULL)
61 opts->casesensitive = B_FALSE;
65 opts->casesensitive = B_TRUE;
68 kmf_set_mapper_options(h, opts);
76 void *opts; local
78 if ((opts = kmf_get_mapper_options(h)) != NULL)
79 free(opts);
156 cooked_opts *opts = NULL; local
158 opts
[all...]

Completed in 72 milliseconds

12345