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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-mpcp.c139 const struct mpcp_grant_t *grant; member in union:__anon5993
148 u_int8_t grant_numbers, grant; local
183 for (grant = 1; grant <= grant_numbers; grant++) {
186 mpcp.grant = (const struct mpcp_grant_t *)tptr;
188 grant,
189 EXTRACT_32BITS(mpcp.grant->starttime),
190 EXTRACT_16BITS(mpcp.grant->duration));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A DMakefile1 obj-y += grant-table.o features.o events.o manage.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A DMakefile15 grant-table.o suspend.o platform-pci-unplug.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/xen/
H A DMakefile6 hypervisor.o xencomm.o xcom_hcall.o grant-table.o time.o suspend.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dcaps.c2278 static void handle_cap_grant(struct inode *inode, struct ceph_mds_caps *grant,
2286 unsigned seq = le32_to_cpu(grant->seq);
2287 unsigned issue_seq = le32_to_cpu(grant->issue_seq);
2288 int newcaps = le32_to_cpu(grant->caps);
2290 u64 size = le64_to_cpu(grant->size);
2291 u64 max_size = le64_to_cpu(grant->max_size);
2334 inode->i_mode = le32_to_cpu(grant->mode);
2335 inode->i_uid = le32_to_cpu(grant->uid);
2336 inode->i_gid = le32_to_cpu(grant->gid);
2342 inode->i_nlink = le32_to_cpu(grant
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmconvert.c144 /* must be on grant queue to convert */
146 mlog(ML_ERROR, "attempted to convert a lock not on grant "
184 goto grant;
205 /* fall thru to grant */
207 grant:
210 /* immediately grant the new lock type */
486 mlog(ML_ERROR, "did not find lock to convert on grant queue! "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddb.tex1066 grant. Pass DB\_GRANT\_ALL to grant all privileges. To grant individual
1078 \docparam{tableName}{The name of the table you wish to grant privileges on.}
1079 \docparam{userList}{{\it OPTIONAL.} A comma delimited list of users to grant the privileges to. If this argument is not passed in, the privileges will be given to the general PUBLIC.}
1086 function to be able to successfully grant the indicated privileges.

Completed in 185 milliseconds