Searched refs:typep (Results 1 - 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.c686 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/lib/libsocket/inet/
H A Dinet6_opt.c212 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 Dipmp_mpathd.c116 * 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/lib/libc/port/threads/
H A Dpthr_mutex.c304 pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *typep) argument
310 typep == NULL)
325 *typep = type;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c764 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/libshell/common/sh/
H A Dnvtree.c411 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/ldmad/
H A Dmdesc_lib.c159 nodep->typep = md_new_string(mdp, sp);
160 if (nodep->typep == NULL) {
304 if (nodep->typep != NULL)
305 md_free_string(mdp, nodep->typep);
394 mdep->name_len = htomd8(nodep->typep->size - 1);
395 mdep->name_offset = htomd32(nodep->typep->build_offset);
H A Dmdesc_mutable.h128 md_string_t *typep; member in struct:md_node
/illumos-gate/usr/src/cmd/pcidr/
H A Dpcidr_common.c149 * 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/libnwam/common/
H A Dlibnwam_ncp.c629 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
H A Dlibnwam_object.c556 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 Dlibnwam_enm.c509 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 Dlibnwam_known_wlan.c557 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 Dlibnwam_loc.c1004 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));
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_phy.c287 __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 Defx_lic.c219 __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
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c123 * 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/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c603 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/lib/libbc/libc/gen/common/
H A Dlocaltime.c726 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/cmd/dlmgmtd/
H A Ddlmgmt_util.c286 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/uts/common/io/scsi/targets/
H A Dsgen.c399 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 Dmboxsc.c795 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...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dpset.c178 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/common/ficl/
H A Dloader.c239 char *namep, *typep; local
248 typep = (char *)ficlStackPopPointer(ficlVmGetDataStack(pVM));
260 strncpy(type, typep, types);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c2039 uchar_t *typep; local
2076 typep = sp->types;
2110 *typep++ = idx;
2116 *typep++ = ridx;

Completed in 684 milliseconds

12