HomeSort by relevance Sort by last modified time
    Searched defs:atype (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_bparam.c 182 int atype; local
184 atype = getxdr_u_long();
185 if (atype != IP_ADDR_TYPE)
202 int atype; local
204 atype = getxdr_u_long();
205 if (atype == IP_ADDR_TYPE) {
  /onnv/onnv-gate/usr/src/common/openssl/crypto/pkcs12/
p12_attr.c 139 ASN1_TYPE *atype; local
140 if (!(atype = PKCS12_get_attr(bag, NID_friendlyName))) return NULL;
141 if (atype->type != V_ASN1_BMPSTRING) return NULL;
142 return uni2asc(atype->value.bmpstring->data,
143 atype->value.bmpstring->length);
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
hostaddr.c 84 int atype; local
91 atype = ADDRTYPE_INET;
98 atype = ADDRTYPE_INET6;
110 addrs[i]->addrtype = atype;
  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/
x509_att.c 274 int atype; local
283 atype = stmp->type;
287 atype = attrtype;
293 ASN1_TYPE_set(ttmp, atype, stmp);
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
ns_fnutils.c 135 addrtype_t atype; local
138 for (atype = 0; atype < NUM_ADDRTYPES; atype++) {
139 if (ident_str_equal(ident, addrtypes[atype])) {
143 return (atype);
  /onnv/onnv-gate/usr/src/lib/libslp/clib/
SLPParseSrvURL.c 46 char *atype; member in struct:slp_type
154 type->atype = NULL;
180 type->atype = p;
  /onnv/onnv-gate/usr/src/tools/lintdump/
lintdump.c 46 ATYPE atype; member in struct:lsu
68 static void print_atype(ATYPE *, int, ATYPE *, const char *);
69 static void print_mods(const char *, ATYPE *, int, ATYPE *, uint_t);
73 static int lsu_add(const char *, ATYPE *);
188 ATYPE atype, *args; local
226 args = calloc(sizeof (atype), nargs)
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
asn1_encode.h 234 mean the atype/field breakdown needs revision....
502 /* Field ATYPE describes processing of field at DATAOFF. */
513 described by ATYPE. */
557 const struct atype_info *atype; member in struct:field_info
  /onnv/onnv-gate/usr/src/uts/common/io/arn/
arn_xmit.c 452 enum ath9k_pkt_type atype; local
553 atype = ATH9K_PKT_TYPE_BEACON;
555 atype = ATH9K_PKT_TYPE_PROBE_RESP;
557 atype = ATH9K_PKT_TYPE_ATIM;
559 atype = ATH9K_PKT_TYPE_NORMAL;
571 atype = ATH9K_PKT_TYPE_PSPOLL;
584 atype = ATH9K_PKT_TYPE_NORMAL;
674 atype, /* Atheros packet type */
  /onnv/onnv-gate/usr/src/cmd/chmod/
chmod.c 1219 parse_entry(char *entry, char action, char atype, int len, char *attractptr)
1225 if (atype == A_VERBOSE_TYPE) {
1238 } else if (atype == A_COMPACT_TYPE) {
1295 char atype; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ath/
ath_main.c 676 HAL_PKT_TYPE atype; local
770 atype = HAL_PKT_TYPE_BEACON;
772 atype = HAL_PKT_TYPE_PROBE_RESP;
774 atype = HAL_PKT_TYPE_ATIM;
776 atype = HAL_PKT_TYPE_NORMAL;
787 atype = HAL_PKT_TYPE_PSPOLL;
799 atype = HAL_PKT_TYPE_NORMAL;
885 atype, /* Atheros packet type */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ntfsprogs/
ntfscmp.c 394 static void print_attribute_type(ATTR_TYPES atype)
396 printf("attribute 0x%x", atype);
418 ATTR_TYPES atype,
425 if (atype == AT_END)
432 print_attribute_type(atype);
451 ATTR_TYPES atype = ctx->attr->type; local
453 return get_attr_name(mft_no, atype, GET_ATTR_NAME(ctx->attr));
456 static void print_attribute(ATTR_TYPES atype, char *name)
458 print_attribute_type(atype);
714 static void vprint_attribute(ATTR_TYPES atype, char *name
    [all...]
ntfsresize.c 652 ATTR_TYPES atype; local
660 atype = resize->ctx->attr->type;
670 if (atype == AT_DATA && NInoAttrList(resize->ni))
680 if (atype != AT_DATA || rl->vcn)
702 if (atype == AT_DATA)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_asconf.c 1072 uint16_t atype; local
1078 atype = ntohs(ph->sph_type);
1081 if (atype != PARM_ADDR4 && atype != PARM_ADDR6) {
1088 if ((atype == PARM_ADDR4 && alen < PARM_ADDR4_LEN) ||
1089 (atype == PARM_ADDR6 && alen < PARM_ADDR6_LEN)) {
1098 if (atype == PARM_ADDR4) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/th_tools/
th_define.c 1769 uint_t atype = edp->access_type; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
bofi.c 2308 uint_t atype; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
route.c 250 addr_type_t atype);
254 int *plenp, int which, struct hostent **hpp, addr_type_t atype,
1186 addr_type_t atype = ADDR_TYPE_ANY; local
1241 if (atype == ADDR_TYPE_NET) {
1246 atype = ADDR_TYPE_HOST;
1249 if (atype == ADDR_TYPE_HOST) {
1254 atype = ADDR_TYPE_NET;
1307 if (!getaddr(rcip, RTA_IFA, tok, atype)) {
1316 if (!getaddr(rcip, RTA_IFP, tok, atype)) {
1325 if (!getaddr(rcip, RTA_GATEWAY, tok, atype)) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/starfire/io/
idn.c 4870 ushort_t mtype, atype; local
    [all...]

Completed in 1260 milliseconds