/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | inet6_opt.c | 212 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, uint8_t *typep, argument 251 if (typep) { 252 *typep = *p;
|
/illumos-gate/usr/src/lib/libipmp/common/ |
H A D | ipmp_mpathd.c | 116 * value in `*typep', `*lenp', and `*valuep' respectively, before the current 121 ipmp_readtlv(int fd, ipmp_infotype_t *typep, size_t *lenp, void **valuep, argument 127 retval = ipmp_read(fd, typep, sizeof (*typep), endtp);
|
/illumos-gate/usr/src/cmd/pcidr/ |
H A D | pcidr_common.c | 149 * if <name> is recognized, function will return its type through <typep> and 153 pcidr_name2type(char *name, data_type_t *typep) argument 161 *typep = DATA_TYPE_STRING;
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | pthr_mutex.c | 304 pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *typep) argument 310 typep == NULL) 325 *typep = type;
|
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_parse.c | 686 get_type(char **prefixp, char **typep, defkind dkind) argument 694 *typep = tok.str; 701 *typep = tok.str; 704 unsigned_dec(typep); 707 *typep = "short"; 711 *typep = "long"; 715 *typep = "longlong_t"; 725 *typep = tok.str; 731 *typep = tok.str; 741 *typep 749 unsigned_dec(char **typep) argument [all...] |
/illumos-gate/usr/src/cmd/ldmad/ |
H A D | mdesc_mutable.h | 128 md_string_t *typep; member in struct:md_node
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_phy.c | 287 __out efx_phy_media_type_t *typep) 295 *typep = epp->ep_module_type; 297 *typep = epp->ep_fixed_port_type; 285 efx_phy_media_type_get( __in efx_nic_t *enp, __out efx_phy_media_type_t *typep) argument
|
H A D | efx_lic.c | 219 __out uint32_t *typep, 1028 __out uint32_t *typep, 1068 *typep = MCDI_OUT_DWORD(req, LICENSING_GET_ID_V3_OUT_LICENSE_TYPE); 1459 __out uint32_t *typep, 1475 if ((rc = elop->elo_get_id(enp, buffer_size, typep, 1025 efx_mcdi_licensing_v3_get_id( __in efx_nic_t *enp, __in size_t buffer_size, __out uint32_t *typep, __out size_t *lengthp, __out_bcount_part_opt(buffer_size, *lengthp) uint8_t *bufferp) argument 1456 efx_lic_get_id( __in efx_nic_t *enp, __in size_t buffer_size, __out uint32_t *typep, __out size_t *lengthp, __out_opt uint8_t *bufferp ) argument
|
H A D | ef10_nvram.c | 2203 __out efx_nvram_type_t *typep) 2210 EFSYS_ASSERT(typep != NULL); 2218 *typep = entry->nvtype; 2200 ef10_nvram_partn_to_type( __in efx_nic_t *enp, __in uint32_t partn, __out efx_nvram_type_t *typep) argument
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | an_to_ln.c | 764 char *typep, *argp; local 840 typep = mapping_values[i]; 841 argp = strchr(typep, ':'); 847 if (!strcmp(typep, "DB") && argp) { 859 if (!strcmp(typep, "RULE") && argp) { 870 if (!strcmp(typep, "DEFAULT") && !argp) {
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_enm.c | 509 nwam_enm_get_prop_type(const char *propname, nwam_value_type_t *typep) argument 511 return (nwam_get_prop_type(enm_prop_table, propname, typep));
|
H A D | libnwam_object.c | 556 nwam_value_type_t *typep) 560 assert(propname != NULL && typep != NULL); 565 *typep = pte->prop_type; 555 nwam_get_prop_type(struct nwam_prop_table table, const char *propname, nwam_value_type_t *typep) argument
|
H A D | libnwam_known_wlan.c | 557 nwam_known_wlan_get_prop_type(const char *propname, nwam_value_type_t *typep) argument 559 return (nwam_get_prop_type(known_wlan_prop_table, propname, typep));
|
H A D | libnwam_loc.c | 1004 nwam_loc_get_prop_type(const char *propname, nwam_value_type_t *typep) argument 1006 return (nwam_get_prop_type(loc_prop_table, propname, typep));
|
H A D | libnwam_values.c | 350 nwam_value_get_type(nwam_value_t value, nwam_value_type_t *typep) argument 352 *typep = value->nwv_value_type;
|
H A D | libnwam_ncp.c | 629 nwam_ncu_type_t *typep, char **namep) 638 *typep = NWAM_NCU_TYPE_LINK; 642 *typep = NWAM_NCU_TYPE_INTERFACE; 978 nwam_ncu_typed_name_to_name(const char *typed_name, nwam_ncu_type_t *typep, argument 981 return (nwam_ncu_internal_name_to_name(typed_name, typep, name)); 1182 nwam_ncu_get_ncu_type(nwam_ncu_handle_t ncuh, nwam_ncu_type_t *typep) argument 1196 *typep = type; 1435 nwam_ncu_get_prop_type(const char *propname, nwam_value_type_t *typep) argument 1437 return (nwam_get_prop_type(ncu_prop_table, propname, typep)); 628 nwam_ncu_internal_name_to_name(const char *internalname, nwam_ncu_type_t *typep, char **namep) argument
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | pset.c | 178 pset_info(psetid_t pset, int *typep, uint_t *numcpusp, argument 221 if (typep != NULL) { 226 if (copyout(&pset_type, typep, sizeof (int)) != 0)
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | nvtree.c | 411 Namval_t *typep=0; local 414 if((typep=fp->type) || (fp->disc && fp->disc->typef && (typep=(*fp->disc->typef)(np,fp)))) 441 if(typep) 443 char *cp = typep->nvname; 447 cp = typep->nvname;
|
/illumos-gate/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_util.c | 286 size_t *attrszp, dladm_datatype_t *typep) 295 if (typep != NULL) 296 *typep = attrp->lp_type; 285 linkattr_get(dlmgmt_linkattr_t **headp, const char *attr, void **attrvalp, size_t *attrszp, dladm_datatype_t *typep) argument
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | ns_fnmount.c | 123 * data string. If there is no address of a known type, set *typep to 128 addr_from_ref(const FN_ref_t *ref, const char *cname, addrtype_t *typep, 601 addr_from_ref(const FN_ref_t *ref, const char *cname, addrtype_t *typep, argument 615 *typep = addrtype(addr); 616 if (*typep < NUM_ADDRTYPES) {
|
/illumos-gate/usr/src/common/ficl/ |
H A D | loader.c | 239 char *namep, *typep; local 248 typep = (char *)ficlStackPopPointer(ficlVmGetDataStack(pVM)); 260 strncpy(type, typep, types);
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | localtime.c | 726 unsigned char * typep; local 816 typep = sp->types; 825 *typep++ = 1; /* DST ends */ 827 *typep++ = 0; /* DST begins */ 830 *typep++ = 0; /* DST begins */ 832 *typep++ = 1; /* DST ends */
|
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca.c | 603 ao_ereport_synd(ao_ms_data_t *ao, uint64_t status, uint_t *typep, argument 609 *typep = AMD_SYNDTYPE_CHIPKILL; 612 *typep = AMD_SYNDTYPE_ECC; 616 *typep = AMD_SYNDTYPE_ECC;
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | sgen.c | 399 sgen_type_node_t *typep, *typenextp; local 417 for (typep = sgen_binddb.sdb_type_nodes; typep != NULL; 418 typep = typenextp) { 419 typenextp = typep->node_next; 420 kmem_free(typep, sizeof (sgen_type_node_t));
|
/illumos-gate/usr/src/uts/sun4u/starcat/io/ |
H A D | mboxsc.c | 795 mboxsc_getmsg(uint32_t key, uint32_t *typep, uint32_t *cmdp, uint64_t *transidp, argument 813 DPRINTF1(DBG_ARGS, DBGACT_DEFAULT, "typep = %p\n", (void *)typep); 814 if (typep != NULL) { 815 DPRINTF1(DBG_ARGS, DBGACT_DEFAULT, "*typep = 0x%x\n", *typep); 838 if ((typep == NULL) || (*typep >= (1 << MBOXSC_NUM_MSG_TYPES)) || 902 !MSG_TYPE_MATCHES(*typep, &(mailboxp->mbox_header)) || 1191 *typep [all...] |