HomeSort by: relevance | last modified time | path
    Searched refs:typep (Results 1 - 14 of 14) 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/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/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/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/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; \

Completed in 31 milliseconds