Searched refs:entryp (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsysacls.c2208 entry = *entry_p = link->entryp;
2323 acl_entry_link->entryp = SMB_MALLOC_P(struct new_acl_entry);
2324 if(acl_entry_link->entryp == NULL) {
2355 * and already has entryp allocated. */
2369 acl_entry_link->entryp = SMB_MALLOC_P(struct new_acl_entry);
2370 if(acl_entry_link->entryp == NULL) {
2379 acl_entry_link->entryp->ace_len = acl_entry->ace_len;
2384 acl_entry_link->entryp->ace_type = acl_entry->ace_type;
2386 acl_entry_link->entryp->ace_access = acl_entry->ace_access;
2388 memcpy(acl_entry_link->entryp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas.c834 const u32 *basep, *entryp, *sizep; local
841 entryp = of_get_property(rtas.dev,
843 if (entryp == NULL) /* Ugh */
846 rtas.entry = *entryp;
872 u32 *basep, *entryp, *sizep; local
878 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL);
881 if (basep && entryp && sizep) {
883 rtas.entry = *entryp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dinfo.h130 int snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp);
164 struct snd_info_entry **entryp) { return -EINVAL; }
163 snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dswapops.h116 static inline void make_migration_entry_read(swp_entry_t *entryp) { } argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsmb_acls.h204 struct new_acl_entry *entryp; member in struct:acl_entry_link
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_deadlock.c390 u_int32_t *entryp, gen, id, indx, ndx, nentries, *tmpmap; local
640 entryp = bitmap + (nentries * dd);
641 OR_MAP(entryp, tmpmap, nentries);
650 if (ISSET_MAP(entryp, dd))
652 CLR_MAP(entryp, dd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dinfo.c874 * @entryp: the pointer to store the new info entry
891 struct snd_info_entry **entryp)
908 if (entryp)
909 *entryp = entry;
890 snd_card_proc_new(struct snd_card *card, const char *name, struct snd_info_entry **entryp) argument

Completed in 70 milliseconds