HomeSort by: relevance | last modified time | path
    Searched refs:typep (Results 1 - 21 of 21) sorted by relevancy

  /src/usr.bin/getaddrinfo/
support.c 91 parse_socktype(const char *string, int *typep)
94 return parse_numeric_tabular(string, typep, socket_types,
  /src/usr.bin/rpcgen/
rpc_parse.c 531 get_type(const char **prefixp, const char **typep, defkind dkind)
539 *typep = tok.str;
546 *typep = tok.str;
549 unsigned_dec(typep);
552 *typep = "short";
556 *typep = "long";
560 *typep = "longlong_t";
567 *typep = tok.str;
577 *typep = tok.str;
585 unsigned_dec(const char **typep)
    [all...]
  /src/lib/libc/net/
ip6opt.c 126 inet6_option_append(struct cmsghdr *cmsg, const uint8_t *typep, int multx,
134 _DIAGASSERT(typep != NULL);
168 if (typep[0] == IP6OPT_PAD1)
171 optlen = typep[1] + 2;
172 memcpy(bp, typep, (size_t)optlen);
555 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, uint8_t *typep,
591 *typep = *optp;
  /src/external/gpl3/binutils/dist/libctf/
ctf-archive.c 811 const char *symname, ctf_id_t *typep, int *errp)
839 if (typep)
840 *typep = type;
912 if (typep)
913 *typep = type;
952 if (typep)
953 *typep = type;
993 if (typep)
994 *typep = CTF_ERR;
1001 ctf_id_t *typep, int *errp
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-archive.c 811 const char *symname, ctf_id_t *typep, int *errp)
839 if (typep)
840 *typep = type;
912 if (typep)
913 *typep = type;
952 if (typep)
953 *typep = type;
993 if (typep)
994 *typep = CTF_ERR;
1001 ctf_id_t *typep, int *errp
    [all...]
  /src/sys/arch/prep/pnpbus/
if_we_pnpbus.c 257 we_params(bus_space_tag_t asict, bus_space_handle_t asich, u_int8_t *typep, bus_size_t *memsizep, u_int8_t *flagp, int *is790p)
392 if (typep != NULL)
393 *typep = type;
  /src/sys/dev/isa/
if_we_isa.c 346 we_params(bus_space_tag_t asict, bus_space_handle_t asich, uint8_t *typep,
481 if (typep != NULL)
482 *typep = type;
  /src/external/cddl/osnet/dist/common/ctf/
ctf_impl.h 305 uint_t *indexp, uint_t *typep, int *ischildp);
312 ssize_t *incrementp, uint_t *typep, ulong_t *offsetp, const char **namep);
ctf_types.c 35 uint_t *typep, int *ischildp)
56 if (typep != NULL)
57 *typep = type;
132 ssize_t *incrementp, uint_t *typep, ulong_t *offsetp, const char **namep)
174 if (typep != NULL)
175 *typep = type;
  /src/sys/dev/pci/
pci_map.c 506 pci_mapreg_probe(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t *typep)
535 if (typep != NULL)
536 *typep = _PCI_MAPREG_TYPEBITS(address);
  /src/lib/libpthread/
pthread_mutex.c 577 pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *typep)
583 *typep = MUTEX_GET_TYPE(attr->ptma_private);
  /src/external/bsd/openldap/dist/libraries/libldap/
ldif.c 80 char **typep,
88 *typep = type.bv_val;
  /src/sys/external/bsd/libnv/dist/
nv.h 112 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
nvlist.c 1434 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep)
1446 if (typep != NULL)
1447 *typep = nvpair_type(nvp);
  /src/sys/dev/scsipi/
ch.c 1253 ch_map_element(struct ch_softc *sc, u_int16_t elem, int *typep, int *unitp)
1260 *typep = chet;
  /src/sys/dev/
video.c 1998 enum v4l2_buf_type *typep; local
2155 typep = data;
2156 return video_stream_on(sc, *typep);
2158 typep = data;
2159 return video_stream_off(sc, *typep);
  /src/sys/arch/arm/xscale/
pxa2x0_apm.c 348 apm_get_event(struct pxa2x0_apm_softc *sc, u_int *typep)
352 return (sc->sc_get_event(sc, typep));
354 *typep = APM_NOEVENT;
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_dataset.c 66 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp);
2688 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp)
2705 *typep = type;
2828 uint64_t *propvalue, zfs_userquota_prop_t *typep)
2837 typep, zc.zc_value, sizeof (zc.zc_value), &zc.zc_guid);
2838 zc.zc_objset_type = *typep;
  /src/lib/libc/time/
zic.c 303 const char * typep, const char * monthp,
2432 const char *typep, const char *monthp, const char *dayp,
2509 if (*typep != '\0') {
2511 typep);
  /src/sys/dev/pci/qat/
qat_ae.c 2146 #define ASSIGN_OBJ_TAB(np, typep, type, base, off, lim) \
2155 *(typep) = (type)((struct uof_obj_table *) \
2158 *(typep) = NULL; \
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 8923 tree *typep = &fmain_type;
8925 *typep = build_distinct_type_copy (*typep);
8926 TYPE_REVERSE_STORAGE_ORDER (*typep) = 1;
8927 typep = &TREE_TYPE (*typep);
8928 } while (TREE_CODE (*typep) == ARRAY_TYPE);
8893 tree *typep = &fmain_type; local

Completed in 62 milliseconds