Searched refs:rid (Results 26 - 50 of 159) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ocsp/
H A Docsp_prn.c191 OCSP_RESPID *rid = NULL; local
224 rid = rd->responderId;
225 switch (rid->type) {
227 X509_NAME_print_ex(bp, rid->value.byName, 0, XN_FLAG_ONELINE);
230 i2a_ASN1_STRING(bp, rid->value.byKey, V_ASN1_OCTET_STRING);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-pwdump-accounts88 my ($login, $rid, $lmpwd, $ntpwd, $gecos, $homedir, $b) = split(/:/, $_);
110 if ($rid < 1000) {
112 print STDERR "$login seems to be a special Win account (rid=$rid), skipping\n";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dmmu_context.h41 unsigned long *flushmap;/* pending rid to be flushed */
133 unsigned long rid; local
138 rid = context << 3; /* make space for encoding the region number */
142 rr0 = (rid << 8) | (PAGE_SHIFT << 2) | 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/samples/
H A Dbrowse.c91 sw_discovery_resolve_id rid; local
128 if (sw_discovery_resolve(discovery, interface_index, name, type, domain, my_resolver, NULL, &rid) != SW_OKAY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/passdb/
H A Dmachine_sid.c219 uint32 rid; local
222 sid_split_rid(&dom_sid, &rid);
H A Dpassdb.c454 DEBUG(0, ("'algorithmic rid base' must be equal to or above %ld\n", BASE_RID));
458 DEBUG(0, ("algorithmic rid base must be even\n"));
509 there is not anymore a direct link between the gid and the rid.
522 static BOOL rid_is_well_known(uint32 rid) argument
527 return (rid < BASE_RID);
534 BOOL algorithmic_pdb_rid_is_user(uint32 rid) argument
536 if ( rid_is_well_known(rid) ) {
541 if(rid == DOMAIN_USER_RID_ADMIN || rid == DOMAIN_USER_RID_GUEST)
543 } else if((rid
553 lookup_global_sam_name(const char *user, int flags, uint32_t *rid, enum lsa_SidType *type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/samples/
H A Dbrowse.c91 sw_discovery_resolve_id rid; local
128 if (sw_discovery_resolve(discovery, interface_index, name, type, domain, my_resolver, NULL, &rid) != SW_OKAY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_genn.c142 result = OBJ_cmp(a->d.rid, b->d.rid);
190 a->d.rid = value;
220 return a->d.rid;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap.h22 int hostap_set_word(struct net_device *dev, int rid, u16 val);
23 int hostap_set_string(struct net_device *dev, int rid, const char *val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_genn.c142 result = OBJ_cmp(a->d.rid, b->d.rid);
190 a->d.rid = value;
220 return a->d.rid;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_misc.c1266 void init_dom_rid(DOM_RID *prid, uint32 rid, uint16 type, uint32 idx) argument
1269 prid->rid = rid;
1277 BOOL smb_io_dom_rid(const char *desc, DOM_RID *rid, prs_struct *ps, int depth) argument
1279 if (rid == NULL)
1288 if(!prs_uint16("type ", ps, depth, &rid->type))
1292 if(!prs_uint32("rid ", ps, depth, &rid->rid))
1294 if(!prs_uint32("rid_idx", ps, depth, &rid
1304 smb_io_dom_rid2(const char *desc, DOM_RID2 *rid, prs_struct *ps, int depth) argument
1334 init_dom_rid3(DOM_RID3 *rid3, uint32 rid, uint8 type) argument
1376 init_dom_rid4(DOM_RID4 *rid4, uint16 unknown, uint16 attr, uint32 rid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dlibmsrpc_internal.h45 BOOL rid_in_list(uint32 rid, uint32 *list, uint32 list_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/cacusermgr/
H A Dcacusermgr.h39 uint32 rid_or_name(CacServerHandle *hnd, TALLOC_CTX *mem_ctx, POLICY_HND *dom_hnd, uint32 *rid, char **name);
H A Dmgr_user.c42 printf(" User RID : 0x%x\n", info->rid);
177 rid_type = rid_or_name(hnd, mem_ctx, dom_hnd, &og.in.rid, &tmp);
185 add.in.rid = info->rid;
209 rid_type = rid_or_name(hnd, mem_ctx, dom_hnd, &og.in.rid, &tmp);
217 del.in.rid = info->rid;
H A Dmgr_group.c115 rid_type = rid_or_name(hnd, mem_ctx, dom_hnd, &add.in.rid, &buf);
133 rid_type = rid_or_name(hnd, mem_ctx, dom_hnd, &del.in.rid, &buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dhermes.c481 static int hermes_read_ltv(hermes_t *hw, int bap, u16 rid, unsigned bufsize, argument
492 err = hermes_docmd_wait(hw, HERMES_CMD_ACCESS, rid, NULL);
496 err = hermes_bap_seek(hw, bap, rid, 0);
510 if (rtype != rid)
512 "rid (0x%04x) does not match type (0x%04x)\n",
513 hw->iobase, __func__, rid, rtype);
517 "(rid=0x%04x, len=0x%04x)\n", hw->iobase,
518 HERMES_RECLEN_TO_BYTES(rlength), bufsize, rid, rlength);
526 static int hermes_write_ltv(hermes_t *hw, int bap, u16 rid, argument
536 err = hermes_bap_seek(hw, bap, rid,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsmbdes.c410 void sam_pwd_hash(unsigned int rid, const uchar *in, uchar *out, int forw) argument
414 s[0] = s[4] = s[8] = s[12] = (uchar)(rid & 0xFF);
415 s[1] = s[5] = s[9] = s[13] = (uchar)((rid >> 8) & 0xFF);
416 s[2] = s[6] = s[10] = (uchar)((rid >> 16) & 0xFF);
417 s[3] = s[7] = s[11] = (uchar)((rid >> 24) & 0xFF);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/test/sam/
H A Dsamgroup.c121 scanf("%x", &og.in.rid);
179 printf("RID: 0x%x Name: %s\n", gn.out.map[i].rid, gn.out.map[i].name);
227 scanf("%x", &add.in.rid);
247 scanf("%x", &del.in.rid);
314 scanf("%x", &ou.in.rid);
349 printf("RID: 0x%x ", gn.out.map[i].rid);
H A Dsamlookup.c72 printf(" RID: 0x%x ", sgn.out.map[i].rid);
113 printf("RID: 0x%x\n", sgr.out.map[i].rid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_groupmap.c192 uint32 rid = 0; local
207 if ( !StrnCaseCmp(argv[i], "rid", strlen("rid")) ) {
208 rid = get_int_param(argv[i]);
209 if ( rid < DOMAIN_GROUP_RID_ADMINS ) {
272 d_printf("Usage: net groupmap add {rid=<int>|sid=<string>} unixgroup=<string> [type=<domain|local|builtin>] [ntgroup=<string>] [comment=<string>]\n");
289 if ( (rid == 0) && (string_sid[0] == '\0') ) {
290 d_printf("No rid or sid specified, choosing a RID\n");
292 rid = algorithmic_pdb_gid_to_group_rid(gid);
294 if (!pdb_new_rid(&rid)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c240 u16 rid,
248 u16 rid,
658 result->rid = le16_to_cpu(rridresp->rid);
721 "RID len mismatch, rid=0x%04x hlen=%d fwlen=%d\n",
722 rridresult.rid,
862 rridresult.rid = le16_to_cpu(ctlx->outbuf.rridreq.rid);
886 hfa384x_dorrid_wait(hfa384x_t *hw, u16 rid, void *riddata, argument
890 rid, riddat
894 hfa384x_dorrid_async(hfa384x_t *hw, u16 rid, void *riddata, unsigned int riddatalen, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
905 hfa384x_dowrid_wait(hfa384x_t *hw, u16 rid, void *riddata, unsigned int riddatalen) argument
913 hfa384x_dowrid_async(hfa384x_t *hw, u16 rid, void *riddata, unsigned int riddatalen, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
1452 hfa384x_dorrid(hfa384x_t *hw, enum cmd_mode mode, u16 rid, void *riddata, unsigned int riddatalen, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
1533 hfa384x_dowrid(hfa384x_t *hw, enum cmd_mode mode, u16 rid, void *riddata, unsigned int riddatalen, ctlx_cmdcb_t cmdcb, ctlx_usercb_t usercb, void *usercb_data) argument
2139 hfa384x_drvr_getconfig(hfa384x_t *hw, u16 rid, void *buf, u16 len) argument
2176 hfa384x_drvr_getconfig_async(hfa384x_t *hw, u16 rid, ctlx_usercb_t usercb, void *usercb_data) argument
2207 hfa384x_drvr_setconfig_async(hfa384x_t *hw, u16 rid, void *buf, u16 len, ctlx_usercb_t usercb, void *usercb_data) argument
2529 hfa384x_drvr_setconfig(hfa384x_t *hw, u16 rid, void *buf, u16 len) argument
[all...]
H A Dhfa384x.h802 u16 rid; member in struct:hfa384x_usb_wridreq
809 u16 rid; member in struct:hfa384x_usb_rridreq
855 u16 rid; member in struct:hfa384x_usb_rridresp
1132 u16 rid; member in struct:hfa384x_rridresult
1367 int hfa384x_drvr_getconfig(hfa384x_t *hw, u16 rid, void *buf, u16 len);
1372 int hfa384x_drvr_setconfig(hfa384x_t *hw, u16 rid, void *buf, u16 len);
1374 static inline int hfa384x_drvr_getconfig16(hfa384x_t *hw, u16 rid, void *val) argument
1377 result = hfa384x_drvr_getconfig(hw, rid, val, sizeof(u16));
1383 static inline int hfa384x_drvr_setconfig16(hfa384x_t *hw, u16 rid, u16 val) argument
1386 return hfa384x_drvr_setconfig(hw, rid,
1400 hfa384x_drvr_setconfig16_async(hfa384x_t *hw, u16 rid, u16 val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_samr_conv.c119 PyDict_SetItemString(obj, "rid", PyInt_FromLong(info[i].rid));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Didmap_rid.c141 uint32_t rid; local
143 sid_peek_rid(map->sid, &rid);
144 map->xid.id = rid - ctx->base_rid + ctx->low_id;
266 return smb_register_idmap(SMB_IDMAP_INTERFACE_VERSION, "rid", &rid_methods);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ioat/
H A Ddca.c117 u16 rid; /* requester id, as used by IOAT */ member in struct:ioat_dca_slot
163 ioatdca->req_slots[i].rid = id;
190 ioatdca->req_slots[i].rid = 0;
337 ioatdca->req_slots[i].rid = id;
368 ioatdca->req_slots[i].rid = 0;
512 ioatdca->req_slots[i].rid = id;
543 ioatdca->req_slots[i].rid = 0;

Completed in 219 milliseconds

1234567