Searched refs:ps (Results 1 - 25 of 2082) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dmbsinit.c30 mbsinit (const mbstate_t *ps) argument
32 return ps == NULL || *ps == 0;
54 mbsinit (const mbstate_t *ps) argument
56 const char *pstate = (const char *)ps;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dmbsinit.c30 mbsinit (const mbstate_t *ps) argument
32 return ps == NULL || *ps == 0;
54 mbsinit (const mbstate_t *ps) argument
56 const char *pstate = (const char *)ps;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dmbsinit.c30 mbsinit (const mbstate_t *ps) argument
32 return ps == NULL || *ps == 0;
54 mbsinit (const mbstate_t *ps) argument
56 const char *pstate = (const char *)ps;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/md/
H A Ddm-snap-persistent.c162 static int alloc_area(struct pstore *ps) argument
167 len = ps->store->chunk_size << SECTOR_SHIFT;
173 ps->area = vmalloc(len);
174 if (!ps->area)
177 ps->zero_area = vmalloc(len);
178 if (!ps->zero_area)
180 memset(ps->zero_area, 0, len);
182 ps->header_area = vmalloc(len);
183 if (!ps->header_area)
189 vfree(ps
198 free_area(struct pstore *ps) argument
230 chunk_io(struct pstore *ps, void *area, chunk_t chunk, int rw, int metadata) argument
267 area_location(struct pstore *ps, chunk_t area) argument
276 area_io(struct pstore *ps, int rw) argument
290 zero_memory_area(struct pstore *ps) argument
295 zero_disk_area(struct pstore *ps, chunk_t area) argument
300 read_header(struct pstore *ps, int *new_snapshot) argument
384 write_header(struct pstore *ps) argument
402 get_exception(struct pstore *ps, uint32_t index) argument
409 read_exception(struct pstore *ps, uint32_t index, struct disk_exception *result) argument
419 write_exception(struct pstore *ps, uint32_t index, struct disk_exception *de) argument
429 clear_exception(struct pstore *ps, uint32_t index) argument
443 insert_exceptions(struct pstore *ps, int (*callback)(void *callback_context, chunk_t old, chunk_t new), void *callback_context, int *full) argument
488 read_exceptions(struct pstore *ps, int (*callback)(void *callback_context, chunk_t old, chunk_t new), void *callback_context) argument
524 struct pstore *ps = get_info(store); local
540 struct pstore *ps = get_info(store); local
562 struct pstore *ps = get_info(store); local
624 struct pstore *ps = get_info(store); local
654 struct pstore *ps = get_info(store); local
714 struct pstore *ps = get_info(store); local
760 struct pstore *ps = get_info(store); local
791 struct pstore *ps = get_info(store); local
801 struct pstore *ps; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/md/
H A Ddm-snap-persistent.c162 static int alloc_area(struct pstore *ps) argument
167 len = ps->store->chunk_size << SECTOR_SHIFT;
173 ps->area = vmalloc(len);
174 if (!ps->area)
177 ps->zero_area = vmalloc(len);
178 if (!ps->zero_area)
180 memset(ps->zero_area, 0, len);
182 ps->header_area = vmalloc(len);
183 if (!ps->header_area)
189 vfree(ps
198 free_area(struct pstore *ps) argument
230 chunk_io(struct pstore *ps, void *area, chunk_t chunk, int rw, int metadata) argument
267 area_location(struct pstore *ps, chunk_t area) argument
276 area_io(struct pstore *ps, int rw) argument
290 zero_memory_area(struct pstore *ps) argument
295 zero_disk_area(struct pstore *ps, chunk_t area) argument
300 read_header(struct pstore *ps, int *new_snapshot) argument
384 write_header(struct pstore *ps) argument
402 get_exception(struct pstore *ps, uint32_t index) argument
409 read_exception(struct pstore *ps, uint32_t index, struct disk_exception *result) argument
419 write_exception(struct pstore *ps, uint32_t index, struct disk_exception *de) argument
429 clear_exception(struct pstore *ps, uint32_t index) argument
443 insert_exceptions(struct pstore *ps, int (*callback)(void *callback_context, chunk_t old, chunk_t new), void *callback_context, int *full) argument
488 read_exceptions(struct pstore *ps, int (*callback)(void *callback_context, chunk_t old, chunk_t new), void *callback_context) argument
524 struct pstore *ps = get_info(store); local
540 struct pstore *ps = get_info(store); local
562 struct pstore *ps = get_info(store); local
624 struct pstore *ps = get_info(store); local
654 struct pstore *ps = get_info(store); local
714 struct pstore *ps = get_info(store); local
760 struct pstore *ps = get_info(store); local
791 struct pstore *ps = get_info(store); local
801 struct pstore *ps; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/rpc_parse/
H A Dparse_prs.c35 void prs_debug(prs_struct *ps, int depth, char *desc, char *fn_name) argument
37 DEBUG(5+depth, ("%s%06x %s %s\n", tab_depth(depth), ps->data_offset, fn_name, desc));
44 BOOL prs_init(prs_struct *ps, uint32 size, uint8 align, BOOL io) argument
46 ZERO_STRUCTP(ps);
47 ps->io = io;
48 ps->bigendian_data = False;
49 ps->align = align;
50 ps->is_dynamic = False;
51 ps->data_offset = 0;
52 ps
71 prs_mem_free(prs_struct *ps) argument
85 prs_give_memory(prs_struct *ps, char *buf, uint32 size, BOOL is_dynamic) argument
96 prs_take_memory(prs_struct *ps, uint32 *psize) argument
111 prs_grow(prs_struct *ps, uint32 extra_space) argument
178 prs_force_grow(prs_struct *ps, uint32 extra_space) argument
205 prs_data_p(prs_struct *ps) argument
214 prs_data_size(prs_struct *ps) argument
223 prs_offset(prs_struct *ps) argument
232 prs_set_offset(prs_struct *ps, uint32 offset) argument
280 prs_set_bigendian_data(prs_struct *ps) argument
290 prs_align(prs_struct *ps) argument
309 prs_mem_get(prs_struct *ps, uint32 extra_size) argument
334 prs_switch_type(prs_struct *ps, BOOL io) argument
344 prs_force_dynamic(prs_struct *ps) argument
353 prs_uint8(char *name, prs_struct *ps, int depth, uint8 *data8) argument
369 prs_uint16(char *name, prs_struct *ps, int depth, uint16 *data16) argument
385 prs_uint32(char *name, prs_struct *ps, int depth, uint32 *data32) argument
402 prs_uint8s(BOOL charmode, char *name, prs_struct *ps, int depth, uint8 *data8s, int len) argument
418 prs_uint32s(BOOL charmode, char *name, prs_struct *ps, int depth, uint32 *data32s, int len) argument
435 prs_buffer2(BOOL charmode, char *name, prs_struct *ps, int depth, BUFFER2 *str) argument
457 prs_string2(BOOL charmode, char *name, prs_struct *ps, int depth, STRING2 *str) argument
475 prs_unistr2(BOOL charmode, char *name, prs_struct *ps, int depth, UNISTR2 *str) argument
498 prs_unistr3(BOOL charmode, char *name, UNISTR3 *str, prs_struct *ps, int depth) argument
520 prs_unistr(char *name, prs_struct *ps, int depth, UNISTR *str) argument
568 prs_string(char *name, prs_struct *ps, int depth, char *str, int len, int max_buf_size) argument
606 prs_uint16_pre(char *name, prs_struct *ps, int depth, uint16 *data16, uint32 *offset) argument
626 prs_uint16_post(char *name, prs_struct *ps, int depth, uint16 *data16, uint32 ptr_uint16, uint32 start_offset) argument
653 prs_uint32_pre(char *name, prs_struct *ps, int depth, uint32 *data32, uint32 *offset) argument
670 prs_uint32_post(char *name, prs_struct *ps, int depth, uint32 *data32, uint32 ptr_uint32, uint32 data_size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/rpc_parse/
H A Dparse_prs.c35 void prs_debug(prs_struct *ps, int depth, char *desc, char *fn_name) argument
37 DEBUG(5+depth, ("%s%06x %s %s\n", tab_depth(depth), ps->data_offset, fn_name, desc));
44 BOOL prs_init(prs_struct *ps, uint32 size, uint8 align, BOOL io) argument
46 ZERO_STRUCTP(ps);
47 ps->io = io;
48 ps->bigendian_data = False;
49 ps->align = align;
50 ps->is_dynamic = False;
51 ps->data_offset = 0;
52 ps
71 prs_mem_free(prs_struct *ps) argument
85 prs_give_memory(prs_struct *ps, char *buf, uint32 size, BOOL is_dynamic) argument
96 prs_take_memory(prs_struct *ps, uint32 *psize) argument
111 prs_grow(prs_struct *ps, uint32 extra_space) argument
178 prs_force_grow(prs_struct *ps, uint32 extra_space) argument
205 prs_data_p(prs_struct *ps) argument
214 prs_data_size(prs_struct *ps) argument
223 prs_offset(prs_struct *ps) argument
232 prs_set_offset(prs_struct *ps, uint32 offset) argument
280 prs_set_bigendian_data(prs_struct *ps) argument
290 prs_align(prs_struct *ps) argument
309 prs_mem_get(prs_struct *ps, uint32 extra_size) argument
334 prs_switch_type(prs_struct *ps, BOOL io) argument
344 prs_force_dynamic(prs_struct *ps) argument
353 prs_uint8(char *name, prs_struct *ps, int depth, uint8 *data8) argument
369 prs_uint16(char *name, prs_struct *ps, int depth, uint16 *data16) argument
385 prs_uint32(char *name, prs_struct *ps, int depth, uint32 *data32) argument
402 prs_uint8s(BOOL charmode, char *name, prs_struct *ps, int depth, uint8 *data8s, int len) argument
418 prs_uint32s(BOOL charmode, char *name, prs_struct *ps, int depth, uint32 *data32s, int len) argument
435 prs_buffer2(BOOL charmode, char *name, prs_struct *ps, int depth, BUFFER2 *str) argument
457 prs_string2(BOOL charmode, char *name, prs_struct *ps, int depth, STRING2 *str) argument
475 prs_unistr2(BOOL charmode, char *name, prs_struct *ps, int depth, UNISTR2 *str) argument
498 prs_unistr3(BOOL charmode, char *name, UNISTR3 *str, prs_struct *ps, int depth) argument
520 prs_unistr(char *name, prs_struct *ps, int depth, UNISTR *str) argument
568 prs_string(char *name, prs_struct *ps, int depth, char *str, int len, int max_buf_size) argument
606 prs_uint16_pre(char *name, prs_struct *ps, int depth, uint16 *data16, uint32 *offset) argument
626 prs_uint16_post(char *name, prs_struct *ps, int depth, uint16 *data16, uint32 ptr_uint16, uint32 start_offset) argument
653 prs_uint32_pre(char *name, prs_struct *ps, int depth, uint32 *data32, uint32 *offset) argument
670 prs_uint32_post(char *name, prs_struct *ps, int depth, uint32 *data32, uint32 ptr_uint32, uint32 data_size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/rpc_parse/
H A Dparse_prs.c35 void prs_debug(prs_struct *ps, int depth, char *desc, char *fn_name) argument
37 DEBUG(5+depth, ("%s%06x %s %s\n", tab_depth(depth), ps->data_offset, fn_name, desc));
44 BOOL prs_init(prs_struct *ps, uint32 size, uint8 align, BOOL io) argument
46 ZERO_STRUCTP(ps);
47 ps->io = io;
48 ps->bigendian_data = False;
49 ps->align = align;
50 ps->is_dynamic = False;
51 ps->data_offset = 0;
52 ps
71 prs_mem_free(prs_struct *ps) argument
85 prs_give_memory(prs_struct *ps, char *buf, uint32 size, BOOL is_dynamic) argument
96 prs_take_memory(prs_struct *ps, uint32 *psize) argument
111 prs_grow(prs_struct *ps, uint32 extra_space) argument
178 prs_force_grow(prs_struct *ps, uint32 extra_space) argument
205 prs_data_p(prs_struct *ps) argument
214 prs_data_size(prs_struct *ps) argument
223 prs_offset(prs_struct *ps) argument
232 prs_set_offset(prs_struct *ps, uint32 offset) argument
280 prs_set_bigendian_data(prs_struct *ps) argument
290 prs_align(prs_struct *ps) argument
309 prs_mem_get(prs_struct *ps, uint32 extra_size) argument
334 prs_switch_type(prs_struct *ps, BOOL io) argument
344 prs_force_dynamic(prs_struct *ps) argument
353 prs_uint8(char *name, prs_struct *ps, int depth, uint8 *data8) argument
369 prs_uint16(char *name, prs_struct *ps, int depth, uint16 *data16) argument
385 prs_uint32(char *name, prs_struct *ps, int depth, uint32 *data32) argument
402 prs_uint8s(BOOL charmode, char *name, prs_struct *ps, int depth, uint8 *data8s, int len) argument
418 prs_uint32s(BOOL charmode, char *name, prs_struct *ps, int depth, uint32 *data32s, int len) argument
435 prs_buffer2(BOOL charmode, char *name, prs_struct *ps, int depth, BUFFER2 *str) argument
457 prs_string2(BOOL charmode, char *name, prs_struct *ps, int depth, STRING2 *str) argument
475 prs_unistr2(BOOL charmode, char *name, prs_struct *ps, int depth, UNISTR2 *str) argument
498 prs_unistr3(BOOL charmode, char *name, UNISTR3 *str, prs_struct *ps, int depth) argument
520 prs_unistr(char *name, prs_struct *ps, int depth, UNISTR *str) argument
568 prs_string(char *name, prs_struct *ps, int depth, char *str, int len, int max_buf_size) argument
606 prs_uint16_pre(char *name, prs_struct *ps, int depth, uint16 *data16, uint32 *offset) argument
626 prs_uint16_post(char *name, prs_struct *ps, int depth, uint16 *data16, uint32 ptr_uint16, uint32 start_offset) argument
653 prs_uint32_pre(char *name, prs_struct *ps, int depth, uint32 *data32, uint32 *offset) argument
670 prs_uint32_post(char *name, prs_struct *ps, int depth, uint32 *data32, uint32 ptr_uint32, uint32 data_size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_ntsvcs.c29 BOOL ntsvcs_io_q_get_version(const char *desc, NTSVCS_Q_GET_VERSION *q_u, prs_struct *ps, int depth) argument
34 prs_debug(ps, depth, desc, "ntsvcs_io_q_get_version");
46 BOOL ntsvcs_io_r_get_version(const char *desc, NTSVCS_R_GET_VERSION *r_u, prs_struct *ps, int depth) argument
51 prs_debug(ps, depth, desc, "ntsvcs_io_r_get_version");
54 if(!prs_align(ps))
57 if(!prs_uint32("version", ps, depth, &r_u->version))
60 if(!prs_werror("status", ps, depth, &r_u->status))
69 BOOL ntsvcs_io_q_get_device_list_size(const char *desc, NTSVCS_Q_GET_DEVICE_LIST_SIZE *q_u, prs_struct *ps, int depth) argument
74 prs_debug(ps, depth, desc, "ntsvcs_io_q_get_device_list_size");
77 if(!prs_align(ps))
95 ntsvcs_io_r_get_device_list_size(const char *desc, NTSVCS_R_GET_DEVICE_LIST_SIZE *r_u, prs_struct *ps, int depth) argument
119 ntsvcs_io_q_get_device_list(const char *desc, NTSVCS_Q_GET_DEVICE_LIST *q_u, prs_struct *ps, int depth) argument
147 ntsvcs_io_r_get_device_list(const char *desc, NTSVCS_R_GET_DEVICE_LIST *r_u, prs_struct *ps, int depth) argument
175 ntsvcs_io_q_validate_device_instance(const char *desc, NTSVCS_Q_VALIDATE_DEVICE_INSTANCE *q_u, prs_struct *ps, int depth) argument
201 ntsvcs_io_r_validate_device_instance(const char *desc, NTSVCS_R_VALIDATE_DEVICE_INSTANCE *r_u, prs_struct *ps, int depth) argument
218 ntsvcs_io_q_get_device_reg_property(const char *desc, NTSVCS_Q_GET_DEVICE_REG_PROPERTY *q_u, prs_struct *ps, int depth) argument
252 ntsvcs_io_r_get_device_reg_property(const char *desc, NTSVCS_R_GET_DEVICE_REG_PROPERTY *r_u, prs_struct *ps, int depth) argument
286 ntsvcs_io_q_get_hw_profile_info(const char *desc, NTSVCS_Q_GET_HW_PROFILE_INFO *q_u, prs_struct *ps, int depth) argument
325 ntsvcs_io_r_get_hw_profile_info(const char *desc, NTSVCS_R_GET_HW_PROFILE_INFO *r_u, prs_struct *ps, int depth) argument
359 ntsvcs_io_q_hw_profile_flags(const char *desc, NTSVCS_Q_HW_PROFILE_FLAGS *q_u, prs_struct *ps, int depth) argument
402 ntsvcs_io_r_hw_profile_flags(const char *desc, NTSVCS_R_HW_PROFILE_FLAGS *r_u, prs_struct *ps, int depth) argument
[all...]
H A Dparse_eventlog.c29 BOOL prs_ev_open_unknown0( const char *desc, prs_struct *ps, int depth, EVENTLOG_OPEN_UNKNOWN0 *u ) argument
34 if ( !prs_uint16("", ps, depth, &u->unknown1) )
36 if ( !prs_uint16("", ps, depth, &u->unknown2) )
46 prs_struct *ps, int depth)
51 prs_debug(ps, depth, desc, "eventlog_io_q_open_eventlog");
54 if(!prs_align(ps))
57 if ( !prs_pointer("", ps, depth, (void*)&q_u->unknown0, sizeof(EVENTLOG_OPEN_UNKNOWN0), (PRS_POINTER_CAST)prs_ev_open_unknown0))
60 if ( !prs_unistr4("logname", ps, depth, &q_u->logname) )
62 if ( !prs_align(ps) )
65 if ( !prs_unistr4("servername", ps, dept
45 eventlog_io_q_open_eventlog(const char *desc, EVENTLOG_Q_OPEN_EVENTLOG *q_u, prs_struct *ps, int depth) argument
78 eventlog_io_r_open_eventlog(const char *desc, EVENTLOG_R_OPEN_EVENTLOG *r_u, prs_struct *ps, int depth) argument
99 eventlog_io_q_get_num_records(const char *desc, EVENTLOG_Q_GET_NUM_RECORDS *q_u, prs_struct *ps, int depth) argument
117 eventlog_io_r_get_num_records(const char *desc, EVENTLOG_R_GET_NUM_RECORDS *r_u, prs_struct *ps, int depth) argument
138 eventlog_io_q_get_oldest_entry(const char *desc, EVENTLOG_Q_GET_OLDEST_ENTRY *q_u, prs_struct *ps, int depth) argument
156 eventlog_io_r_get_oldest_entry(const char *desc, EVENTLOG_R_GET_OLDEST_ENTRY *r_u, prs_struct *ps, int depth) argument
177 eventlog_io_q_close_eventlog(const char *desc, EVENTLOG_Q_CLOSE_EVENTLOG *q_u, prs_struct *ps, int depth) argument
195 eventlog_io_r_close_eventlog(const char *desc, EVENTLOG_R_CLOSE_EVENTLOG *r_u, prs_struct *ps, int depth) argument
216 eventlog_io_q_read_eventlog(const char *desc, EVENTLOG_Q_READ_EVENTLOG *q_u, prs_struct *ps, int depth) argument
249 eventlog_io_r_read_eventlog(const char *desc, EVENTLOG_Q_READ_EVENTLOG *q_u, EVENTLOG_R_READ_EVENTLOG *r_u, prs_struct *ps, int depth) argument
397 eventlog_io_q_clear_eventlog(const char *desc, EVENTLOG_Q_CLEAR_EVENTLOG *q_u, prs_struct *ps, int depth) argument
418 eventlog_io_r_clear_eventlog(const char *desc, EVENTLOG_R_CLEAR_EVENTLOG *r_u, prs_struct *ps, int depth) argument
[all...]
H A Dparse_sec.c34 BOOL sec_io_ace(const char *desc, SEC_ACE *psa, prs_struct *ps, int depth) argument
42 prs_debug(ps, depth, desc, "sec_io_ace");
45 old_offset = prs_offset(ps);
47 if(!prs_uint8("type ", ps, depth, &psa->type))
50 if(!prs_uint8("flags", ps, depth, &psa->flags))
53 if(!prs_uint16_pre("size ", ps, depth, &psa->size, &offset_ace_size))
56 if (!prs_uint32("access_mask", ps, depth, &psa->access_mask))
61 if (!smb_io_dom_sid("trustee ", &psa->trustee , ps, depth))
64 if (!prs_uint32("obj_flags", ps, depth, &psa->obj_flags))
68 if (!smb_io_uuid("obj_guid", &psa->obj_guid, ps,dept
107 sec_io_acl(const char *desc, SEC_ACL **ppsa, prs_struct *ps, int depth) argument
190 sec_io_desc(const char *desc, SEC_DESC **ppsd, prs_struct *ps, int depth) argument
350 sec_io_desc_buf(const char *desc, SEC_DESC_BUF **ppsdb, prs_struct *ps, int depth) argument
[all...]
H A Dparse_ds.c27 static BOOL ds_io_dominfobasic(const char *desc, DSROLE_PRIMARY_DOMAIN_INFO_BASIC **basic, prs_struct *ps, int depth) argument
31 if ( UNMARSHALLING(ps) ) {
32 p = *basic = PRS_ALLOC_MEM(ps, DSROLE_PRIMARY_DOMAIN_INFO_BASIC, 1);
38 if ( !prs_uint16("machine_role", ps, depth, &p->machine_role) )
40 if ( !prs_align(ps) )
43 if ( !prs_uint32("flags", ps, depth, &p->flags) )
46 if ( !prs_uint32("netbios_ptr", ps, depth, &p->netbios_ptr) )
48 if ( !prs_uint32("dnsname_ptr", ps, depth, &p->dnsname_ptr) )
50 if ( !prs_uint32("forestname_ptr", ps, depth, &p->forestname_ptr) )
53 if ( !smb_io_uuid("domain_guid", &p->domain_guid, ps, dept
79 ds_io_q_getprimdominfo( const char *desc, DS_Q_GETPRIMDOMINFO *q_u, prs_struct *ps, int depth) argument
96 ds_io_r_getprimdominfo( const char *desc, DS_R_GETPRIMDOMINFO *r_u, prs_struct *ps, int depth) argument
156 ds_io_domain_trusts( const char *desc, DS_DOMAIN_TRUSTS *trust, prs_struct *ps, int depth) argument
191 ds_io_dom_trusts_ctr( const char *desc, DS_DOMAIN_TRUSTS_CTR *ctr, prs_struct *ps, int depth) argument
251 ds_io_q_enum_domain_trusts( const char *desc, DS_Q_ENUM_DOM_TRUSTS *q_u, prs_struct *ps, int depth) argument
277 ds_io_r_enum_domain_trusts( const char *desc, DS_R_ENUM_DOM_TRUSTS *r_u, prs_struct *ps, int depth) argument
[all...]
H A Dparse_svcctl.c29 static BOOL svcctl_io_service_status( const char *desc, SERVICE_STATUS *status, prs_struct *ps, int depth ) argument
32 prs_debug(ps, depth, desc, "svcctl_io_service_status");
35 if(!prs_uint32("type", ps, depth, &status->type))
38 if(!prs_uint32("state", ps, depth, &status->state))
41 if(!prs_uint32("controls_accepted", ps, depth, &status->controls_accepted))
44 if(!prs_werror("win32_exit_code", ps, depth, &status->win32_exit_code))
47 if(!prs_uint32("service_exit_code", ps, depth, &status->service_exit_code))
50 if(!prs_uint32("check_point", ps, depth, &status->check_point))
53 if(!prs_uint32("wait_hint", ps, depth, &status->wait_hint))
62 static BOOL svcctl_io_service_config( const char *desc, SERVICE_CONFIG *config, prs_struct *ps, in argument
109 prs_struct *ps=&buffer->prs; local
130 prs_struct *ps=&buffer->prs; local
204 svcctl_io_q_close_service(const char *desc, SVCCTL_Q_CLOSE_SERVICE *q_u, prs_struct *ps, int depth) argument
226 svcctl_io_r_close_service(const char *desc, SVCCTL_R_CLOSE_SERVICE *r_u, prs_struct *ps, int depth) argument
249 svcctl_io_q_open_scmanager(const char *desc, SVCCTL_Q_OPEN_SCMANAGER *q_u, prs_struct *ps, int depth) argument
279 svcctl_io_r_open_scmanager(const char *desc, SVCCTL_R_OPEN_SCMANAGER *r_u, prs_struct *ps, int depth) argument
302 svcctl_io_q_get_display_name(const char *desc, SVCCTL_Q_GET_DISPLAY_NAME *q_u, prs_struct *ps, int depth) argument
342 svcctl_io_r_get_display_name(const char *desc, SVCCTL_R_GET_DISPLAY_NAME *r_u, prs_struct *ps, int depth) argument
373 svcctl_io_q_open_service(const char *desc, SVCCTL_Q_OPEN_SERVICE *q_u, prs_struct *ps, int depth) argument
402 svcctl_io_r_open_service(const char *desc, SVCCTL_R_OPEN_SERVICE *r_u, prs_struct *ps, int depth) argument
425 svcctl_io_q_query_status(const char *desc, SVCCTL_Q_QUERY_STATUS *q_u, prs_struct *ps, int depth) argument
445 svcctl_io_r_query_status(const char *desc, SVCCTL_R_QUERY_STATUS *r_u, prs_struct *ps, int depth) argument
468 svcctl_io_q_enum_services_status(const char *desc, SVCCTL_Q_ENUM_SERVICES_STATUS *q_u, prs_struct *ps, int depth) argument
498 svcctl_io_r_enum_services_status(const char *desc, SVCCTL_R_ENUM_SERVICES_STATUS *r_u, prs_struct *ps, int depth) argument
532 svcctl_io_q_start_service(const char *desc, SVCCTL_Q_START_SERVICE *q_u, prs_struct *ps, int depth) argument
558 svcctl_io_r_start_service(const char *desc, SVCCTL_R_START_SERVICE *r_u, prs_struct *ps, int depth) argument
576 svcctl_io_q_enum_dependent_services(const char *desc, SVCCTL_Q_ENUM_DEPENDENT_SERVICES *q_u, prs_struct *ps, int depth) argument
601 svcctl_io_r_enum_dependent_services(const char *desc, SVCCTL_R_ENUM_DEPENDENT_SERVICES *r_u, prs_struct *ps, int depth) argument
632 svcctl_io_q_control_service(const char *desc, SVCCTL_Q_CONTROL_SERVICE *q_u, prs_struct *ps, int depth) argument
655 svcctl_io_r_control_service(const char *desc, SVCCTL_R_CONTROL_SERVICE *r_u, prs_struct *ps, int depth) argument
679 svcctl_io_q_query_service_config(const char *desc, SVCCTL_Q_QUERY_SERVICE_CONFIG *q_u, prs_struct *ps, int depth) argument
702 svcctl_io_r_query_service_config(const char *desc, SVCCTL_R_QUERY_SERVICE_CONFIG *r_u, prs_struct *ps, int depth) argument
730 svcctl_io_q_query_service_config2(const char *desc, SVCCTL_Q_QUERY_SERVICE_CONFIG2 *q_u, prs_struct *ps, int depth) argument
768 prs_struct *ps = &buffer->prs; local
796 svcctl_io_action( const char *desc, SC_ACTION *action, prs_struct *ps, int depth ) argument
815 prs_struct *ps = &buffer->prs; local
872 svcctl_io_r_query_service_config2(const char *desc, SVCCTL_R_QUERY_SERVICE_CONFIG2 *r_u, prs_struct *ps, int depth) argument
901 svcctl_io_q_query_service_status_ex(const char *desc, SVCCTL_Q_QUERY_SERVICE_STATUSEX *q_u, prs_struct *ps, int depth) argument
928 svcctl_io_r_query_service_status_ex(const char *desc, SVCCTL_R_QUERY_SERVICE_STATUSEX *r_u, prs_struct *ps, int depth) argument
954 svcctl_io_q_lock_service_db(const char *desc, SVCCTL_Q_LOCK_SERVICE_DB *q_u, prs_struct *ps, int depth) argument
975 svcctl_io_r_lock_service_db(const char *desc, SVCCTL_R_LOCK_SERVICE_DB *r_u, prs_struct *ps, int depth) argument
998 svcctl_io_q_unlock_service_db(const char *desc, SVCCTL_Q_UNLOCK_SERVICE_DB *q_u, prs_struct *ps, int depth) argument
1019 svcctl_io_r_unlock_service_db(const char *desc, SVCCTL_R_UNLOCK_SERVICE_DB *r_u, prs_struct *ps, int depth) argument
1039 svcctl_io_q_query_service_sec(const char *desc, SVCCTL_Q_QUERY_SERVICE_SEC *q_u, prs_struct *ps, int depth) argument
1064 svcctl_io_r_query_service_sec(const char *desc, SVCCTL_R_QUERY_SERVICE_SEC *r_u, prs_struct *ps, int depth) argument
1090 svcctl_io_q_set_service_sec(const char *desc, SVCCTL_Q_SET_SERVICE_SEC *q_u, prs_struct *ps, int depth) argument
1122 svcctl_io_r_set_service_sec(const char *desc, SVCCTL_R_SET_SERVICE_SEC *r_u, prs_struct *ps, int depth) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_ntsvcs.c29 BOOL ntsvcs_io_q_get_version(const char *desc, NTSVCS_Q_GET_VERSION *q_u, prs_struct *ps, int depth) argument
34 prs_debug(ps, depth, desc, "ntsvcs_io_q_get_version");
46 BOOL ntsvcs_io_r_get_version(const char *desc, NTSVCS_R_GET_VERSION *r_u, prs_struct *ps, int depth) argument
51 prs_debug(ps, depth, desc, "ntsvcs_io_r_get_version");
54 if(!prs_align(ps))
57 if(!prs_uint32("version", ps, depth, &r_u->version))
60 if(!prs_werror("status", ps, depth, &r_u->status))
69 BOOL ntsvcs_io_q_get_device_list_size(const char *desc, NTSVCS_Q_GET_DEVICE_LIST_SIZE *q_u, prs_struct *ps, int depth) argument
74 prs_debug(ps, depth, desc, "ntsvcs_io_q_get_device_list_size");
77 if(!prs_align(ps))
95 ntsvcs_io_r_get_device_list_size(const char *desc, NTSVCS_R_GET_DEVICE_LIST_SIZE *r_u, prs_struct *ps, int depth) argument
119 ntsvcs_io_q_get_device_list(const char *desc, NTSVCS_Q_GET_DEVICE_LIST *q_u, prs_struct *ps, int depth) argument
147 ntsvcs_io_r_get_device_list(const char *desc, NTSVCS_R_GET_DEVICE_LIST *r_u, prs_struct *ps, int depth) argument
175 ntsvcs_io_q_validate_device_instance(const char *desc, NTSVCS_Q_VALIDATE_DEVICE_INSTANCE *q_u, prs_struct *ps, int depth) argument
201 ntsvcs_io_r_validate_device_instance(const char *desc, NTSVCS_R_VALIDATE_DEVICE_INSTANCE *r_u, prs_struct *ps, int depth) argument
218 ntsvcs_io_q_get_device_reg_property(const char *desc, NTSVCS_Q_GET_DEVICE_REG_PROPERTY *q_u, prs_struct *ps, int depth) argument
252 ntsvcs_io_r_get_device_reg_property(const char *desc, NTSVCS_R_GET_DEVICE_REG_PROPERTY *r_u, prs_struct *ps, int depth) argument
286 ntsvcs_io_q_get_hw_profile_info(const char *desc, NTSVCS_Q_GET_HW_PROFILE_INFO *q_u, prs_struct *ps, int depth) argument
325 ntsvcs_io_r_get_hw_profile_info(const char *desc, NTSVCS_R_GET_HW_PROFILE_INFO *r_u, prs_struct *ps, int depth) argument
359 ntsvcs_io_q_hw_profile_flags(const char *desc, NTSVCS_Q_HW_PROFILE_FLAGS *q_u, prs_struct *ps, int depth) argument
402 ntsvcs_io_r_hw_profile_flags(const char *desc, NTSVCS_R_HW_PROFILE_FLAGS *r_u, prs_struct *ps, int depth) argument
[all...]
H A Dparse_eventlog.c29 BOOL prs_ev_open_unknown0( const char *desc, prs_struct *ps, int depth, EVENTLOG_OPEN_UNKNOWN0 *u ) argument
34 if ( !prs_uint16("", ps, depth, &u->unknown1) )
36 if ( !prs_uint16("", ps, depth, &u->unknown2) )
46 prs_struct *ps, int depth)
51 prs_debug(ps, depth, desc, "eventlog_io_q_open_eventlog");
54 if(!prs_align(ps))
57 if ( !prs_pointer("", ps, depth, (void*)&q_u->unknown0, sizeof(EVENTLOG_OPEN_UNKNOWN0), (PRS_POINTER_CAST)prs_ev_open_unknown0))
60 if ( !prs_unistr4("logname", ps, depth, &q_u->logname) )
62 if ( !prs_align(ps) )
65 if ( !prs_unistr4("servername", ps, dept
45 eventlog_io_q_open_eventlog(const char *desc, EVENTLOG_Q_OPEN_EVENTLOG *q_u, prs_struct *ps, int depth) argument
78 eventlog_io_r_open_eventlog(const char *desc, EVENTLOG_R_OPEN_EVENTLOG *r_u, prs_struct *ps, int depth) argument
99 eventlog_io_q_get_num_records(const char *desc, EVENTLOG_Q_GET_NUM_RECORDS *q_u, prs_struct *ps, int depth) argument
117 eventlog_io_r_get_num_records(const char *desc, EVENTLOG_R_GET_NUM_RECORDS *r_u, prs_struct *ps, int depth) argument
138 eventlog_io_q_get_oldest_entry(const char *desc, EVENTLOG_Q_GET_OLDEST_ENTRY *q_u, prs_struct *ps, int depth) argument
156 eventlog_io_r_get_oldest_entry(const char *desc, EVENTLOG_R_GET_OLDEST_ENTRY *r_u, prs_struct *ps, int depth) argument
177 eventlog_io_q_close_eventlog(const char *desc, EVENTLOG_Q_CLOSE_EVENTLOG *q_u, prs_struct *ps, int depth) argument
195 eventlog_io_r_close_eventlog(const char *desc, EVENTLOG_R_CLOSE_EVENTLOG *r_u, prs_struct *ps, int depth) argument
216 eventlog_io_q_read_eventlog(const char *desc, EVENTLOG_Q_READ_EVENTLOG *q_u, prs_struct *ps, int depth) argument
249 eventlog_io_r_read_eventlog(const char *desc, EVENTLOG_Q_READ_EVENTLOG *q_u, EVENTLOG_R_READ_EVENTLOG *r_u, prs_struct *ps, int depth) argument
397 eventlog_io_q_clear_eventlog(const char *desc, EVENTLOG_Q_CLEAR_EVENTLOG *q_u, prs_struct *ps, int depth) argument
418 eventlog_io_r_clear_eventlog(const char *desc, EVENTLOG_R_CLEAR_EVENTLOG *r_u, prs_struct *ps, int depth) argument
[all...]
H A Dparse_sec.c34 BOOL sec_io_ace(const char *desc, SEC_ACE *psa, prs_struct *ps, int depth) argument
42 prs_debug(ps, depth, desc, "sec_io_ace");
45 old_offset = prs_offset(ps);
47 if(!prs_uint8("type ", ps, depth, &psa->type))
50 if(!prs_uint8("flags", ps, depth, &psa->flags))
53 if(!prs_uint16_pre("size ", ps, depth, &psa->size, &offset_ace_size))
56 if (!prs_uint32("access_mask", ps, depth, &psa->access_mask))
61 if (!smb_io_dom_sid("trustee ", &psa->trustee , ps, depth))
64 if (!prs_uint32("obj_flags", ps, depth, &psa->obj_flags))
68 if (!smb_io_uuid("obj_guid", &psa->obj_guid, ps,dept
107 sec_io_acl(const char *desc, SEC_ACL **ppsa, prs_struct *ps, int depth) argument
190 sec_io_desc(const char *desc, SEC_DESC **ppsd, prs_struct *ps, int depth) argument
350 sec_io_desc_buf(const char *desc, SEC_DESC_BUF **ppsdb, prs_struct *ps, int depth) argument
[all...]
H A Dparse_ds.c27 static BOOL ds_io_dominfobasic(const char *desc, DSROLE_PRIMARY_DOMAIN_INFO_BASIC **basic, prs_struct *ps, int depth) argument
31 if ( UNMARSHALLING(ps) ) {
32 p = *basic = PRS_ALLOC_MEM(ps, DSROLE_PRIMARY_DOMAIN_INFO_BASIC, 1);
38 if ( !prs_uint16("machine_role", ps, depth, &p->machine_role) )
40 if ( !prs_align(ps) )
43 if ( !prs_uint32("flags", ps, depth, &p->flags) )
46 if ( !prs_uint32("netbios_ptr", ps, depth, &p->netbios_ptr) )
48 if ( !prs_uint32("dnsname_ptr", ps, depth, &p->dnsname_ptr) )
50 if ( !prs_uint32("forestname_ptr", ps, depth, &p->forestname_ptr) )
53 if ( !smb_io_uuid("domain_guid", &p->domain_guid, ps, dept
79 ds_io_q_getprimdominfo( const char *desc, DS_Q_GETPRIMDOMINFO *q_u, prs_struct *ps, int depth) argument
96 ds_io_r_getprimdominfo( const char *desc, DS_R_GETPRIMDOMINFO *r_u, prs_struct *ps, int depth) argument
156 ds_io_domain_trusts( const char *desc, DS_DOMAIN_TRUSTS *trust, prs_struct *ps, int depth) argument
191 ds_io_dom_trusts_ctr( const char *desc, DS_DOMAIN_TRUSTS_CTR *ctr, prs_struct *ps, int depth) argument
251 ds_io_q_enum_domain_trusts( const char *desc, DS_Q_ENUM_DOM_TRUSTS *q_u, prs_struct *ps, int depth) argument
277 ds_io_r_enum_domain_trusts( const char *desc, DS_R_ENUM_DOM_TRUSTS *r_u, prs_struct *ps, int depth) argument
[all...]
H A Dparse_svcctl.c29 static BOOL svcctl_io_service_status( const char *desc, SERVICE_STATUS *status, prs_struct *ps, int depth ) argument
32 prs_debug(ps, depth, desc, "svcctl_io_service_status");
35 if(!prs_uint32("type", ps, depth, &status->type))
38 if(!prs_uint32("state", ps, depth, &status->state))
41 if(!prs_uint32("controls_accepted", ps, depth, &status->controls_accepted))
44 if(!prs_werror("win32_exit_code", ps, depth, &status->win32_exit_code))
47 if(!prs_uint32("service_exit_code", ps, depth, &status->service_exit_code))
50 if(!prs_uint32("check_point", ps, depth, &status->check_point))
53 if(!prs_uint32("wait_hint", ps, depth, &status->wait_hint))
62 static BOOL svcctl_io_service_config( const char *desc, SERVICE_CONFIG *config, prs_struct *ps, in argument
109 prs_struct *ps=&buffer->prs; local
130 prs_struct *ps=&buffer->prs; local
204 svcctl_io_q_close_service(const char *desc, SVCCTL_Q_CLOSE_SERVICE *q_u, prs_struct *ps, int depth) argument
226 svcctl_io_r_close_service(const char *desc, SVCCTL_R_CLOSE_SERVICE *r_u, prs_struct *ps, int depth) argument
249 svcctl_io_q_open_scmanager(const char *desc, SVCCTL_Q_OPEN_SCMANAGER *q_u, prs_struct *ps, int depth) argument
279 svcctl_io_r_open_scmanager(const char *desc, SVCCTL_R_OPEN_SCMANAGER *r_u, prs_struct *ps, int depth) argument
302 svcctl_io_q_get_display_name(const char *desc, SVCCTL_Q_GET_DISPLAY_NAME *q_u, prs_struct *ps, int depth) argument
342 svcctl_io_r_get_display_name(const char *desc, SVCCTL_R_GET_DISPLAY_NAME *r_u, prs_struct *ps, int depth) argument
373 svcctl_io_q_open_service(const char *desc, SVCCTL_Q_OPEN_SERVICE *q_u, prs_struct *ps, int depth) argument
402 svcctl_io_r_open_service(const char *desc, SVCCTL_R_OPEN_SERVICE *r_u, prs_struct *ps, int depth) argument
425 svcctl_io_q_query_status(const char *desc, SVCCTL_Q_QUERY_STATUS *q_u, prs_struct *ps, int depth) argument
445 svcctl_io_r_query_status(const char *desc, SVCCTL_R_QUERY_STATUS *r_u, prs_struct *ps, int depth) argument
468 svcctl_io_q_enum_services_status(const char *desc, SVCCTL_Q_ENUM_SERVICES_STATUS *q_u, prs_struct *ps, int depth) argument
498 svcctl_io_r_enum_services_status(const char *desc, SVCCTL_R_ENUM_SERVICES_STATUS *r_u, prs_struct *ps, int depth) argument
532 svcctl_io_q_start_service(const char *desc, SVCCTL_Q_START_SERVICE *q_u, prs_struct *ps, int depth) argument
558 svcctl_io_r_start_service(const char *desc, SVCCTL_R_START_SERVICE *r_u, prs_struct *ps, int depth) argument
576 svcctl_io_q_enum_dependent_services(const char *desc, SVCCTL_Q_ENUM_DEPENDENT_SERVICES *q_u, prs_struct *ps, int depth) argument
601 svcctl_io_r_enum_dependent_services(const char *desc, SVCCTL_R_ENUM_DEPENDENT_SERVICES *r_u, prs_struct *ps, int depth) argument
632 svcctl_io_q_control_service(const char *desc, SVCCTL_Q_CONTROL_SERVICE *q_u, prs_struct *ps, int depth) argument
655 svcctl_io_r_control_service(const char *desc, SVCCTL_R_CONTROL_SERVICE *r_u, prs_struct *ps, int depth) argument
679 svcctl_io_q_query_service_config(const char *desc, SVCCTL_Q_QUERY_SERVICE_CONFIG *q_u, prs_struct *ps, int depth) argument
702 svcctl_io_r_query_service_config(const char *desc, SVCCTL_R_QUERY_SERVICE_CONFIG *r_u, prs_struct *ps, int depth) argument
730 svcctl_io_q_query_service_config2(const char *desc, SVCCTL_Q_QUERY_SERVICE_CONFIG2 *q_u, prs_struct *ps, int depth) argument
768 prs_struct *ps = &buffer->prs; local
796 svcctl_io_action( const char *desc, SC_ACTION *action, prs_struct *ps, int depth ) argument
815 prs_struct *ps = &buffer->prs; local
872 svcctl_io_r_query_service_config2(const char *desc, SVCCTL_R_QUERY_SERVICE_CONFIG2 *r_u, prs_struct *ps, int depth) argument
901 svcctl_io_q_query_service_status_ex(const char *desc, SVCCTL_Q_QUERY_SERVICE_STATUSEX *q_u, prs_struct *ps, int depth) argument
928 svcctl_io_r_query_service_status_ex(const char *desc, SVCCTL_R_QUERY_SERVICE_STATUSEX *r_u, prs_struct *ps, int depth) argument
954 svcctl_io_q_lock_service_db(const char *desc, SVCCTL_Q_LOCK_SERVICE_DB *q_u, prs_struct *ps, int depth) argument
975 svcctl_io_r_lock_service_db(const char *desc, SVCCTL_R_LOCK_SERVICE_DB *r_u, prs_struct *ps, int depth) argument
998 svcctl_io_q_unlock_service_db(const char *desc, SVCCTL_Q_UNLOCK_SERVICE_DB *q_u, prs_struct *ps, int depth) argument
1019 svcctl_io_r_unlock_service_db(const char *desc, SVCCTL_R_UNLOCK_SERVICE_DB *r_u, prs_struct *ps, int depth) argument
1039 svcctl_io_q_query_service_sec(const char *desc, SVCCTL_Q_QUERY_SERVICE_SEC *q_u, prs_struct *ps, int depth) argument
1064 svcctl_io_r_query_service_sec(const char *desc, SVCCTL_R_QUERY_SERVICE_SEC *r_u, prs_struct *ps, int depth) argument
1090 svcctl_io_q_set_service_sec(const char *desc, SVCCTL_Q_SET_SERVICE_SEC *q_u, prs_struct *ps, int depth) argument
1122 svcctl_io_r_set_service_sec(const char *desc, SVCCTL_R_SET_SERVICE_SEC *r_u, prs_struct *ps, int depth) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_parse/
H A Dparse_ntsvcs.c29 BOOL ntsvcs_io_q_get_version(const char *desc, NTSVCS_Q_GET_VERSION *q_u, prs_struct *ps, int depth) argument
34 prs_debug(ps, depth, desc, "ntsvcs_io_q_get_version");
46 BOOL ntsvcs_io_r_get_version(const char *desc, NTSVCS_R_GET_VERSION *r_u, prs_struct *ps, int depth) argument
51 prs_debug(ps, depth, desc, "ntsvcs_io_r_get_version");
54 if(!prs_align(ps))
57 if(!prs_uint32("version", ps, depth, &r_u->version))
60 if(!prs_werror("status", ps, depth, &r_u->status))
69 BOOL ntsvcs_io_q_get_device_list_size(const char *desc, NTSVCS_Q_GET_DEVICE_LIST_SIZE *q_u, prs_struct *ps, int depth) argument
74 prs_debug(ps, depth, desc, "ntsvcs_io_q_get_device_list_size");
77 if(!prs_align(ps))
95 ntsvcs_io_r_get_device_list_size(const char *desc, NTSVCS_R_GET_DEVICE_LIST_SIZE *r_u, prs_struct *ps, int depth) argument
119 ntsvcs_io_q_get_device_list(const char *desc, NTSVCS_Q_GET_DEVICE_LIST *q_u, prs_struct *ps, int depth) argument
147 ntsvcs_io_r_get_device_list(const char *desc, NTSVCS_R_GET_DEVICE_LIST *r_u, prs_struct *ps, int depth) argument
175 ntsvcs_io_q_validate_device_instance(const char *desc, NTSVCS_Q_VALIDATE_DEVICE_INSTANCE *q_u, prs_struct *ps, int depth) argument
201 ntsvcs_io_r_validate_device_instance(const char *desc, NTSVCS_R_VALIDATE_DEVICE_INSTANCE *r_u, prs_struct *ps, int depth) argument
218 ntsvcs_io_q_get_device_reg_property(const char *desc, NTSVCS_Q_GET_DEVICE_REG_PROPERTY *q_u, prs_struct *ps, int depth) argument
252 ntsvcs_io_r_get_device_reg_property(const char *desc, NTSVCS_R_GET_DEVICE_REG_PROPERTY *r_u, prs_struct *ps, int depth) argument
286 ntsvcs_io_q_get_hw_profile_info(const char *desc, NTSVCS_Q_GET_HW_PROFILE_INFO *q_u, prs_struct *ps, int depth) argument
325 ntsvcs_io_r_get_hw_profile_info(const char *desc, NTSVCS_R_GET_HW_PROFILE_INFO *r_u, prs_struct *ps, int depth) argument
359 ntsvcs_io_q_hw_profile_flags(const char *desc, NTSVCS_Q_HW_PROFILE_FLAGS *q_u, prs_struct *ps, int depth) argument
402 ntsvcs_io_r_hw_profile_flags(const char *desc, NTSVCS_R_HW_PROFILE_FLAGS *r_u, prs_struct *ps, int depth) argument
[all...]
H A Dparse_eventlog.c29 BOOL prs_ev_open_unknown0( const char *desc, prs_struct *ps, int depth, EVENTLOG_OPEN_UNKNOWN0 *u ) argument
34 if ( !prs_uint16("", ps, depth, &u->unknown1) )
36 if ( !prs_uint16("", ps, depth, &u->unknown2) )
46 prs_struct *ps, int depth)
51 prs_debug(ps, depth, desc, "eventlog_io_q_open_eventlog");
54 if(!prs_align(ps))
57 if ( !prs_pointer("", ps, depth, (void*)&q_u->unknown0, sizeof(EVENTLOG_OPEN_UNKNOWN0), (PRS_POINTER_CAST)prs_ev_open_unknown0))
60 if ( !prs_unistr4("logname", ps, depth, &q_u->logname) )
62 if ( !prs_align(ps) )
65 if ( !prs_unistr4("servername", ps, dept
45 eventlog_io_q_open_eventlog(const char *desc, EVENTLOG_Q_OPEN_EVENTLOG *q_u, prs_struct *ps, int depth) argument
78 eventlog_io_r_open_eventlog(const char *desc, EVENTLOG_R_OPEN_EVENTLOG *r_u, prs_struct *ps, int depth) argument
99 eventlog_io_q_get_num_records(const char *desc, EVENTLOG_Q_GET_NUM_RECORDS *q_u, prs_struct *ps, int depth) argument
117 eventlog_io_r_get_num_records(const char *desc, EVENTLOG_R_GET_NUM_RECORDS *r_u, prs_struct *ps, int depth) argument
138 eventlog_io_q_get_oldest_entry(const char *desc, EVENTLOG_Q_GET_OLDEST_ENTRY *q_u, prs_struct *ps, int depth) argument
156 eventlog_io_r_get_oldest_entry(const char *desc, EVENTLOG_R_GET_OLDEST_ENTRY *r_u, prs_struct *ps, int depth) argument
177 eventlog_io_q_close_eventlog(const char *desc, EVENTLOG_Q_CLOSE_EVENTLOG *q_u, prs_struct *ps, int depth) argument
195 eventlog_io_r_close_eventlog(const char *desc, EVENTLOG_R_CLOSE_EVENTLOG *r_u, prs_struct *ps, int depth) argument
216 eventlog_io_q_read_eventlog(const char *desc, EVENTLOG_Q_READ_EVENTLOG *q_u, prs_struct *ps, int depth) argument
249 eventlog_io_r_read_eventlog(const char *desc, EVENTLOG_Q_READ_EVENTLOG *q_u, EVENTLOG_R_READ_EVENTLOG *r_u, prs_struct *ps, int depth) argument
397 eventlog_io_q_clear_eventlog(const char *desc, EVENTLOG_Q_CLEAR_EVENTLOG *q_u, prs_struct *ps, int depth) argument
418 eventlog_io_r_clear_eventlog(const char *desc, EVENTLOG_R_CLEAR_EVENTLOG *r_u, prs_struct *ps, int depth) argument
[all...]
H A Dparse_sec.c34 BOOL sec_io_ace(const char *desc, SEC_ACE *psa, prs_struct *ps, int depth) argument
42 prs_debug(ps, depth, desc, "sec_io_ace");
45 old_offset = prs_offset(ps);
47 if(!prs_uint8("type ", ps, depth, &psa->type))
50 if(!prs_uint8("flags", ps, depth, &psa->flags))
53 if(!prs_uint16_pre("size ", ps, depth, &psa->size, &offset_ace_size))
56 if (!prs_uint32("access_mask", ps, depth, &psa->access_mask))
61 if (!smb_io_dom_sid("trustee ", &psa->trustee , ps, depth))
64 if (!prs_uint32("obj_flags", ps, depth, &psa->obj_flags))
68 if (!smb_io_uuid("obj_guid", &psa->obj_guid, ps,dept
107 sec_io_acl(const char *desc, SEC_ACL **ppsa, prs_struct *ps, int depth) argument
190 sec_io_desc(const char *desc, SEC_DESC **ppsd, prs_struct *ps, int depth) argument
350 sec_io_desc_buf(const char *desc, SEC_DESC_BUF **ppsdb, prs_struct *ps, int depth) argument
[all...]
H A Dparse_ds.c27 static BOOL ds_io_dominfobasic(const char *desc, DSROLE_PRIMARY_DOMAIN_INFO_BASIC **basic, prs_struct *ps, int depth) argument
31 if ( UNMARSHALLING(ps) ) {
32 p = *basic = PRS_ALLOC_MEM(ps, DSROLE_PRIMARY_DOMAIN_INFO_BASIC, 1);
38 if ( !prs_uint16("machine_role", ps, depth, &p->machine_role) )
40 if ( !prs_align(ps) )
43 if ( !prs_uint32("flags", ps, depth, &p->flags) )
46 if ( !prs_uint32("netbios_ptr", ps, depth, &p->netbios_ptr) )
48 if ( !prs_uint32("dnsname_ptr", ps, depth, &p->dnsname_ptr) )
50 if ( !prs_uint32("forestname_ptr", ps, depth, &p->forestname_ptr) )
53 if ( !smb_io_uuid("domain_guid", &p->domain_guid, ps, dept
79 ds_io_q_getprimdominfo( const char *desc, DS_Q_GETPRIMDOMINFO *q_u, prs_struct *ps, int depth) argument
96 ds_io_r_getprimdominfo( const char *desc, DS_R_GETPRIMDOMINFO *r_u, prs_struct *ps, int depth) argument
156 ds_io_domain_trusts( const char *desc, DS_DOMAIN_TRUSTS *trust, prs_struct *ps, int depth) argument
191 ds_io_dom_trusts_ctr( const char *desc, DS_DOMAIN_TRUSTS_CTR *ctr, prs_struct *ps, int depth) argument
251 ds_io_q_enum_domain_trusts( const char *desc, DS_Q_ENUM_DOM_TRUSTS *q_u, prs_struct *ps, int depth) argument
277 ds_io_r_enum_domain_trusts( const char *desc, DS_R_ENUM_DOM_TRUSTS *r_u, prs_struct *ps, int depth) argument
[all...]
H A Dparse_svcctl.c29 static BOOL svcctl_io_service_status( const char *desc, SERVICE_STATUS *status, prs_struct *ps, int depth ) argument
32 prs_debug(ps, depth, desc, "svcctl_io_service_status");
35 if(!prs_uint32("type", ps, depth, &status->type))
38 if(!prs_uint32("state", ps, depth, &status->state))
41 if(!prs_uint32("controls_accepted", ps, depth, &status->controls_accepted))
44 if(!prs_werror("win32_exit_code", ps, depth, &status->win32_exit_code))
47 if(!prs_uint32("service_exit_code", ps, depth, &status->service_exit_code))
50 if(!prs_uint32("check_point", ps, depth, &status->check_point))
53 if(!prs_uint32("wait_hint", ps, depth, &status->wait_hint))
62 static BOOL svcctl_io_service_config( const char *desc, SERVICE_CONFIG *config, prs_struct *ps, in argument
109 prs_struct *ps=&buffer->prs; local
130 prs_struct *ps=&buffer->prs; local
204 svcctl_io_q_close_service(const char *desc, SVCCTL_Q_CLOSE_SERVICE *q_u, prs_struct *ps, int depth) argument
226 svcctl_io_r_close_service(const char *desc, SVCCTL_R_CLOSE_SERVICE *r_u, prs_struct *ps, int depth) argument
249 svcctl_io_q_open_scmanager(const char *desc, SVCCTL_Q_OPEN_SCMANAGER *q_u, prs_struct *ps, int depth) argument
279 svcctl_io_r_open_scmanager(const char *desc, SVCCTL_R_OPEN_SCMANAGER *r_u, prs_struct *ps, int depth) argument
302 svcctl_io_q_get_display_name(const char *desc, SVCCTL_Q_GET_DISPLAY_NAME *q_u, prs_struct *ps, int depth) argument
342 svcctl_io_r_get_display_name(const char *desc, SVCCTL_R_GET_DISPLAY_NAME *r_u, prs_struct *ps, int depth) argument
373 svcctl_io_q_open_service(const char *desc, SVCCTL_Q_OPEN_SERVICE *q_u, prs_struct *ps, int depth) argument
402 svcctl_io_r_open_service(const char *desc, SVCCTL_R_OPEN_SERVICE *r_u, prs_struct *ps, int depth) argument
425 svcctl_io_q_query_status(const char *desc, SVCCTL_Q_QUERY_STATUS *q_u, prs_struct *ps, int depth) argument
445 svcctl_io_r_query_status(const char *desc, SVCCTL_R_QUERY_STATUS *r_u, prs_struct *ps, int depth) argument
468 svcctl_io_q_enum_services_status(const char *desc, SVCCTL_Q_ENUM_SERVICES_STATUS *q_u, prs_struct *ps, int depth) argument
498 svcctl_io_r_enum_services_status(const char *desc, SVCCTL_R_ENUM_SERVICES_STATUS *r_u, prs_struct *ps, int depth) argument
532 svcctl_io_q_start_service(const char *desc, SVCCTL_Q_START_SERVICE *q_u, prs_struct *ps, int depth) argument
558 svcctl_io_r_start_service(const char *desc, SVCCTL_R_START_SERVICE *r_u, prs_struct *ps, int depth) argument
576 svcctl_io_q_enum_dependent_services(const char *desc, SVCCTL_Q_ENUM_DEPENDENT_SERVICES *q_u, prs_struct *ps, int depth) argument
601 svcctl_io_r_enum_dependent_services(const char *desc, SVCCTL_R_ENUM_DEPENDENT_SERVICES *r_u, prs_struct *ps, int depth) argument
632 svcctl_io_q_control_service(const char *desc, SVCCTL_Q_CONTROL_SERVICE *q_u, prs_struct *ps, int depth) argument
655 svcctl_io_r_control_service(const char *desc, SVCCTL_R_CONTROL_SERVICE *r_u, prs_struct *ps, int depth) argument
679 svcctl_io_q_query_service_config(const char *desc, SVCCTL_Q_QUERY_SERVICE_CONFIG *q_u, prs_struct *ps, int depth) argument
702 svcctl_io_r_query_service_config(const char *desc, SVCCTL_R_QUERY_SERVICE_CONFIG *r_u, prs_struct *ps, int depth) argument
730 svcctl_io_q_query_service_config2(const char *desc, SVCCTL_Q_QUERY_SERVICE_CONFIG2 *q_u, prs_struct *ps, int depth) argument
768 prs_struct *ps = &buffer->prs; local
796 svcctl_io_action( const char *desc, SC_ACTION *action, prs_struct *ps, int depth ) argument
815 prs_struct *ps = &buffer->prs; local
872 svcctl_io_r_query_service_config2(const char *desc, SVCCTL_R_QUERY_SERVICE_CONFIG2 *r_u, prs_struct *ps, int depth) argument
901 svcctl_io_q_query_service_status_ex(const char *desc, SVCCTL_Q_QUERY_SERVICE_STATUSEX *q_u, prs_struct *ps, int depth) argument
928 svcctl_io_r_query_service_status_ex(const char *desc, SVCCTL_R_QUERY_SERVICE_STATUSEX *r_u, prs_struct *ps, int depth) argument
954 svcctl_io_q_lock_service_db(const char *desc, SVCCTL_Q_LOCK_SERVICE_DB *q_u, prs_struct *ps, int depth) argument
975 svcctl_io_r_lock_service_db(const char *desc, SVCCTL_R_LOCK_SERVICE_DB *r_u, prs_struct *ps, int depth) argument
998 svcctl_io_q_unlock_service_db(const char *desc, SVCCTL_Q_UNLOCK_SERVICE_DB *q_u, prs_struct *ps, int depth) argument
1019 svcctl_io_r_unlock_service_db(const char *desc, SVCCTL_R_UNLOCK_SERVICE_DB *r_u, prs_struct *ps, int depth) argument
1039 svcctl_io_q_query_service_sec(const char *desc, SVCCTL_Q_QUERY_SERVICE_SEC *q_u, prs_struct *ps, int depth) argument
1064 svcctl_io_r_query_service_sec(const char *desc, SVCCTL_R_QUERY_SERVICE_SEC *r_u, prs_struct *ps, int depth) argument
1090 svcctl_io_q_set_service_sec(const char *desc, SVCCTL_Q_SET_SERVICE_SEC *q_u, prs_struct *ps, int depth) argument
1122 svcctl_io_r_set_service_sec(const char *desc, SVCCTL_R_SET_SERVICE_SEC *r_u, prs_struct *ps, int depth) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/rpc_parse/
H A Dparse_misc.c32 bool smb_io_time(const char *desc, NTTIME *nttime, prs_struct *ps, int depth) argument
38 prs_debug(ps, depth, desc, "smb_io_time");
41 if(!prs_align(ps))
44 if (MARSHALLING(ps)) {
49 if(!prs_uint32("low ", ps, depth, &low)) /* low part */
51 if(!prs_uint32("high", ps, depth, &high)) /* high part */
54 if (UNMARSHALLING(ps)) {
66 prs_struct *ps, int depth)
71 prs_debug(ps, depth, desc, "smb_io_uuid");
74 if(!prs_uint32 ("data ", ps, dept
65 smb_io_uuid(const char *desc, struct GUID *uuid, prs_struct *ps, int depth) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/rpc_parse/
H A Dparse_misc.c32 bool smb_io_time(const char *desc, NTTIME *nttime, prs_struct *ps, int depth) argument
38 prs_debug(ps, depth, desc, "smb_io_time");
41 if(!prs_align(ps))
44 if (MARSHALLING(ps)) {
49 if(!prs_uint32("low ", ps, depth, &low)) /* low part */
51 if(!prs_uint32("high", ps, depth, &high)) /* high part */
54 if (UNMARSHALLING(ps)) {
66 prs_struct *ps, int depth)
71 prs_debug(ps, depth, desc, "smb_io_uuid");
74 if(!prs_uint32 ("data ", ps, dept
65 smb_io_uuid(const char *desc, struct GUID *uuid, prs_struct *ps, int depth) argument
[all...]

Completed in 364 milliseconds

1234567891011>>