Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 685) sorted by relevance

12345678910>>...28

/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtgoto.c107 if (which < 10) in tgoto()
109 if (which < 100) in tgoto()
115 which %= 100; in tgoto()
131 if (which > *cp++) in tgoto()
132 which += *cp++; in tgoto()
139 which += *cp++; in tgoto()
162 if (which == 0 || which == CTRL('d') || which == '\n') { in tgoto()
172 which++; in tgoto()
185 which++; in tgoto()
194 which = (which/10 << 4) + which%10; in tgoto()
[all …]
/illumos-gate/usr/src/cmd/audio/utilities/
H A Ddevice_ctl.c83 if (which & AUDIO__PLAY) in audio__setplayhdr()
85 else if (which & AUDIO__RECORD) in audio__setplayhdr()
90 if (which & AUDIO__SET) { in audio__setplayhdr()
123 if (which & AUDIO__SET) { in audio__setplayhdr()
154 if (which & AUDIO__PLAY) in audio__setval()
156 else if (which & AUDIO__RECORD) in audio__setval()
187 if (which & AUDIO__SET) { in audio__setval()
218 if (which & AUDIO__SET) { in audio__setgain()
228 err = audio__setval(fd, &x, which); in audio__setgain()
258 if (which & AUDIO__PLAY) { in audio__setpause()
[all …]
/illumos-gate/usr/src/cmd/renice/
H A Drenice.c100 int which = PRIO_PROCESS; in main() local
148 which = PRIO_PGRP; in main()
152 which = PRIO_PROCESS; in main()
156 which = PRIO_USER; in main()
160 which = name2id(optarg); in main()
191 switch (which) { in main()
253 int which = PRIO_PROCESS; in parse_obsolete_options() local
281 which = PRIO_PGRP; in parse_obsolete_options()
285 which = PRIO_USER; in parse_obsolete_options()
289 which = PRIO_PROCESS; in parse_obsolete_options()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhrtimers.c180 u_int which; local
186 which = ITIMER_REAL;
192 which = ITIMER_PROF;
210 u_int which; local
214 which = ITIMER_REAL;
220 which = ITIMER_PROF;
238 u_int which; local
242 which = ITIMER_REAL;
306 u_int which; in hrt_bsd_cancel() local
310 which = ITIMER_REAL; in hrt_bsd_cancel()
[all …]
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c279 if (which == RLIMIT_CPU) in limit_value()
286 if (which == RLIMIT_CPU) in limit_value()
293 switch (which) { in limit_value()
333 set_current[which] = TRUE; in parse_limits()
344 if (set_current[which] && set_maximum[which] && in parse_limits()
486 if (!set_current[which]) in set_one_limit()
488 if (!set_maximum[which]) in set_one_limit()
592 int which; in set_limits() local
595 for (which = 0; which < RLIM_NLIMITS; which++) { in set_limits()
596 if (set_current[which] || set_maximum[which]) { in set_limits()
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsetpriority.c53 prio_to_idtype(int which) in prio_to_idtype() argument
55 switch (which) { in prio_to_idtype()
93 old_idtype(int which) in old_idtype() argument
95 switch (which) { in old_idtype()
106 getpriority(int which, id_t who) in getpriority() argument
112 if ((idtype = prio_to_idtype(which)) == -1) { in getpriority()
118 if (old_idtype(which)) { in getpriority()
132 if (who == 0 && old_idtype(which)) in getpriority()
147 setpriority(int which, id_t who, int prio) in setpriority() argument
160 if (old_idtype(which)) { in setpriority()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE593 command in which the function was referenced.
693 connected with here documents which have been fixed.
1680 07-01-29 A bug which caused the shell to core dump which can occur when a
2288 02-06-10 A bug which occurred for interactive shells in which the builtin
2548 which /bin/test -l tests for symbolic links.
2559 01-02-25 A race condition in which a coprocess which completed too quickly
2571 made by external commands such as stty which could
2756 98-04-30 A bug which in which assignment to array variables in
2771 98-04-30 A parsing bug in which a # preceded alphanumeric
2909 95-08-28 A bug in file name generation which sometimes
[all …]
H A DRELEASE9381 m. A bug which caused a variable to be unset if the
100 u. A bug which caused the shell to incorrectly parse
109 c. A bug which prevented standard input from being
114 e. A bug which prevented the shell from sending a HUP
127 j. A bug which caused read to fail on a file that was
135 m. A bug which caused the terminal to get into a bad
160 f. A bug which could cause a coprocess to hang when
214 c. A bug in file name generation which sometimes
273 v. A bug in which $(set -A array ...) would leave a
337 e. A bug which in which assignment to array variables in
[all …]
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dgetnattype.c29 char *which; local
46 which = "MAP";
49 which = "MAP-BLOCK";
52 which = "RDR";
55 which = "BIMAP";
59 which = unknownbuf;
62 return which;
/illumos-gate/usr/src/cmd/filesync/
H A Danal.c916 if (lp->f_info[which].f_ino != fp->f_info[which].f_ino) in link_update()
928 lp->f_info[which].f_type = fp->f_info[which].f_type; in link_update()
929 lp->f_info[which].f_size = fp->f_info[which].f_size; in link_update()
930 lp->f_info[which].f_mode = fp->f_info[which].f_mode; in link_update()
931 lp->f_info[which].f_uid = fp->f_info[which].f_uid; in link_update()
932 lp->f_info[which].f_gid = fp->f_info[which].f_gid; in link_update()
933 lp->f_info[which].f_modtime = fp->f_info[which].f_modtime; in link_update()
934 lp->f_info[which].f_modns = fp->f_info[which].f_modns; in link_update()
935 lp->f_info[which].f_nlink = fp->f_info[which].f_nlink; in link_update()
936 lp->f_info[which].f_rd_maj = fp->f_info[which].f_rd_maj; in link_update()
[all …]
H A Deval.c498 int which; in walker() local
547 note_info(fp, sp, which); in walker()
558 &fp->f_info[which]); in walker()
582 note_info(fp, sp, which); in walker()
663 ip = &fp->f_info[ which ]; in note_info()
680 fp->f_flags |= flags[which]; in note_info()
755 which, fp->f_name, fp->f_info[ which ].f_modtime, in update_info()
756 fp->f_info[ which ].f_modns); in update_info()
784 fp->f_info[which].f_nlink = (which == OPT_SRC) ? fp->f_s_nlink : in fakedata()
786 fp->f_info[which].f_modtime = (which == OPT_SRC) ? fp->f_s_modtime : in fakedata()
[all …]
/illumos-gate/usr/src/lib/libsec/common/
H A Daclcheck.c77 *which = -1; in aclent_aclcheck()
85 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
96 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
107 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
118 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
152 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
162 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
173 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
184 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
195 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
[all …]
H A Daclmode.c43 int which; in acltomode() local
47 if (aclcheck(aclbufp, nentries, &which) != 0) { in acltomode()
94 int which; in aclfrommode() local
97 if (aclcheck(aclbufp, nentries, &which) != 0) { in aclfrommode()
/illumos-gate/usr/src/uts/common/syscall/
H A Dpsecflags.c24 psecflagwhich_t which; member
63 audit_psecflags(p, args->which, args->delta); in psecdo()
65 switch (args->which) { in psecdo()
93 psecflags(procset_t *psp, psecflagwhich_t which, secflagdelta_t *ap) in psecflags() argument
99 .which = which, in psecflags()
103 if (psd.which == PSF_EFFECTIVE) in psecflags()
/illumos-gate/usr/src/cmd/stat/common/
H A Dmnt.c109 mnt_t **which; in build_mnt_list() local
138 which = &ufs; in build_mnt_list()
141 which = &nfs; in build_mnt_list()
143 which = 0; in build_mnt_list()
144 if (which) { in build_mnt_list()
153 item->next = *which; in build_mnt_list()
154 *which = item; in build_mnt_list()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dset_pitch.c50 int which, in set_pitch() argument
54 set_pitch (str, which, putout) in set_pitch()
56 int which,
75 if (which == 'H') {
108 if (which == 'H' && STREQU(str, NAME_PICA))
111 else if (which == 'H' && STREQU(str, NAME_ELITE))
115 which == 'H'
/illumos-gate/usr/src/boot/common/
H A Dgpt.c56 gptupdate(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptupdate() argument
77 BOOTPROG, which); in gptupdate()
88 printf("%s: unable to update %s GPT header\n", BOOTPROG, which); in gptupdate()
186 gptread_hdr(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptread_hdr() argument
192 printf("%s: unable to read %s GPT header\n", BOOTPROG, which); in gptread_hdr()
200 printf("%s: invalid %s GPT header\n", BOOTPROG, which); in gptread_hdr()
207 which); in gptread_hdr()
266 BOOTPROG, which); in gptbootconv()
279 printf("%s: unable to update %s GPT header\n", BOOTPROG, which); in gptbootconv()
300 BOOTPROG, which); in gptread_table()
[all …]
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dcatalog.awk42 which = 0
63 which = 0
66 which = 1
75 if (which == 0)
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_config.c40 db_jump_set(func, which) in db_jump_set() argument
42 int which;
44 switch (which) {
119 db_value_set(value, which) in db_value_set() argument
120 int value, which; in db_value_set()
124 switch (which) {
/illumos-gate/usr/src/uts/intel/syscall/
H A Dlwp_private.c40 lwp_setprivate(klwp_t *lwp, int which, uintptr_t base) in lwp_setprivate() argument
83 switch (which) { in lwp_setprivate()
125 lwp_getprivate(klwp_t *lwp, int which, uintptr_t base) in lwp_getprivate() argument
135 switch (which) { in lwp_getprivate()
207 syslwp_private(int cmd, int which, uintptr_t base) in syslwp_private() argument
214 res = lwp_setprivate(lwp, which, base); in syslwp_private()
217 error = lwp_getprivate(lwp, which, base); in syslwp_private()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddata-structures.txt5 The C parser exists in two main files: parse.c, which parses statements, and expression.c, which pa…
6 parse.h contains the definition of struct statement, which represents a C statement.
7 That includes only those things which can't appear as an expression, which primarily includes contr…
8 expression.h contains the definition of struct expression, which represents a C expression. That h…
10 That appears as another struct statement which has a statement_list member.
31 That represents an entrypoint to the code, which would normally mean a function.
39 A loop will normally have a basic block for the loop body, which can branch to the top at the end o…
41 The edges in that graph lead from one basic block to a basic block which can follow it in the execu…
45 So you have an entrypoint, which has a graph of basic blocks, each of which has a list of instructi…
50 Each one has a pointer to the symbol it represents (which may have many pseudos referencing it).
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_getitimer.c37 pr_getitimer(struct ps_prochandle *Pr, int which, struct itimerval *itv) in pr_getitimer() argument
49 return (getitimer(which, itv)); in pr_getitimer()
52 adp->arg_value = which; in pr_getitimer()
94 int which, const struct itimerval *itv, struct itimerval *oitv) in pr_setitimer() argument
107 return (setitimer(which, (struct itimerval *)itv, oitv)); in pr_setitimer()
110 adp->arg_value = which; in pr_setitimer()
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dfirewall8 rules which:
9 a) blocks all packets which might belong to an IP Spoofing attack;
11 c) blocks all packets which have a length which is too short for
17 Draw up a list of which services you want to allow users to use on the
36 * "ext-service" is the service to which you wish to connect or if it doesn't
/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.h186 #define ZAP_DOMAIN(which) \ argument
188 bzero(which##_domain, DNAMEMAX);\
189 which##_domain_len = 0; \
190 which##_mtime = zapped_mtime; \
/illumos-gate/usr/src/pkg/transforms/
H A Dglobal_zone_only_component29 # This ruleset is useful for "system" components-- ones which are expected
30 # to appear primarily in the global zone, but which may have some small
31 # pieces (man pages, header files) which may need to appear in all zones.
41 # You may well have other actions which you wish to appear in all zones.
42 # An example would be an administrative utility for a driver which has
64 # which have no variant.opensolaris.zone attribute to be
65 # variant.opensolaris.zone=global. For those actions which need to appear
68 # which set __NODEFAULT for a few classes of well known things, like man

12345678910>>...28