Searched refs:sgr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/test/sam/
H A Dsamlookup.c12 struct SamGetRidsFromNames sgr; local
86 ZERO_STRUCT(sgr);
88 sgr.in.dom_hnd = sod.out.dom_hnd;
91 scanf("%d", &sgr.in.num_names);
93 sgr.in.names = talloc_array(mem_ctx, char *, sgr.in.num_names);
95 for(i = 0; i < sgr.in.num_names; i++) {
99 sgr.in.names[i] = talloc_strdup(mem_ctx, input);
102 if(!cac_SamGetRidsFromNames(hnd, mem_ctx, &sgr)) {
107 printf("Found %d RIDs:\n", sgr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Drelocate_kernel64.S86 sgr %r0,%r0 # clear register r0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_dwc_460ex.c69 struct dmareg sgr; /* Source Gather */ member in struct:dma_chan_regs

Completed in 80 milliseconds