| /netvirt/usr/src/cmd/sgs/tools/ |
| catalog.awk | 29 # 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)
|
| /netvirt/usr/src/ucblib/libtermcap/ |
| tgoto.c | 84 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 += *cp++ [all...] |
| /netvirt/usr/src/cmd/lvm/metassist/common/ |
| volume_nvpair.h | 44 * @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_t *val) [all...] |
| volume_nvpair.c | 59 * @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_UINT32, NULL) [all...] |
| /netvirt/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| xferlog.c | 28 int which; local 35 for (which = 1; (which < MAXARGS) && ARG[which]; which++) { 36 if (which > 1) { 41 if (strlcat(xferlog_format, ARG[which],
|
| domain.c | 136 * which is either "refuse_no_reverse" or "refuse_mismatch", using the 258 int found, lookup, set, which; local 279 for (which = 1; (which < MAXARGS) && ARG[which]; which++) { 280 if (hostmatch(ARG[which], remoteaddr, NULL)) { 299 int which; local 311 for (which = 1; (which < MAXARGS) && ARG[which]; which++) [all...] |
| /netvirt/usr/src/cmd/ipf/lib/common/ |
| getnattype.c | 31 char *which; local 48 which = "MAP"; 51 which = "MAP-BLOCK"; 54 which = "RDR"; 57 which = "BIMAP"; 61 which = unknownbuf; 64 return which;
|
| /netvirt/usr/src/lib/libbc/libc/gen/common/ |
| putenv.c | 55 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-1] = NULL [all...] |
| /netvirt/usr/src/stand/lib/crypto/ |
| README | 28 In order to determine which object files aren't used in building the 69 to determine which of the .o files appears in none of the loader debug output
|
| /netvirt/usr/src/lib/brand/lx/lx_brand/common/ |
| priority.c | 41 uint_t which = (int)p1; local 46 * The only valid values for 'which' are positive integers, and unlike 49 if (which > PRIO_USER) 52 lx_debug("\tgetpriority(%d, %d)", which, who); 56 if ((which == PRIO_PROCESS) && (who == 1)) 59 ret = getpriority(which, who); 73 int which = (int)p1; local 78 if (which > PRIO_USER) 81 lx_debug("\tsetpriority(%d, %d, %d)", which, who, prio); 83 if ((which == PRIO_PROCESS) && (who == 1) [all...] |
| module.c | 56 int which = (int)p2; local 61 switch (which) {
|
| /netvirt/usr/src/lib/libcurses/screen/ |
| scr_all.c | 50 _scr_all(char *file, int which) 57 rv = scr_reset(filep, which);
|
| /netvirt/usr/src/lib/libc/port/gen/ |
| setpriority.c | 54 prio_to_idtype(int which) 56 switch (which) { 94 old_idtype(int which) 96 switch (which) { 107 getpriority(int which, id_t who) 113 if ((idtype = prio_to_idtype(which)) == -1) { 119 if (old_idtype(which)) { 133 if (who == 0 && old_idtype(which)) 148 setpriority(int which, id_t who, int prio) 155 if ((idtype = prio_to_idtype(which)) == -1) [all...] |
| /netvirt/usr/src/lib/libresolv2/common/bsd/ |
| setitimer.c | 27 __setitimer(int which, const struct itimerval *value,
|
| /netvirt/usr/src/uts/i86pc/os/ |
| mach_sysconfig.c | 36 mach_sysconfig(int which)
|
| /netvirt/usr/src/lib/libc/amd64/gen/ |
| strrchr.s | 34 / Returns the pointer in sp at which the character c last 38 / which represents the `standard' for the C-library.
|
| /netvirt/usr/src/lib/libc/i386/gen/ |
| strrchr.s | 34 / Returns the pointer in sp at which the character c last 38 / which represents the `standard' for the C-library.
|
| /netvirt/usr/src/cmd/audio/utilities/ |
| device_ctl.c | 78 audio__setplayhdr(int fd, Audio_hdr *hdrp, unsigned int which) 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) 156 if (which & AUDIO__PLAY) 158 else if (which & AUDIO__RECORD) 160 else if ((which & AUDIO__SETVAL_MASK) != AUDIO__MONGAIN) 164 switch (which & AUDIO__SETVAL_MASK) [all...] |
| /netvirt/usr/src/cmd/perl/contrib/ |
| README | 28 should be placed under Sun::Solaris, which has been reserved for SMI development 29 by CPAN. Modules involving Perl installations which do not run on Solaris, 30 or which refer to unbundled products, should seek ARC guidance for naming.
|
| /netvirt/usr/src/cmd/renice/ |
| renice.c | 59 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, who, incr, prio_type 255 int which = PRIO_PROCESS; local [all...] |
| /netvirt/usr/src/uts/i86pc/io/ |
| hrtimers.c | 182 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, &itv, 1) 240 u_int which; local 308 u_int which; local [all...] |
| /netvirt/usr/src/cmd/plimit/ |
| plimit.c | 237 limit_value(int which, char *arg, rlim64_t *limit) 248 if (which == RLIMIT_CPU && strchr(arg, ':') != NULL) { 278 if (which == RLIMIT_CPU) 285 if (which == RLIMIT_CPU) 292 switch (which) { 316 parse_limits(int which, char *arg) 321 struct rlimit64 *rp = &rlimit[which]; 328 set_current[which] = FALSE; 330 if (limit_value(which, soft, &rp->rlim_cur) != 0) 332 set_current[which] = TRUE 591 int which; local [all...] |
| /netvirt/usr/src/cmd/which/ |
| Makefile | 27 # Makefile for cmd/which 30 PROG = which
|
| /netvirt/usr/src/lib/efcode/engine/ |
| instance.c | 55 int which; local 64 which = UINIT_DATA; 66 which = INIT_DATA; 68 return (&MYSELF->data[which][offset]);
|
| /netvirt/usr/src/lib/libc/i386/crt/ |
| _rtboot.s | 32 / we get control from exec which has loaded our text and
|