Searched refs:labels (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/examples/VFS/
H A Dshadow_copy_test.c53 static int test_get_shadow_copy_data(vfs_handle_struct *handle, files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, BOOL labels) argument
60 if (labels) {
61 shadow_copy_data->labels = (SHADOW_COPY_LABEL *)talloc_zero(shadow_copy_data->mem_ctx,(num)*sizeof(SHADOW_COPY_LABEL));
63 snprintf(shadow_copy_data->labels[i], sizeof(SHADOW_COPY_LABEL), "@GMT-2003.08.05-12.%02u.00",i);
66 shadow_copy_data->labels = NULL;
H A Dskel_opaque.c69 static int skel_get_shadow_copy_data(vfs_handle_struct *handle, files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, BOOL labels) argument
71 return vfswrap_get_shadow_copy_data(NULL, fsp, shadow_copy_data, labels);
H A Dskel_transparent.c68 static int skel_get_shadow_copy_data(vfs_handle_struct *handle, files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, BOOL labels) argument
70 return SMB_VFS_NEXT_GET_SHADOW_COPY_DATA(handle, fsp, shadow_copy_data, labels);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dntioctl.h82 /* Concatenated list of labels */
83 SHADOW_COPY_LABEL *labels; member in struct:shadow_copy_data
H A Dvfs_macros.h36 #define SMB_VFS_GET_SHADOW_COPY_DATA(fsp,shadow_copy_data,labels) ((fsp)->conn->vfs.ops.get_shadow_copy_data((fsp)->conn->vfs.handles.get_shadow_copy_data,(fsp),(shadow_copy_data),(labels)))
134 #define SMB_VFS_OPAQUE_GET_SHADOW_COPY_DATA(fsp,shadow_copy_data,labels) ((fsp)->conn->vfs_opaque.ops.get_shadow_copy_data((fsp)->conn->vfs_opaque.handles.get_shadow_copy_data,(fsp),(shadow_copy_data),(labels)))
232 #define SMB_VFS_NEXT_GET_SHADOW_COPY_DATA(handle, fsp, shadow_copy_data ,labels) ((handle)->vfs_next.ops.get_shadow_copy_data((handle)->vfs_next.handles.get_shadow_copy_data,(fsp),(shadow_copy_data),(labels)))
H A Dvfs.h204 int (*get_shadow_copy_data)(struct vfs_handle_struct *handle, struct files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, BOOL labels);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dapi-ip6-flowlabels.tex42 \item To assign flow labels to packets sent by user.
44 \item To get flow labels of received packets. I do not know
46 want to use flow labels to distinguish sub-flows.
48 \item To allocate flow labels in the way, compliant to RFC2460. Namely:
52 Flow labels must be uniformly distributed (pseudo-)random numbers,
65 with flow labels.
74 Flow labels have finite lifetime and source is not allowed to reuse
120 support flow labels, this field is not zero, but a random number.
149 message to user space, though the kernels which support flow labels
223 longer than boot time require to store allocated labels a
[all...]
H A Dip-cref.tex702 --- only list addresses with labels matching the \verb|PATTERN|.
/asus-wl-520gu-7.0.1.45/src/router/misc/
H A Dstats.pl61 @labels{@reports} = map($unused = localtime($_), @reports);
67 -labels=>\%labels);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dnttrans.c1836 BOOL labels = False; local
1850 labels = True;
1870 if (SMB_VFS_GET_SHADOW_COPY_DATA(fsp, shadow_data, labels)!=0) {
1885 if (!labels) {
1909 if (labels) {
1921 if (labels && shadow_data->labels) {
1923 srvstr_push(outbuf, cur_pdata, shadow_data->labels[i], 2*sizeof(SHADOW_COPY_LABEL), STR_UNICODE|STR_TERMINATE);
1925 DEBUGADD(10,("Label[%u]: '%s'\n",i,shadow_data->labels[i]));
H A Dvfs-wrap.c83 int vfswrap_get_shadow_copy_data(struct vfs_handle_struct *handle, struct files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, BOOL labels) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Damiflop.c745 unsigned char labels[16]; member in struct:header
769 raw = decode ((ulong *)&hdr.labels, (ulong *)raw, 16);
778 *(ulong *)&hdr.labels[0], *(ulong *)&hdr.labels[4],
779 *(ulong *)&hdr.labels[8], *(ulong *)&hdr.labels[12],
861 hdr.labels[i] = 0;
868 encode_block(raw, (ulong *)&hdr.labels, 16);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dhead.S351 ;; on that the labels below actually are the first and last positions

Completed in 147 milliseconds