Searched refs:which (Results 1 - 25 of 230) sorted by relevance

12345678910

/illumos-gate/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)
/illumos-gate/usr/src/ucblib/libtermcap/
H A Dtgoto.c84 int which = destline; local
109 if (which < 10)
111 if (which < 100)
116 *dp++ = (which / 100) | '0';
117 which %= 100;
122 *dp++ = which / 10 | '0';
124 *dp++ = which % 10 | '0';
128 which = oncol ? destcol : destline;
133 if (which > *cp++)
134 which
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_nvpair.h44 * @param which
62 extern int get_uint16(nvlist_t *attrs, char *which, uint16_t *val);
70 * @param which
85 extern int set_uint16(nvlist_t *attrs, char *which, uint16_t val);
93 * @param which
111 extern int get_uint32(nvlist_t *attrs, char *which, uint32_t *val);
119 * @param which
134 extern int set_uint32(nvlist_t *attrs, char *which, uint32_t val);
142 * @param which
160 extern int get_uint64(nvlist_t *attrs, char *which, uint64_
[all...]
H A Dvolume_nvpair.c59 * @param which
74 char *which,
79 nvlist_walk_nvpair(attrs, which, DATA_TYPE_UINT16, NULL);
96 * @param which
114 char *which,
119 if ((error = nvlist_add_uint16(attrs, which, val)) != 0) {
121 gettext("nvlist_add_int16(%s) failed: %d\n"), which, error);
133 * @param which
148 char *which,
153 nvlist_walk_nvpair(attrs, which, DATA_TYPE_UINT3
72 get_uint16( nvlist_t *attrs, char *which, uint16_t *val) argument
112 set_uint16( nvlist_t *attrs, char *which, uint16_t val) argument
146 get_uint32( nvlist_t *attrs, char *which, uint32_t *val) argument
186 set_uint32( nvlist_t *attrs, char *which, uint32_t val) argument
220 get_uint64( nvlist_t *attrs, char *which, uint64_t *val) argument
260 set_uint64( nvlist_t *attrs, char *which, uint64_t val) argument
297 set_boolean( nvlist_t *attrs, char *which, boolean_t val) argument
328 get_boolean( nvlist_t *attrs, char *which, boolean_t *boolval) argument
366 get_string( nvlist_t *attrs, char *which, char **str) argument
406 set_string( nvlist_t *attrs, char *which, char *val) argument
443 get_uint16_array( nvlist_t *attrs, char *which, uint16_t **val, uint_t *nelem) argument
487 set_uint16_array( nvlist_t *attrs, char *which, uint16_t *val, uint_t nelem) argument
527 get_uint64_array( nvlist_t *attrs, char *which, uint64_t **val, uint_t *nelem) argument
571 set_uint64_array( nvlist_t *attrs, char *which, uint64_t *val, uint_t nelem) argument
611 get_string_array( nvlist_t *attrs, char *which, char ***val, uint_t *nelem) argument
655 set_string_array( nvlist_t *attrs, char *which, char **val, uint_t nelem) argument
[all...]
/illumos-gate/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;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dputenv.c55 int which; /* index of variable to replace */ local
57 if ((which = find(change)) < 0) {
59 /* which is negative of table size, so invert and
61 which = (-which) + 1;
65 which*sizeof(char *));
72 newenv = (char **)malloc(which*sizeof(char *));
75 (int)(which*sizeof(char *)));
78 environ[which-2] = change;
79 environ[which
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dscr_all.c50 _scr_all(char *file, int which) argument
57 rv = scr_reset(filep, which);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dsetpriority.c55 prio_to_idtype(int which) argument
57 switch (which) {
95 old_idtype(int which) argument
97 switch (which) {
108 getpriority(int which, id_t who) argument
114 if ((idtype = prio_to_idtype(which)) == -1) {
120 if (old_idtype(which)) {
134 if (who == 0 && old_idtype(which))
149 setpriority(int which, id_t who, int prio) argument
156 if ((idtype = prio_to_idtype(which))
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dsetitimer.c19 __setitimer(int which, const struct itimerval *value, argument
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmach_sysconfig.c36 mach_sysconfig(int which) argument
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrrchr.s31 / Returns the pointer in sp at which the character c last
35 / which represents the `standard' for the C-library.
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrrchr.s31 / Returns the pointer in sp at which the character c last
35 / which represents the `standard' for the C-library.
H A Dmemcmp.s34 / which represents the `standard' for the C-library.
H A Dstrcpy.s36 / which represents the `standard' for the C-library.
H A Dstrlen.s35 / which represents the `standard' for the C-library.
/illumos-gate/usr/src/cmd/audio/utilities/
H A Ddevice_ctl.c78 audio__setplayhdr(int fd, Audio_hdr *hdrp, unsigned int which) argument
85 if (which & AUDIO__PLAY)
87 else if (which & AUDIO__RECORD)
92 if (which & AUDIO__SET) {
125 if (which & AUDIO__SET) {
147 audio__setval(int fd, unsigned int *valp, unsigned int which) argument
156 if (which & AUDIO__PLAY)
158 else if (which & AUDIO__RECORD)
160 else if ((which & AUDIO__SETVAL_MASK) != AUDIO__MONGAIN)
164 switch (which
215 audio__setgain(int fd, double *valp, unsigned int which) argument
244 audio__setpause(int fd, unsigned int which) argument
284 audio__flush(int fd, unsigned int which) argument
[all...]
/illumos-gate/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; local
150 which = PRIO_PGRP;
154 which = PRIO_PROCESS;
158 which = PRIO_USER;
162 which = name2id(optarg);
184 *end_ptr == '\0' && (which != PRIO_ZONE ||
186 (which != PRIO_CONTRACT || who != 0)) {
187 errs += donice(which, wh
255 int which = PRIO_PROCESS; local
322 donice(int which, id_t who, int prio, int increment, char *who_s) argument
[all...]
/illumos-gate/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; local
308 u_int which; local
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dpsecflags.c24 psecflagwhich_t which; member in struct:psdargs
57 ASSERT(args->which != PSF_EFFECTIVE);
65 audit_psecflags(p, args->which, args->delta);
67 switch (args->which) {
92 psecflags(procset_t *psp, psecflagwhich_t which, secflagdelta_t *ap) argument
98 .which = which,
102 if (psd.which == PSF_EFFECTIVE)
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c238 limit_value(int which, char *arg, rlim64_t *limit) argument
249 if (which == RLIMIT_CPU && strchr(arg, ':') != NULL) {
279 if (which == RLIMIT_CPU)
286 if (which == RLIMIT_CPU)
293 switch (which) {
317 parse_limits(int which, char *arg) argument
322 struct rlimit64 *rp = &rlimit[which];
329 set_current[which] = FALSE;
331 if (limit_value(which, soft, &rp->rlim_cur) != 0)
333 set_current[which]
471 set_one_limit(struct ps_prochandle *Pr, int which, rlim64_t cur, rlim64_t max) argument
592 int which; local
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Dinstance.c55 int which; local
64 which = UINIT_DATA;
66 which = INIT_DATA;
68 return (&MYSELF->data[which][offset]);
/illumos-gate/usr/src/lib/libc/i386/crt/
H A D_rtboot.s30 / we get control from exec which has loaded our text and
/illumos-gate/usr/src/cmd/which/
H A DMakefile27 # Makefile for cmd/which
30 PROG = which
/illumos-gate/usr/src/uts/sun4/os/
H A Dmach_sysconfig.c37 mach_sysconfig(int which) argument
/illumos-gate/usr/src/cmd/stat/common/
H A Dmnt.c111 mnt_t **which; local
140 which = &ufs;
143 which = &nfs;
145 which = 0;
146 if (which) {
155 item->next = *which;
156 *which = item;

Completed in 79 milliseconds

12345678910