/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mach_sysconfig.c | 37 mach_sysconfig(int which) argument
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mach_sysconfig.c | 36 mach_sysconfig(int which) argument
|
H A D | instr_size.c | 81 * instruction's memory access (if any), depending on the value of `which'. 89 dtrace_dis_isize(uchar_t *instr, dis_isize_t which, model_t model, int *rmindex) argument 104 if (which == DIS_ISIZE_INSTR)
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | scr_all.c | 50 _scr_all(char *file, int which) argument 57 rv = scr_reset(filep, which);
|
/illumos-gate/usr/src/lib/libresolv2/common/bsd/ |
H A D | setitimer.c | 19 __setitimer(int which, const struct itimerval *value, argument
|
/illumos-gate/usr/src/cmd/ipf/lib/common/ |
H A D | 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;
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sysconfig.c | 53 sysconfig(int which) argument 55 switch (which) { 62 return (mach_sysconfig(which)); /* `uname -i`/os */
|
H A D | psecflags.c | 24 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/lib/print/libipp-listener/common/ |
H A D | get-jobs.c | 49 char *which; local 71 * which-jobs 75 "which-jobs", &which);
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | instance.c | 55 int which; local 64 which = UINIT_DATA; 66 which = INIT_DATA; 68 return (&MYSELF->data[which][offset]);
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | aclmode.c | 44 int which; local 48 if (aclcheck(aclbufp, nentries, &which) != 0) { 95 int which; local 98 if (aclcheck(aclbufp, nentries, &which) != 0) {
|
H A D | aclsort.c | 84 int which; local 89 if (aclcheck(aclbufp, nentries, &which) != 0)
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_getitimer.c | 39 pr_getitimer(struct ps_prochandle *Pr, int which, struct itimerval *itv) argument 51 return (getitimer(which, itv)); 53 adp = &argd[0]; /* which argument */ 54 adp->arg_value = which; 96 int which, const struct itimerval *itv, struct itimerval *oitv) 109 return (setitimer(which, (struct itimerval *)itv, oitv)); 111 adp = &argd[0]; /* which argument */ 112 adp->arg_value = which; 95 pr_setitimer(struct ps_prochandle *Pr, int which, const struct itimerval *itv, struct itimerval *oitv) argument
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | 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 [all...] |
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | setpriority.c | 55 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...] |
H A D | psecflags.c | 30 psecflags(idtype_t idtype, id_t id, psecflagwhich_t which, argument 37 return (__psecflagsset(&procset, which, delta));
|
/illumos-gate/usr/src/ucblib/libtermcap/ |
H A D | 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 [all...] |
/illumos-gate/usr/src/uts/intel/ia32/syscall/ |
H A D | lwp_private.c | 41 lwp_setprivate(klwp_t *lwp, int which, uintptr_t base) argument 64 * to work, which is needed by emulators for legacy application 85 switch (which) { 128 switch (which) { 158 lwp_getprivate(klwp_t *lwp, int which, uintptr_t base) argument 168 switch (which) { 260 syslwp_private(int cmd, int which, uintptr_t base) argument 267 res = lwp_setprivate(lwp, which, base); 270 error = lwp_getprivate(lwp, which, base);
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | set_pitch.c | 50 int which, 54 set_pitch (str, which, putout) 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' 48 set_pitch( char * str, int which, int putout ) argument
|
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_xaction_ui.c | 75 sip_get_trans(sip_msg_t sip_msg, int which, int *error) argument 85 which, NULL));
|
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | mnt.c | 111 mnt_t **which; local 140 which = &ufs; 143 which = &nfs; 145 which = 0; 146 if (which) { 155 item->next = *which; 156 *which = item;
|
/illumos-gate/usr/src/cmd/prtdscp/sparc/sun4u/ |
H A D | prtdscp.c | 194 get_address(int which, char *addr) argument 201 error = dscpAddr(0, which, &saddr, &len);
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | device_ctl.c | 78 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/sgs/liblddbg/common/ |
H A D | move.c | 124 Dbg_move_entry1(Lm_list *lml, int which, Move *mv, Sym_desc *s) argument 131 if (which)
|
/illumos-gate/usr/src/cmd/tr/ |
H A D | extern.h | 40 enum { STRING1, STRING2 } which; member in struct:__anon1889
|