Searched defs:a_type (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlog.c71 * Arguments: a_type - the severity of the message
78 log_msg(LogMsgType a_type, const char *a_format, ...) argument
90 switch (a_type) {
H A Dsml.c123 static void _smlLogMsg(LogMsgType a_type, const char *a_format, ...);
3265 _smlLogMsg(LogMsgType a_type, const char *a_format, ...) argument
3274 switch (a_type) {
/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h47 int a_type; member in struct:__anon7028
58 int32_t a_type; member in struct:__anon7030
H A Dacl.h42 int a_type; /* the type of ACL entry */ member in struct:acl
51 uint16_t a_type; /* allow or deny */ member in struct:ace
167 uint16_t a_type; /* allow or deny */ member in struct:ace_object
/illumos-gate/usr/src/boot/sys/x86/include/
H A Delf.h61 int a_type; /* Entry type. */ member in struct:__anon457
78 /* Values for a_type. */
145 int a_type; /* Entry type. */ member in struct:__anon460
153 long a_type; /* Entry type. */ member in struct:__anon462
163 /* Values for a_type. */
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_cache_door.h140 int a_type; member in struct:__anon3972::__anon3973::__anon3974
/illumos-gate/usr/src/head/protocols/
H A Drouted.h92 uint16_t a_type; member in struct:netauth
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c724 char a_type[BUFSIZ]; local
799 (void) snprintf(a_type, BUFSIZ, "%s ",
809 (void) strcat(a_type, "*");
824 "a_name = %s, a_basetype = %s, a_type = %s\n",
825 a_name, a_basetype, a_type);
828 a_type, a_basetype, a_levels);
/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/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c147 i_match_onehost(const char *val, ilb_ip_addr_t *ip, addr_type_t *a_type) argument
157 * if *a_type == numeric, we only want to check whether this
162 if (a_type != NULL && (*a_type == numeric))
192 if (a_type != NULL)
193 *a_type = at;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.h108 mdb_type_t a_type; member in struct:mdb_arg
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dstruct_layout.h132 sl_field_t a_type; member in struct:__anon48
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h599 uint16_t a_type; member in struct:ace_object
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dlibsmb.h857 uint16_t a_type; member in struct:smb_account
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c3506 uint_t a_type; local
3574 a_type = AH_AUTH;
3578 a_type = ESP_AUTH;
3582 a_type = ESP_ENCR;
3591 if (!alg_rangecheck(a_type, alg_value, ap))
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1426 uint16_t a_type; /* allow or deny */ member in struct:ace

Completed in 113 milliseconds