Searched refs:a_type (Results 126 - 150 of 158) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c411 if (argc > 1 && argv[0].a_type == MDB_TYPE_STRING &&
421 switch (argv[i].a_type) {
466 if (argv[i].a_type == MDB_TYPE_STRING) {
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1021 buf[i].a_type == ACE_ACCESS_DENIED_ACE_TYPE)
1033 if (buf[i].a_type == ACE_ACCESS_ALLOWED_ACE_TYPE &&
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c468 type = extract_as_word(state, &layout->a_type);
472 a_type_next = layout->a_type;
H A Dgen_struct_layout.c111 SCALAR_FIELD(auxv_t, a_type, 1);
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c442 if (argv->a_type != MDB_TYPE_STRING)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c57 if (argc > 1 || (argc == 1 && argv->a_type != MDB_TYPE_STRING))
H A Dkmem.c2138 a.a_type = MDB_TYPE_STRING;
2888 nargv[0].a_type = MDB_TYPE_STRING;
3893 if (argv->a_type != MDB_TYPE_STRING)
4155 if (argv->a_type != MDB_TYPE_STRING || *argv->a_un.a_str == '-')
H A Dmemory.c1622 if (arg->a_type == MDB_TYPE_IMMEDIATE)
H A Dgenunix.c439 if (argv->a_type != MDB_TYPE_STRING)
1571 if (arg->a_type == MDB_TYPE_IMMEDIATE) {
3414 if (argp->a_type == MDB_TYPE_IMMEDIATE)
H A Dgcore.c1303 if (auxp->a_type == AT_SUN_EXECNAME) {
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c1408 switch (argv[i].a_type) {
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c699 if (tp->a_type == GROUP_OBJ) {
/illumos-gate/usr/src/cmd/truss/
H A Dactions.c414 if (auxv[i].a_type == AT_SUN_EXECNAME) {
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamr_clnt.c692 account->a_type = arg.rid_types.rid_type[0];
H A Dsmb_quota.c686 sidtype = ainfo.a_type;
H A Dsamr_svc.c608 param->rid_types.rid_type[0] = account.a_type;
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1479 if (auxp->a_type == AT_SUN_EXECNAME) {
2878 un32.auxv[i].a_type = up->u_auxv[i].a_type;
3316 if (auxp->a_type == AT_SUN_EXECNAME) {
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c778 switch (argv[0].a_type) {
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1426 uint16_t a_type; /* allow or deny */ member in struct:ace
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c867 for (auxv = P->auxv; auxv->a_type != AT_NULL; auxv++) {
868 if (auxv->a_type == type)
H A DPcore.c1035 P->auxv[i].a_type, P->auxv[i].a_un.a_val);
1044 P->auxv[n].a_type = AT_NULL;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c2910 switch (aclentp->a_type) {
2944 switch (aclentp->a_type) {
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c380 if (auxb.a_type == AT_SUN_EXECNAME) {
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1280 aclent[i].a_type = diskacl[j].acl_tag;
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c664 (argv->a_type != MDB_TYPE_STRING))

Completed in 169 milliseconds

1234567