Searched refs:a_type (Results 76 - 100 of 158) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnvpair.c114 v.a_type = MDB_TYPE_STRING;
H A Dzone.c401 if (argp->a_type == MDB_TYPE_IMMEDIATE)
H A Dleaky_subr.c728 v.a_type = MDB_TYPE_STRING;
836 v.a_type = MDB_TYPE_STRING;
H A Drctl.c89 if (argp->a_type == MDB_TYPE_IMMEDIATE)
221 if (argp->a_type == MDB_TYPE_IMMEDIATE)
H A Ddevinfo.c1353 if (argp->a_type == MDB_TYPE_IMMEDIATE)
1412 if (argc != 1 || argv->a_type != MDB_TYPE_STRING)
1436 *ret = (argv[0].a_type == MDB_TYPE_IMMEDIATE) ?
1531 if (argv[0].a_type == MDB_TYPE_IMMEDIATE)
1668 if (arg->a_type == MDB_TYPE_IMMEDIATE) {
/illumos-gate/usr/src/cmd/mdb/common/modules/libproc/
H A Dlibproc.c188 if (argv[0].a_type == MDB_TYPE_IMMEDIATE)
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c179 dst->a_type = src->a_type;
545 dst->a_type = src->a_type;
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y2069 char a_type[BUFSIZ];
2097 snprintf(a_type, BUFSIZ, "%s ",
2106 strcat(a_type, "*");
2116 fprintf(stderr, "arg type = %s\n", a_type);
2121 fprintf(stderr, "arg type = %s\n", a_type);
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c119 uint_t a_type; member in struct:__anon4417
319 #define AUX(p, a, v) { (p)->a_type = (a); \
693 a64->a_type = a->a_type;
718 #define AUX64(p, a, v) { (p)->a_type = (a); \
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c491 if (argv[0].a_type == MDB_TYPE_IMMEDIATE)
493 else if (argv[0].a_type == MDB_TYPE_STRING)
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ds/
H A Dmdb_ds.c85 switch (ap[i].a_type) {
102 mdb_printf(" <type=%d>", ap[i].a_type);
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c619 ap->a_type = l;
875 fprintf(file, "ACL %d %d %ld %o\n", i, ip->f_acls[i].a_type,
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c467 if (tp->a_type == GROUP_OBJ) {
472 if (tp->a_type == CLASS_OBJ) {
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c854 for (i = 0; auxvp[i].a_type != AT_NULL; i++)
863 struct aux_id *aux = aux_find(datap->pd_auxv[i].a_type);
1253 aux = aux_find(pa->a_type);
1265 (void) snprintf(type, sizeof (type), "%d", pa->a_type);
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c274 bigwad->auxv[i].a_type = up->u_auxv[i].a_type;
/illumos-gate/usr/src/lib/mpss/common/
H A Dmpss.c120 if (auxb.a_type == AT_SUN_EXECNAME) {
/illumos-gate/usr/src/lib/libkvm/common/
H A Dkvm_getcmd.c123 if (u->u_auxv[0].a_type != AT_NULL) {
/illumos-gate/usr/src/uts/common/exec/aout/
H A Daout.c231 ASSERT(auxflags_auxv32.a_type == AT_SUN_AUXFLAGS);
/illumos-gate/usr/src/uts/common/syscall/
H A Dacl.c282 if (aclp->a_type & ACL_DEFAULT)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h108 mdb_type_t a_type; member in struct:mdb_arg
H A Dmdb_kproc.c155 for (auxp = kp->kp_auxv; auxp->a_type != AT_NULL; auxp++) {
156 if (auxp->a_type == type)
1021 kp->kp_auxv[kp->kp_nauxv - 1].a_type = AT_NULL;
H A Dmdb_nm.c595 if (argv[i].a_type != MDB_TYPE_STRING ||
825 if (i != (argc - 1) || argv[i].a_type != MDB_TYPE_STRING ||
867 if (argc != 1 || argv->a_type != MDB_TYPE_STRING ||
/illumos-gate/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c320 new_argv[0].a_type = MDB_TYPE_STRING;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c305 na->a_type = RIP_AUTH_PW;
311 na->a_type = RIP_AUTH_MD5;
332 na2->a_type = RIP_AUTH_TRAILER;
H A Dtrace.c1172 if (NA->a_type == RIP_AUTH_PW &&
1181 if (NA->a_type == RIP_AUTH_MD5 &&
1199 ntohs(NA->a_type));

Completed in 157 milliseconds

1234567