Searched defs:depth (Results 1 - 25 of 100) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/router/samba/source/aparser/
H A Dutil.c41 char *tab_depth(int depth) argument
H A Dparser.c119 void io_debug(io_struct *ps, int depth, char *desc, char *fn_name) argument
211 BOOL io_uint32(char *name, io_struct *ps, int depth, uint32 *data32, unsigned flags) argument
231 BOOL io_uint16(char *name, io_struct *ps, int depth, uint16 *data16, unsigned flags) argument
251 BOOL io_uint8(char *name, io_struct *ps, int depth, uint8 *data8, unsigned flags) argument
269 io_pointer(char *desc, io_struct *ps, int depth, void **p, unsigned flags) argument
284 io_SMBSTR(char *name, io_struct *ps, int depth, char **str, unsigned flags) argument
324 io_uint8s(char *name, io_struct *ps, int depth, uint8 **data8s, int len, unsigned flags) argument
350 io_uint8s_fixed(char *name, io_struct *ps, int depth, uint8 *data8s, int len, unsigned flags) argument
370 io_io_struct(char *name, io_struct *ps, int depth, io_struct *io, unsigned flags) argument
418 io_wstring(char *name, io_struct *ps, int depth, uint16 *data16s, int len, unsigned flags) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_shutdown.c50 shutdown_io_q_init(const char *desc, SHUTDOWN_Q_INIT *q_s, prs_struct *ps, int depth) argument
92 shutdown_io_r_init(const char *desc, SHUTDOWN_R_INIT* r_s, prs_struct *ps, int depth) argument
123 shutdown_io_q_abort(const char *desc, SHUTDOWN_Q_ABORT *q_s, prs_struct *ps, int depth) argument
147 shutdown_io_r_abort(const char *desc, SHUTDOWN_R_ABORT *r_s, prs_struct *ps, int depth) argument
[all...]
H A Dparse_ds.c27 static BOOL ds_io_dominfobasic( const char *desc, prs_struct *ps, int depth, DSROLE_PRIMARY_DOMAIN_INFO_BASIC **basic) argument
78 ds_io_q_getprimdominfo( const char *desc, prs_struct *ps, int depth, DS_Q_GETPRIMDOMINFO *q_u) argument
95 ds_io_r_getprimdominfo( const char *desc, prs_struct *ps, int depth, DS_R_GETPRIMDOMINFO *r_u) argument
156 ds_io_domain_trusts( const char *desc, prs_struct *ps, int depth, DS_DOMAIN_TRUSTS *trust) argument
191 ds_io_dom_trusts_ctr( const char *desc, prs_struct *ps, int depth, DS_DOMAIN_TRUSTS_CTR *ctr) argument
251 ds_io_q_enum_domain_trusts( const char *desc, prs_struct *ps, int depth, DS_Q_ENUM_DOM_TRUSTS *q_u) argument
277 ds_io_r_enum_domain_trusts( const char *desc, prs_struct *ps, int depth, DS_R_ENUM_DOM_TRUSTS *r_u) argument
[all...]
H A Dparse_echo.c35 echo_io_q_add_one(const char *desc, ECHO_Q_ADD_ONE *q_d, prs_struct *ps, int depth) argument
44 echo_io_r_add_one(const char *desc, ECHO_R_ADD_ONE *q_d, prs_struct *ps, int depth) argument
60 echo_io_q_echo_data(const char *desc, ECHO_Q_ECHO_DATA *q_d, prs_struct *ps, int depth) argument
82 echo_io_r_echo_data(const char *desc, ECHO_R_ECHO_DATA *q_d, prs_struct *ps, int depth) argument
107 echo_io_q_sink_data(const char *desc, ECHO_Q_SINK_DATA *q_d, prs_struct *ps, int depth) argument
129 echo_io_r_sink_data(const char *desc, ECHO_R_SINK_DATA *q_d, prs_struct *ps, int depth) argument
140 echo_io_q_source_data(const char *desc, ECHO_Q_SOURCE_DATA *q_d, prs_struct *ps, int depth) argument
149 echo_io_r_source_data(const char *desc, ECHO_R_SOURCE_DATA *q_d, prs_struct *ps, int depth) argument
[all...]
H A Dparse_sec.c34 BOOL sec_io_access(const char *desc, SEC_ACCESS *t, prs_struct *ps, int depth) argument
52 BOOL sec_io_ace(const char *desc, SEC_ACE *psa, prs_struct *ps, int depth) argument
109 sec_io_acl(const char *desc, SEC_ACL **ppsa, prs_struct *ps, int depth) argument
179 sec_io_desc(const char *desc, SEC_DESC **ppsd, prs_struct *ps, int depth) argument
313 sec_io_desc_buf(const char *desc, SEC_DESC_BUF **ppsdb, prs_struct *ps, int depth) argument
[all...]
H A Dparse_wks.c45 BOOL wks_io_q_query_info(const char *desc, WKS_Q_QUERY_INFO *q_u, prs_struct *ps, int depth) argument
93 static BOOL wks_io_wks_info_100(const char *desc, WKS_INFO_100 *inf, prs_struct *ps, int depth) argument
153 wks_io_r_query_info(const char *desc, WKS_R_QUERY_INFO *r_u, prs_struct *ps, int depth) argument
[all...]
H A Dparse_dfs.c44 BOOL dfs_io_q_dfs_exist(const char *desc, DFS_Q_DFS_EXIST *q_d, prs_struct *ps, int depth) argument
58 BOOL dfs_io_r_dfs_exist(const char *desc, DFS_R_DFS_EXIST *q_d, prs_struct *ps, int depth) argument
94 BOOL dfs_io_q_dfs_remove(const char *desc, DFS_Q_DFS_REMOVE *q_d, prs_struct *ps, int depth) argument
134 dfs_io_r_dfs_remove(const char *desc, DFS_R_DFS_REMOVE *r_d, prs_struct *ps, int depth) argument
176 dfs_io_q_dfs_add(const char *desc, DFS_Q_DFS_ADD *q_d, prs_struct *ps, int depth) argument
221 dfs_io_r_dfs_add(const char *desc, DFS_R_DFS_ADD *r_d, prs_struct *ps, int depth) argument
252 dfs_io_q_dfs_get_info(const char *desc, DFS_Q_DFS_GET_INFO* q_i, prs_struct* ps, int depth) argument
292 dfs_io_r_dfs_get_info(const char *desc, DFS_R_DFS_GET_INFO* r_i, prs_struct* ps, int depth) argument
331 dfs_io_q_dfs_enum(const char *desc, DFS_Q_DFS_ENUM *q_d, prs_struct *ps, int depth) argument
368 dfs_io_dfs_info_ctr(const char *desc, DFS_INFO_CTR* ctr, uint32 num_entries, uint32 level, prs_struct* ps, int depth) argument
468 dfs_io_r_dfs_enum(const char *desc, DFS_R_DFS_ENUM *q_d, prs_struct *ps, int depth) argument
510 dfs_io_dfs_storage_info(const char *desc, DFS_INFO_3* info3, prs_struct *ps, int depth) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dvc_ioctl.h10 int depth; member in struct:vc_mode
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dvc_ioctl.h14 int depth; member in struct:vc_mode
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dvc_ioctl.h10 int depth; member in struct:vc_mode
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dvc_ioctl.h14 int depth; member in struct:vc_mode
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dirq.h63 unsigned int depth; /* nested irq disables */ member in struct:__anon11208
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dirq.h63 unsigned int depth; /* nested irq disables */ member in struct:__anon6794
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dvalkyriefb.h70 struct vpreg depth; member in struct:valkyrie_regs
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/debugger/
H A Ddbdisasm.c215 acpi_parse_object *depth; local
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/hp/zx1/
H A Dhpzx1_misc.c186 hpzx1_sba_probe(acpi_handle obj, u32 depth, void *context, void **ret) argument
211 hpzx1_lba_probe(acpi_handle obj, u32 depth, void *context, void **ret) argument
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_irq.c177 int depth; member in struct:irq_desc_s
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Dtkcond.c443 int depth = 0; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/minix/
H A Ditree_common.c151 int depth = block_to_path(inode, block, offsets); local
27 get_branch(struct inode *inode, int depth, int *offsets, Indirect chain[DEPTH], int *err) argument
218 find_shared(struct inode *inode, int depth, int offsets[DEPTH], Indirect chain[DEPTH], block_t *top) argument
269 free_branches(struct inode *inode, block_t *p, block_t *q, int depth) argument
284 block_end(bh), depth); local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dauthdata.c46 pac_io_unknown_type_10(const char *desc, UNKNOWN_TYPE_10 *type_10, prs_struct *ps, int depth) argument
78 pac_io_krb_sids(const char *desc, KRB_SID_AND_ATTRS *sid_and_attr, prs_struct *ps, int depth) argument
103 pac_io_krb_attrs(const char *desc, KRB_SID_AND_ATTRS *sid_and_attr, prs_struct *ps, int depth) argument
120 pac_io_krb_sid_and_attr_array(const char *desc, KRB_SID_AND_ATTR_ARRAY *array, uint32 num, prs_struct *ps, int depth) argument
165 pac_io_group_membership(const char *desc, GROUP_MEMBERSHIP *membership, prs_struct *ps, int depth) argument
184 pac_io_group_membership_array(const char *desc, GROUP_MEMBERSHIP_ARRAY *array, uint32 num, prs_struct *ps, int depth) argument
222 pac_io_pac_logon_info(const char *desc, PAC_LOGON_INFO *info, prs_struct *ps, int depth) argument
412 pac_io_pac_signature_data(const char *desc, PAC_SIGNATURE_DATA *data, uint32 length, prs_struct *ps, int depth) argument
438 pac_io_pac_info_hdr_ctr(const char *desc, PAC_INFO_HDR *hdr, prs_struct *ps, int depth) argument
532 pac_io_pac_info_hdr(const char *desc, PAC_INFO_HDR *hdr, prs_struct *ps, int depth) argument
555 pac_io_pac_data(const char *desc, PAC_DATA *data, prs_struct *ps, int depth) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dbtext.c162 btext_setup_display(int width, int height, int depth, int pitch, argument
227 btext_update_display(unsigned long phys, int width, int height, int depth, int pitch) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/sysv/
H A Ditree.c202 int depth = block_to_path(inode, iblock, offsets); local
83 get_branch(struct inode *inode, int depth, int offsets[], Indirect chain[], int *err) argument
269 find_shared(struct inode *inode, int depth, int offsets[], Indirect chain[], u32 *top) argument
325 free_branches(struct inode *inode, u32 *p, u32 *q, int depth) argument
342 block_end(bh), depth); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip27/
H A Dip27-init.c544 router_recurse(klrou_t *router_a, klrou_t *router_b, int depth) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dstv680.h141 unsigned int depth; /* rgb24 in bits */ member in struct:usb_stv

Completed in 390 milliseconds

1234