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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/nbp/
H A Dnbp_util.c135 int nbp_name(const char *name, char **objp,char **typep,char **zonep) argument
152 *typep = p;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c373 const char *typep; local
378 typep = of_get_property(np, "compatible", NULL);
379 if (strstr(typep, "open-pic")) {
H A Dsetup.c230 const char *typep; local
234 typep = of_get_property(np, "compatible", NULL);
235 if (strstr(typep, "open-pic")) {
242 } else if (strstr(typep, "ppc-xicp")) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dlegacy_serial.c172 const char *typep; local
190 typep = of_get_property(np, "ibm,aix-loc", NULL);
193 if (typep && *typep == 'S')
194 index = simple_strtol(typep+1, NULL, 0) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dtimezone.c230 register unsigned char * typep; local
237 typep = sp->types;
244 *typep++ = 0; /* DST ends */
246 *typep++ = 1; /* DST begins */
249 *typep++ = 1; /* DST begins */
251 *typep++ = 0; /* DST ends */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtimezone.c232 register unsigned char * typep; local
239 typep = sp->types;
246 *typep++ = 0; /* DST ends */
248 *typep++ = 1; /* DST begins */
251 *typep++ = 1; /* DST begins */
253 *typep++ = 0; /* DST ends */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Drfc1035.c723 unsigned short extract_request(HEADER *header,unsigned int qlen, char *name, unsigned short *typep) argument
728 if (typep)
729 *typep = 0;
742 if (typep)
743 *typep = qtype;
H A Ddnsmasq.h406 char *name, unsigned short *typep);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c304 static int do_mount(const char *mnt, char **typep, mode_t rootmode, argument
420 *typep = type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dcontrol_compat.c221 int *typep, int *countp)
256 *typep = type;
218 copy_ctl_value_from_user(struct snd_card *card, struct snd_ctl_elem_value *data, struct snd_ctl_elem_value32 __user *data32, int *typep, int *countp) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipxfrm.c908 char *typep = NULL; local
960 typep = *argv;
1008 if (typep || codep) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_vrfy.c987 __db_is_valid_magicno(magic, typep)
989 DBTYPE *typep;
993 *typep = DB_BTREE;
996 *typep = DB_HASH;
999 *typep = DB_QUEUE;
1004 *typep = DB_UNKNOWN;

Completed in 94 milliseconds