Home
last modified time | relevance | path

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

12345678910>>...28

/titanic_51/usr/src/ucblib/libtermcap/
H A Dtgoto.c84 int which = destline; in tgoto() local
109 if (which < 10) in tgoto()
111 if (which < 100) in tgoto()
116 *dp++ = (which / 100) | '0'; in tgoto()
117 which %= 100; in tgoto()
122 *dp++ = which / 10 | '0'; in tgoto()
124 *dp++ = which % 10 | '0'; in tgoto()
128 which = oncol ? destcol : destline; in tgoto()
133 if (which > *cp++) in tgoto()
134 which in tgoto()
[all...]
/titanic_51/usr/src/cmd/audio/utilities/
H A Ddevice_ctl.c78 audio__setplayhdr(int fd, Audio_hdr *hdrp, unsigned int which) in audio__setplayhdr() argument
85 if (which & AUDIO__PLAY) in audio__setplayhdr()
87 else if (which & AUDIO__RECORD) in audio__setplayhdr()
92 if (which & AUDIO__SET) { in audio__setplayhdr()
125 if (which & AUDIO__SET) { in audio__setplayhdr()
147 audio__setval(int fd, unsigned int *valp, unsigned int which) in audio__setval() argument
156 if (which & AUDIO__PLAY) in audio__setval()
158 else if (which & AUDIO__RECORD) in audio__setval()
160 else if ((which & AUDIO__SETVAL_MASK) != AUDIO__MONGAIN) in audio__setval()
164 switch (which in audio__setval()
215 audio__setgain(int fd,double * valp,unsigned int which) audio__setgain() argument
244 audio__setpause(int fd,unsigned int which) audio__setpause() argument
284 audio__flush(int fd,unsigned int which) audio__flush() argument
[all...]
/titanic_51/usr/src/cmd/renice/
H A Drenice.c59 static int donice(int which, id_t who, int prio, int increment, char *who_s);
93 * or groups of processes which are already
102 int which = PRIO_PROCESS; in main() local
150 which = PRIO_PGRP; in main()
154 which = PRIO_PROCESS; in main()
158 which = PRIO_USER; in main()
162 which = name2id(optarg); in main()
184 *end_ptr == '\0' && (which != PRIO_ZONE || in main()
186 (which != PRIO_CONTRACT || who != 0)) { in main()
187 errs += donice(which, wh in main()
255 int which = PRIO_PROCESS; parse_obsolete_options() local
322 donice(int which,id_t who,int prio,int increment,char * who_s) donice() argument
[all...]
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dputenv.c55 int which; /* index of variable to replace */ in putenv() local
57 if ((which = find(change)) < 0) { in putenv()
59 /* which is negative of table size, so invert and in putenv()
61 which = (-which) + 1; in putenv()
65 which*sizeof(char *)); in putenv()
72 newenv = (char **)malloc(which*sizeof(char *)); in putenv()
75 (int)(which*sizeof(char *))); in putenv()
78 environ[which-2] = change; in putenv()
79 environ[which in putenv()
[all...]
/titanic_51/usr/src/uts/i86pc/io/
H A Dhrtimers.c182 u_int which; local
188 which = ITIMER_REAL;
191 which = ITIMER_VIRTUAL;
194 which = ITIMER_PROF;
204 (void) xsetitimer(which, &itv, 1);
212 u_int which; local
216 which = ITIMER_REAL;
219 which = ITIMER_VIRTUAL;
222 which = ITIMER_PROF;
232 (void) xsetitimer(which,
240 u_int which; global() local
308 u_int which; hrt_bsd_cancel() local
[all...]
/titanic_51/usr/src/cmd/plimit/
H A Dplimit.c237 limit_value(int which, char *arg, rlim64_t *limit) in limit_value() argument
248 if (which == RLIMIT_CPU && strchr(arg, ':') != NULL) { in limit_value()
278 if (which == RLIMIT_CPU) in limit_value()
285 if (which == RLIMIT_CPU) in limit_value()
292 switch (which) { in limit_value()
316 parse_limits(int which, char *arg) in parse_limits() argument
321 struct rlimit64 *rp = &rlimit[which]; in parse_limits()
328 set_current[which] = FALSE; in parse_limits()
330 if (limit_value(which, soft, &rp->rlim_cur) != 0) in parse_limits()
332 set_current[which] in parse_limits()
470 set_one_limit(struct ps_prochandle * Pr,int which,rlim64_t cur,rlim64_t max) set_one_limit() argument
591 int which; set_limits() local
[all...]
/titanic_51/usr/src/lib/libc/port/gen/
H A Dsetpriority.c55 prio_to_idtype(int which) in prio_to_idtype() argument
57 switch (which) { in prio_to_idtype()
95 old_idtype(int which) in old_idtype() argument
97 switch (which) { in old_idtype()
108 getpriority(int which, id_t who) in getpriority() argument
114 if ((idtype = prio_to_idtype(which)) == -1) { in getpriority()
120 if (old_idtype(which)) { in getpriority()
134 if (who == 0 && old_idtype(which)) in getpriority()
149 setpriority(int which, id_t who, int prio) in setpriority() argument
156 if ((idtype = prio_to_idtype(which)) in setpriority()
[all...]
/titanic_51/usr/src/cmd/ipf/lib/common/
H A Dgetnattype.c31 char *which; local
48 which = "MAP";
51 which = "MAP-BLOCK";
54 which = "RDR";
57 which = "BIMAP";
61 which = unknownbuf;
64 return which;
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE9 12-07-18 A bug in which /dev/stdout did not work in command substitution on
11 12-07-17 A bug in which the restricted option set in a subshell prevented
14 12-07-09 A bug in which the directory is not restored after a subshell changes
17 12-07-09 A bug in which file descriptors created with {n}< file were not being
21 12-07-02 A bug in which builtin name did now work for builtins found in a
23 12-07-02 A bug in the edit modes which <tab> after a directory did not refresh
25 12-07-02 A bug in which an exit status > 256 corresponding to a signal was
32 12-06-22 A bug in which an exit trap set in a subshell might not be triggered
34 12-06-22 A bug which could cause the shell to hang when a coprocess exits
40 12-06-19 A bug in which pattern
[all...]
H A DRELEASE9352 a. An expansion bug which causes portions of a word after
58 c. A bug which caused a core dump on some machines when
60 d. A bug which incorrectly handled set disciplines that
69 h. A bug was fixed which caused ksh to loop when execution trace
71 i. A bug which could cause the job control switch character
76 k. A bug which prevented ~ expansion from occurring when
79 l. A bug in the dot command which prevented autoload functions
81 m. A bug which caused a variable to be unset if the
86 o. A bug on some systems in which $0 would be incorrect
89 1. A bug which disable
[all...]
/titanic_51/usr/src/lib/libshell/common/
H A DRELEASE6 10-02-12 A bug in which the get discipline function was not invoked for
8 10-02-12 A bug which could occur if the last line of a script was an eval
12 10-01-20 A bug in the evaluation of arithmetic expression in which the
18 10-01-01 A bug in the parser in which '$((case i in i):;esac);:))' was not
20 10-01-01 A bug in the parser in which '$(( 2 , 3.6 ))' dumped core for locales
26 09-12-18 A bug with the SHOPT_BGX option set which disabled traps for signals
37 09-12-04 A bug in which in some cases a trap in a function executed in
39 09-12-03 A bug in which SHLVL exported with some attributes could cause
41 09-12-02 A bug with pipefail in which the shell could hang waiting for the
43 09-11-30 A bug in which a trap could be inherited by the first element of
[all …]
H A DRELEASE9352 a. An expansion bug which causes portions of a word after
58 c. A bug which caused a core dump on some machines when
60 d. A bug which incorrectly handled set disciplines that
69 h. A bug was fixed which caused ksh to loop when execution trace
71 i. A bug which could cause the job control switch character
76 k. A bug which prevented ~ expansion from occurring when
79 l. A bug in the dot command which prevented autoload functions
81 m. A bug which caused a variable to be unset if the
86 o. A bug on some systems in which $0 would be incorrect
89 1. A bug which disabled argument passing and resetting
[all …]
/titanic_51/usr/src/cmd/filesync/
H A Danal.c45 * find_link .. look for other files to which a file may be a link
458 * it merely enumerates the ways in which the files differ.
528 * which side we should check
623 * to figure out if there is a file to which we should
628 * which side is to be changed (src/dst)
653 /* chg = side on which the change was noticed */ in find_link()
654 /* tgt = side to which the change is to be propagated */ in find_link()
825 * which side we are looking to additional links on
887 * which side was changed
908 link_update(struct file *fp, side_t which) in link_update() argument
[all...]
H A Deval.c490 * is set to a level, below which, everything should be
500 int which; in walker() local
507 which = usingsrc ? OPT_SRC : OPT_DST; in walker()
549 note_info(fp, sp, which); in walker()
560 &fp->f_info[which]); in walker()
584 note_info(fp, sp, which); in walker()
588 (void) get_acls(name, &fp->f_info[which]); in walker()
655 * which file info structure to fill in (0-2)
661 note_info(struct file *fp, const struct stat *sp, side_t which) in note_info() argument
665 ip = &fp->f_info[ which ]; in note_info()
749 update_info(struct file * fp,side_t which) update_info() argument
778 fakedata(struct file * fp,int which) fakedata() argument
[all...]
/titanic_51/usr/src/lib/libsec/common/
H A Daclcheck.c71 aclent_aclcheck(aclent_t *aclbufp, int nentries, int *which, int isdir) in aclent_aclcheck() argument
78 *which = -1; in aclent_aclcheck()
86 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
97 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
108 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
119 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
153 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
163 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
174 *which = (int)(aclentp - aclbufp); in aclent_aclcheck()
185 *which in aclent_aclcheck()
263 aclcheck(aclent_t * aclbufp,int nentries,int * which) aclcheck() argument
[all...]
/titanic_51/usr/src/lib/efcode/engine/
H A Dactions.c302 * This is for things like my-self which have meaning to the
316 set_value_actions(fcode_env_t *env, int which) in set_value_actions() argument
318 ASSERT((which == 0) || (which == 1)); in set_value_actions()
319 ASSERT(value_actions[which]); in set_value_actions()
320 install_actions(env, value_actions[which]); in set_value_actions()
324 set_defer_actions(fcode_env_t *env, int which) in set_defer_actions() argument
326 ASSERT((which == 0) || (which == 1)); in set_defer_actions()
327 ASSERT(value_actions[which in set_defer_actions()
332 set_buffer_actions(fcode_env_t * env,int which) set_buffer_actions() argument
[all...]
H A Dinstance.c55 int which; in get_instance_address() local
64 which = UINIT_DATA; in get_instance_address()
66 which = INIT_DATA; in get_instance_address()
68 return (&MYSELF->data[which][offset]); in get_instance_address()
/titanic_51/usr/src/cmd/stat/common/
H A Dmnt.c111 mnt_t **which; in build_mnt_list() local
140 which = &ufs; in build_mnt_list()
143 which = &nfs; in build_mnt_list()
145 which = 0; in build_mnt_list()
146 if (which) { in build_mnt_list()
155 item->next = *which; in build_mnt_list()
156 *which = item; in build_mnt_list()
/titanic_51/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'
/titanic_51/usr/src/boot/sys/boot/common/
H A Dgpt.c51 * Buffer below 64kB passed on gptread(), which can hold at least
57 gptupdate(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptupdate() argument
78 BOOTPROG, which); in gptupdate()
87 printf("%s: unable to update %s GPT header\n", BOOTPROG, which); in gptupdate()
185 gptread_hdr(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptread_hdr() argument
191 printf("%s: unable to read %s GPT header\n", BOOTPROG, which); in gptread_hdr()
199 printf("%s: invalid %s GPT header\n", BOOTPROG, which); in gptread_hdr()
206 which); in gptread_hdr()
233 gptbootconv(const char *which, struct dsk *dskp, struct gpt_hdr *hdr, in gptbootconv() argument
265 BOOTPROG, which); in gptbootconv()
280 gptread_table(const char * which,const uuid_t * uuid,struct dsk * dskp,struct gpt_hdr * hdr,struct gpt_ent * table) gptread_table() argument
[all...]
/titanic_51/usr/src/cmd/sgs/tools/
H A Dcatalog.awk29 # The MACROs which are referenced by MSG_INTL() go to CATA_MSG_INTL_LIST
30 # The MACROs which are referenced by MSG_ORIG() go to CATA_MSG_ORIG_LIST
38 # which == 0
40 # which == 1
42 which = 0
63 which = 0
66 which = 1
75 if (which == 0)
/titanic_51/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) {
/titanic_51/usr/src/uts/intel/ia32/syscall/
H A Dlwp_private.c41 lwp_setprivate(klwp_t *lwp, int which, uintptr_t base) in lwp_setprivate() argument
64 * to work, which is needed by emulators for legacy application in lwp_setprivate()
85 switch (which) { in lwp_setprivate()
128 switch (which) { in lwp_setprivate()
158 lwp_getprivate(klwp_t *lwp, int which, uintptr_t base) in lwp_getprivate() argument
168 switch (which) { in lwp_getprivate()
260 syslwp_private(int cmd, int which, uintptr_t base) in syslwp_private() argument
267 res = lwp_setprivate(lwp, which, base); in syslwp_private()
270 error = lwp_getprivate(lwp, which, base); in syslwp_private()
/titanic_51/usr/src/lib/libproc/common/
H A Dpr_getitimer.c39 pr_getitimer(struct ps_prochandle *Pr, int which, struct itimerval *itv) in pr_getitimer() argument
51 return (getitimer(which, itv)); in pr_getitimer()
53 adp = &argd[0]; /* which argument */ in pr_getitimer()
54 adp->arg_value = which; in pr_getitimer()
96 int which, const struct itimerval *itv, struct itimerval *oitv) in pr_setitimer() argument
109 return (setitimer(which, (struct itimerval *)itv, oitv)); in pr_setitimer()
111 adp = &argd[0]; /* which argument */ in pr_setitimer()
112 adp->arg_value = which; in pr_setitimer()
/titanic_51/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

12345678910>>...28