Searched defs:idtype (Results 1 - 24 of 24) sorted by relevance

/osnet-11/usr/src/lib/libast/common/features/
H A Dmode.c41 int idtype; local
43 idperm = idtype = 1;
52 if (!S_ISBLK(X_IFBLK)) idtype = 0;
61 if (!S_ISCHR(X_IFCHR)) idtype = 0;
70 if (!S_ISCTG(X_IFCTG)) idtype = 0;
77 if (!S_ISDIR(X_IFDIR)) idtype = 0;
86 if (!S_ISFIFO(X_IFIFO)) idtype = 0;
95 if (!S_ISLNK(X_IFLNK)) idtype = 0;
104 if (!S_ISREG(X_IFREG)) idtype = 0;
113 if (!S_ISSOCK(X_IFSOCK)) idtype
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dsigsend.c40 sigsend(idtype_t idtype, id_t id, int sig) argument
43 setprocset(&set, POP_AND, idtype, id, P_ALL, P_MYID);
H A Dsetpriority.c111 idtype_t idtype; local
114 if ((idtype = prio_to_idtype(which)) == -1) {
142 if (priocntl(idtype, id, PC_DONICE, &pcnice) == -1)
152 idtype_t idtype; local
156 if ((idtype = prio_to_idtype(which)) == -1) {
184 ret = priocntl(idtype, id, PC_DONICE, &pcnice);
202 if (priocntl(idtype, id, PC_DONICE, &gpcnice) == 0 &&
H A Dpriocntl.c55 __priocntl(int pc_version, idtype_t idtype, id_t id, int cmd, caddr_t arg) argument
59 setprocset(&procset, POP_AND, idtype, id, P_ALL, 0);
67 priocntl(idtype_t idtype, id_t id, int cmd, ...) argument
75 setprocset(&procset, POP_AND, idtype, id, P_ALL, 0);
H A Dwaitpid.c80 idtype_t idtype; local
86 idtype = P_PID;
89 idtype = P_PGID;
92 idtype = P_ALL;
95 idtype = P_PGID;
101 if ((error = waitid(idtype, id, &info, options)) < 0)
124 idtype_t idtype; local
149 idtype = P_PGID;
151 idtype = P_ALL;
153 idtype
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A Dpr_pbind.c36 pr_processor_bind(struct ps_prochandle *Pr, idtype_t idtype, id_t id, argument
45 return (processor_bind(idtype, id, processorid, obind));
47 adp->arg_value = idtype; /* idtype */
H A Dpr_waitid.c46 idtype_t idtype, id_t id, siginfo_t *infop, int options)
57 return (waitid(idtype, id, infop, options));
59 adp = &argd[0]; /* idtype argument */
60 adp->arg_value = idtype;
45 pr_waitid(struct ps_prochandle *Pr, idtype_t idtype, id_t id, siginfo_t *infop, int options) argument
/osnet-11/usr/src/lib/libc/port/sys/
H A Dexacctsys.c39 getacct(idtype_t idtype, id_t id, void *buf, size_t bufsize) argument
45 0, idtype, id, buf, bufsize, 0);
52 putacct(idtype_t idtype, id_t id, void *buf, size_t bufsize, int flags) argument
54 return (syscall(SYS_exacctsys, 1, idtype, id, buf, bufsize, flags));
58 wracct(idtype_t idtype, id_t id, int flags) argument
60 return (syscall(SYS_exacctsys, 2, idtype, id, NULL, 0, flags));
H A Dpsetsys.c70 pset_bind(psetid_t pset, idtype_t idtype, id_t id, psetid_t *opset) argument
72 return (_pset(PSET_BIND, pset, idtype, id, opset));
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_impl.h63 idmap_id_type idtype; member in struct:idmap_get_res
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_acl.c423 int i, idtype; local
431 idtype = SMB_IDMAP_OWNERAT;
436 idtype = SMB_IDMAP_GROUPAT;
442 idtype = SMB_IDMAP_GROUP;
446 idtype = SMB_IDMAP_EVERYONE;
452 idtype = SMB_IDMAP_USER;
456 id, idtype);
H A Dsmb_sd.c290 int idtype; local
315 idtype = SMB_IDMAP_USER;
316 idm_stat = smb_idmap_getid(sid, &fs_sd->sd_uid, &idtype);
328 idtype = SMB_IDMAP_GROUP;
329 idm_stat = smb_idmap_getid(sid, &fs_sd->sd_gid, &idtype);
H A Dsmb_lgrp.c2559 int idtype; local
2565 idtype = SMB_IDMAP_GROUP;
2566 rc = smb_idmap_getid(sid, gid, &idtype);
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c94 idtype2string(int idtype) argument
96 switch(idtype) {
395 int idtype; local
409 idtype = IDTYPE_FILE;
412 idtype = IDTYPE_PKCS11;
415 idtype = IDTYPE_PKCS12;
417 idtype = IDTYPE_DIR;
419 idtype = IDTYPE_ENVVAR;
429 idtype = IDTYPE_FILE;
433 idopts->idtype
486 int idtype; local
[all...]
H A Dpkinit.h205 int idtype; member in struct:_pkinit_identity_opts
287 char * idtype2string(int idtype);
H A Dpkinit_crypto_openssl.c5508 switch(idopts->idtype) {
6211 int idtype,
6215 pkiDebug("%s: called with idtype %s and catype %s\n",
6216 __FUNCTION__, idtype2string(idtype), catype2string(catype));
6218 switch (idtype) {
6206 crypto_load_cas_and_crls(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_opts *idopts, pkinit_identity_crypto_context id_cryptoctx, int idtype, int catype, char *id) argument
/osnet-11/usr/src/lib/libc/port/rt/
H A Dsched.c236 get_parms(idtype_t idtype, id_t id, pcparms_t *pcparmp) argument
239 if (priocntl(idtype, id, PC_GETPARMS, pcparmp) == -1)
248 set_priority(idtype_t idtype, id_t id, int policy, int prio, argument
282 rv = priocntl(idtype, id, PC_DOPRIO, &pcprio);
289 rv = priocntl(idtype, id, PC_SETPARMS, pcparmp);
300 setprio(idtype_t idtype, id_t id, int prio, int *policyp) argument
306 if ((pccp = get_parms(idtype, id, &pcparm)) == NULL)
320 if (set_priority(idtype, id, policy, prio, &pcparm, 0) == -1)
343 getparam(idtype_t idtype, id_t id, int *policyp, struct sched_param *param) argument
350 if ((pccp = get_parms(idtype, i
416 setparam(idtype_t idtype, id_t id, int policy, int prio) argument
[all...]
/osnet-11/usr/src/lib/liblgrp/common/
H A Dlgrp.c80 lgrp_affinity_get(idtype_t idtype, id_t id, lgrp_id_t lgrp) argument
84 args.idtype = idtype;
95 lgrp_affinity_set(idtype_t idtype, id_t id, lgrp_id_t lgrp, argument
100 args.idtype = idtype;
112 lgrp_home(idtype_t idtype, id_t id) argument
118 if (id == P_MYID && (idtype == P_LWPID || idtype == P_PID))
121 return (_lgrpsys(LGRP_SYS_HOME, idtype, (voi
128 lgrp_affinity_inherit_get(idtype_t idtype, id_t id) argument
141 lgrp_affinity_inherit_set(idtype_t idtype, id_t id, lgrp_aff_inherit_t inherit_flags) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2py.c216 #define ID(x) return (yylval=string(x,0),expectterm = FALSE,bufptr = s,idtype)
218 int idtype; variable
406 idtype = USERFUN; \
408 idtype = VAR;
416 idtype = VAR;
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c618 idtype_t idtype, id_t id, siginfo_t *infop, int options)
622 err = __systemcall(rval, SYS_waitid + 1024, idtype, id, infop, options);
617 s10_waitid(sysret_t *rval, idtype_t idtype, id_t id, siginfo_t *infop, int options) argument
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.c178 * Bind idtype id to the pool name.
181 pool_set_binding(const char *pool_name, idtype_t idtype, id_t id) argument
195 result = conf->pc_prov->pc_set_binding(conf, pool_name, idtype, id);
H A Dpool_kernel.c1481 * Bind idtype id to the pool name.
1484 pool_knl_set_binding(pool_conf_t *conf, const char *pool_name, idtype_t idtype, argument
1495 bind.pb_o_id_type = idtype;
/osnet-11/usr/src/lib/libc/port/threads/
H A Dscalls.c1118 waitid(idtype_t idtype, id_t id, siginfo_t *infop, int options) argument
1124 return (__waitid(idtype, id, infop, options));
1125 PERFORM(__waitid(idtype, id, infop, options))
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c469 dump_sadb_idtype(uint8_t idtype, FILE *where, int *rc) argument
474 switch (idtype) {
511 "<unknown %u>"), idtype) < 0)
3317 char *idtype; member in struct:idtypes
3336 for (idp = idtypes; idp->idtype != NULL; idp++) {
3338 return (idp->idtype);

Completed in 90 milliseconds